digitalmars.D.bugs - [Issue 3310] New: std.range needs to import std.conv.
- d-bugmail puremagic.com Sep 10 2009
- d-bugmail puremagic.com Sep 11 2009
- d-bugmail puremagic.com Sep 11 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3310 Summary: std.range needs to import std.conv. Product: D Version: 2.032 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: dsimcha yahoo.com --- Comment #0 from David Simcha <dsimcha yahoo.com> 2009-09-10 13:56:11 PDT --- std.range.iota uses std.conv.text(). std.range doesn't import std.conv. Therefore, stuff that uses iota doesn't compile. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 10 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3310 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrei metalanguage.com Resolution| |FIXED --- Comment #1 from Andrei Alexandrescu <andrei metalanguage.com> 2009-09-11 10:08:49 PDT --- 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. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 11 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3310 Jarrett Billingsley <jarrett.billingsley gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jarrett.billingsley gmail.c | |om --- Comment #2 from Jarrett Billingsley <jarrett.billingsley gmail.com> 2009-09-11 10:29:19 PDT --- (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)? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 11 2009









d-bugmail puremagic.com 