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
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to