[dmd-beta] 2.067.0-b2

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


Done: https://issues.dlang.org/show_bug.cgi?id=14218

On 23.02.2015 19:42, Kenji Hara wrote:
> As far as I know, it's not intended change.
> Please file it in bugzilla.
>
> Kenji Hara.
>
> 2015/02/24 0:46 "Rainer Schuetze via dmd-beta" <dmd-beta at puremagic.com
> <mailto:dmd-beta at puremagic.com>>:
>
>     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/
>         <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
>         <http://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/
>         <http://docs.travis-ci.com/user/languages/d/>
>
>
>         A yet incomplete changelog can be found here.
>         http://dlang.org/changelog.__html#new2_067
>         <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 <mailto:dmd-beta at puremagic.com>
>         http://lists.puremagic.com/__mailman/listinfo/dmd-beta
>         <http://lists.puremagic.com/mailman/listinfo/dmd-beta>
>
>
>     _________________________________________________
>     dmd-beta mailing list
>     dmd-beta at puremagic.com <mailto:dmd-beta at puremagic.com>
>     http://lists.puremagic.com/__mailman/listinfo/dmd-beta
>     <http://lists.puremagic.com/mailman/listinfo/dmd-beta>
>



More information about the dmd-beta mailing list