[phobos] Any reason we're not ready for a release?

David Simcha dsimcha at gmail.com
Thu May 5 06:05:33 PDT 2011


On 5/5/2011 3:49 AM, Don Clugston wrote:
> I think we should roll out a beta, as soon as Phobos unittests pass.

I have one small bug that I want to absolutely insist gets fixed before 
we even think of releasing.  It's trivial, but I can't fix it now 
because other things are too broken for me to test my fix:

http://d.puremagic.com/issues/show_bug.cgi?id=5891


Whenever everything else is fixed enough, someone please just change 
auto length() to typeof(unsigned(pastLast - current)) in the iota 
implementation, make sure it works and commit it.

I consider this an absolute must fix because having iota not have a 
length completely cripples a major parallel foreach use case.


More information about the phobos mailing list