Release Candidate D 2.067.0-rc1

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Mar 17 06:36:07 PDT 2015


Am 17.03.2015 um 12:33 schrieb Max Klyga:
> On 2015-03-17 11:18:10 +0000, Daniel Kozak said:
>
>> 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
>
> Please concider submitting a bug request with minified test case created
> using dustmite (https://github.com/CyberShadow/DustMite)
>

BTW, shortcut for DUB projects (mostly helpful when the project has 
other D dependencies):
dub dustmite ../folder_to_put_reduced_case --compiler-status=134 
--compiler-regex="interpret.c:6724:"


More information about the Digitalmars-d-announce mailing list