Thread overview | |||||
---|---|---|---|---|---|
|
September 10, 2009 [Issue 3310] New: std.range needs to import std.conv. | ||||
---|---|---|---|---|
| ||||
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: ------- |
September 11, 2009 [Issue 3310] std.range needs to import std.conv. | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | 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: ------- |
September 11, 2009 [Issue 3310] std.range needs to import std.conv. | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation