[Issue 3839] std.range.iota cannot take 'long' arguments.

2010-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3839


Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||and...@metalanguage.com
 Resolution||FIXED


--- Comment #2 from Andrei Alexandrescu  2010-06-23 
08:51:51 PDT ---
Fixed in r1690: http://www.dsource.org/projects/phobos/changeset/1690

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3839] std.range.iota cannot take 'long' arguments.

2010-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3839


kenn...@gmail.com changed:

   What|Removed |Added

Version|2.041   |D2
 OS/Version|Mac OS X|All


--- Comment #1 from kenn...@gmail.com 2010-06-22 23:31:59 PDT ---
As of Phobos r1686 the code still cannot compile correctly. The new error is

/usr/include/phobos/std/range.d(2161): Error: cannot implicitly convert
expression ((this.pastLast - this.current) / cast(long)this.step) of type long
to uint

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---