[phobos] committed a bunch of stuff...
Andrei Alexandrescu
andrei at erdani.com
Wed Jul 28 08:20:46 PDT 2010
Apologies for causing such frustration.
While working on std.format, I found fit to drop support for formatting
built-in complex numbers. That's what caused the problems. From here, we
could either add it back or remove the offending unittests. Please advise.
Andrei
Don Clugston wrote:
> Also:
> \src\phobos\std\format.d(1282): Error: undefined identifier S, did you
> mean variable f?
>
> That was as far as I've got. I've reverted back to Phobos svn 1679.
> There is probably a later version which is OK, but I tried a few later
> versions, and they were all broken.
>
> We should probably be a bit more ruthless about broken checkins. Once
> the unittests are failing, nobody can check any more and the errors
> start compounding.
>
>
> On 28 July 2010 13:12, Don Clugston <dclugston at googlemail.com> wrote:
>> Here's a regression, from Walter's test suite. Used to work, now
>> vomits six obscure error messages.
>>
>> import std.stdio;
>>
>> void foo(creal a)
>> {
>> writeln(a);
>> }
>>
>>
>> On 28 July 2010 10:10, Andrei Alexandrescu <andrei at erdani.com> wrote:
>>> ... some small, some bigger. On my OSX machine all unittests run properly.
>>> Please let me know how things work for you!
>>>
>>> Andrei
>>> _______________________________________________
>>> phobos mailing list
>>> phobos at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/phobos
>>>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
More information about the phobos
mailing list