[dmd-beta] beta for dmd 2.042

Walter Bright walter at digitalmars.com
Mon Mar 15 14:38:14 PDT 2010


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));
>
>   


More information about the dmd-beta mailing list