Beta 2.073.0-b1
Basile B. via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Jan 13 23:51:13 PST 2017
On Saturday, 7 January 2017 at 05:02:13 UTC, Martin Nowak wrote:
> First beta for the 2.073.0 release.
>
> This release comes with a few phobos additions, a new -mcpu=avx
> switch, an experimental safety checks
> (-transition=safe/-dip1000), and several bugfixes.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.073.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin
DCD master doesn't build with this version. Try to build using
make (and not DUB).
You should get, at the end:
[...]
bin/dcd-server.o: dans la fonction « _Dmain »:
msgpack-d/src/msgpack/value.d:(.text._Dmain+0xa38): référence
indéfinie vers «
_D4core4time12TickDuration25__T10opOpAssignVAyaa1_2bZ10opOpAssignMFNaNbNcNiNfS4core4time12TickDurationZS4core4time12TickDuration »
collect2: error: ld returned 1 exit status
Error: linker exited with status 1
makefile:124: recipe for target 'dmdserver' failed
make: *** [dmdserver] Error 1
I don't know what to think. With 2.072.2 no problem.
This doesn't look like a standard regression since it happens
during linking.
Please someone test and confirm.
More information about the Digitalmars-d-announce
mailing list