[dmd-beta] beta for dmd 2.042

Don Clugston dclugston at googlemail.com
Mon Mar 15 14:21:36 PDT 2010


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


On 14 March 2010 22:12, Walter Bright <walter at digitalmars.com> wrote:
> Update to fix:
>
> http://www.digitalmars.com/d/archives/digitalmars/D/announce/Do_not_use_2.041_17841.html
> http://d.puremagic.com/issues/show_bug.cgi?id=3930
>
> You can download the software as a zip file from:
>
>
> http://download.digitalmars.com/dmd2beta.zip
> userid: customer
> passwd: download7
> _______________________________________________
> 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