[dmd-beta] 2.067.0-b2

Rainer Schuetze via dmd-beta dmd-beta at puremagic.com
Mon Feb 23 07:33:10 PST 2015


Hi,

I've tried the beta on Visual D, and it produces one error that reduces to

void main()
{
     auto sz = cast(long)null;
}

test.d(5): Error: e2ir: cannot cast null of type typeof(null) to type long

Any cast of null to an integer type seems to fail, but works in 2.066.

Is this a deliberate change?


On 18.02.2015 06:01, Martin Nowak via dmd-beta wrote:
> Files are uploaded to https://dlang.dawg.eu/downloads/dmd.2.067.0-b2/
> and will soon be mirrored to http://ftp.digitalmars.com.
>
> We had some troubles with the documentation generation.
> In order to not delay the beta even further the zip files don't contain
> documentation, the dman tool is missing and there are no installers.
> We'll try to deliver those subsequently or with the next beta.
>
> Please try out the beta with any code you can compile and report issues
> at https://issues.dlang.org/.
>
> Once the beta is mirrored to ftp.digitalmars.com, it will also be
> possible to test on Travis-CI using this line in you .travis.yml.
>
> d: dmd-2.067.0-b2
>
> http://docs.travis-ci.com/user/languages/d/
>
>
> A yet incomplete changelog can be found here.
> http://dlang.org/changelog.html#new2_067
>
> I'd be particularly interested in getting any feedback for the various
> GC improvements.
>
> Happy Testing,
> Martin
> _______________________________________________
> 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