<p dir="ltr">As far as I know, it's not intended change.<br>
Please file it in bugzilla.</p>
<p dir="ltr">Kenji Hara.</p>
<div class="gmail_quote">2015/02/24 0:46 "Rainer Schuetze via dmd-beta" <<a href="mailto:dmd-beta@puremagic.com">dmd-beta@puremagic.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I've tried the beta on Visual D, and it produces one error that reduces to<br>
<br>
void main()<br>
{<br>
    auto sz = cast(long)null;<br>
}<br>
<br>
test.d(5): Error: e2ir: cannot cast null of type typeof(null) to type long<br>
<br>
Any cast of null to an integer type seems to fail, but works in 2.066.<br>
<br>
Is this a deliberate change?<br>
<br>
<br>
On 18.02.2015 06:01, Martin Nowak via dmd-beta wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Files are uploaded to <a href="https://dlang.dawg.eu/downloads/dmd.2.067.0-b2/" target="_blank">https://dlang.dawg.eu/<u></u>downloads/dmd.2.067.0-b2/</a><br>
and will soon be mirrored to <a href="http://ftp.digitalmars.com" target="_blank">http://ftp.digitalmars.com</a>.<br>
<br>
We had some troubles with the documentation generation.<br>
In order to not delay the beta even further the zip files don't contain<br>
documentation, the dman tool is missing and there are no installers.<br>
We'll try to deliver those subsequently or with the next beta.<br>
<br>
Please try out the beta with any code you can compile and report issues<br>
at <a href="https://issues.dlang.org/" target="_blank">https://issues.dlang.org/</a>.<br>
<br>
Once the beta is mirrored to <a href="http://ftp.digitalmars.com" target="_blank">ftp.digitalmars.com</a>, it will also be<br>
possible to test on Travis-CI using this line in you .travis.yml.<br>
<br>
d: dmd-2.067.0-b2<br>
<br>
<a href="http://docs.travis-ci.com/user/languages/d/" target="_blank">http://docs.travis-ci.com/<u></u>user/languages/d/</a><br>
<br>
<br>
A yet incomplete changelog can be found here.<br>
<a href="http://dlang.org/changelog.html#new2_067" target="_blank">http://dlang.org/changelog.<u></u>html#new2_067</a><br>
<br>
I'd be particularly interested in getting any feedback for the various<br>
GC improvements.<br>
<br>
Happy Testing,<br>
Martin<br>
______________________________<u></u>_________________<br>
dmd-beta mailing list<br>
<a href="mailto:dmd-beta@puremagic.com" target="_blank">dmd-beta@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/dmd-beta" target="_blank">http://lists.puremagic.com/<u></u>mailman/listinfo/dmd-beta</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
dmd-beta mailing list<br>
<a href="mailto:dmd-beta@puremagic.com" target="_blank">dmd-beta@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/dmd-beta" target="_blank">http://lists.puremagic.com/<u></u>mailman/listinfo/dmd-beta</a></blockquote></div>