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