On Tuesday, 17 March 2015 at 14:01:18 UTC, Steven Schveighoffer
wrote:
On 3/17/15 7:18 AM, Daniel Kozak wrote:
On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote:
Release Candidate for 2.067.0
http://downloads.dlang.org/pre-releases/2.x/2.067.0/
http://ftp.digitalmars.com/
You can get the binaries here until they are mirrored.
https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/
We fixed the few remaining issues.
https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1
https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1
Unless any new issue pops up, we'll make the release on
friday.
-Martin
Does not work with my code base :(
dmd: interpret.c:6724: void setValue(VarDeclaration*,
Expression*):
Assertion `(vd->storage_class & (0x1000LL | 0x200000LL)) ?
isCtfeReferenceValid(newval) : isCtfeValueValid(newval)'
failed.
Exit code 134
This is an ICE (internal compiler error) and is something that
needs to be filed. If you file it soon, it may be addressed
before the release.
http://issues.dlang.org
-Steve
https://issues.dlang.org/show_bug.cgi?id=14304