[dmd-beta] beta for dmd 2.042
Don Clugston
dclugston at googlemail.com
Tue Mar 16 01:25:42 PDT 2010
It didn't compile :o
I've fixed it in svn.
On 15 March 2010 22:38, Walter Bright <walter at digitalmars.com> wrote:
> Yeah, I ran into that, too. I don't know what it does or how it's supposed
> to work, so I checked in the workaround you suggest.
>
> Don Clugston wrote:
>>
>> This is an awesome release.
>> One thing though -- the Phobos unittests don't pass. The unittest
>> around socket.d 292 fails on Windows.
>> Admittedly, the unittests failed on the previous release, too, but I
>> don't think we should do it again. At the very least we should do
>> something like:
>>
>> unittest
>> {
>> Protocol proto = new Protocol;
>> + version(Windows) {
>> + pragma(msg, " --- socket.d(" ~ __LINE__ ~ ") broken test ---");
>>
>> + } else {
>> assert(proto.getProtocolByType(ProtocolType.TCP));
>>
>>
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
More information about the dmd-beta
mailing list