D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3310 - std.range needs to import std.conv.
Summary: std.range needs to import std.conv.
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 13:56 UTC by David Simcha
Modified: 2015-06-09 01:26 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description David Simcha 2009-09-10 13:56:11 UTC
std.range.iota uses std.conv.text().  std.range doesn't import std.conv.  Therefore, stuff that uses iota doesn't compile.
Comment 1 Andrei Alexandrescu 2009-09-11 10:08:49 UTC
Hmmm... this seems to reflect a problem with the language. I'll fix it for now by adding the import, but will discuss with Walter. In svn.
Comment 2 Jarrett Billingsley 2009-09-11 10:29:19 UTC
(In reply to comment #1)
> Hmmm... this seems to reflect a problem with the language. I'll fix it for now
> by adding the import, but will discuss with Walter. In svn.

Offtopic, but I just looked at the code and.. what the heck is version(unittest)?