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:


For me, also these fail:

D:\dmd\windows\bin\..\..\src\phobos\std\random.d(1186): Error: function std.random.rand is deprecated D:\dmd\windows\bin\..\..\src\phobos\std\random.d(169): Error: cannot evaluate primeFactorsOnly(100LU) at compile time D:\dmd\windows\bin\..\..\src\phobos\std\random.d(169): Error: static assert (primeFactorsOnly(100LU) == 10LU) is not evaluatable at compile time D:\dmd\windows\bin\..\..\src\phobos\std\random.d(171): Error: cannot evaluate primeFactorsOnly(11LU) at compile time D:\dmd\windows\bin\..\..\src\phobos\std\random.d(171): Error: static assert (primeFactorsOnly(11LU) == 11LU) is not evaluatable at compile time D:\dmd\windows\bin\..\..\src\phobos\std\random.d(172): Error: cannot evaluate primeFactorsOnly(622545LU) at compile time D:\dmd\windows\bin\..\..\src\phobos\std\random.d(172): Error: static assert (primeFactorsOnly(622545LU) == 1155LU) is not evaluatable at compile time D:\dmd\windows\bin\..\..\src\phobos\std\random.d(173): Error: cannot evaluate primeFactorsOnly(258LU) at compile time D:\dmd\windows\bin\..\..\src\phobos\std\random.d(173): Error: static assert (primeFactorsOnly(258LU) == 258LU) is not evaluatable at compile time

 --- std.regex(3318) broken test ---
D:\dmd\windows\bin\..\..\src\phobos\std\string.d(4058): Error: function std.string.find is deprecated
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to