www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta 2.075.0-b2

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Second beta for the 2.075.0 release.

Comes with a couple of more fixes for dmd, phobos, and dub:

https://github.com/dlang/dmd/compare/v2.075.0-b1...v2.075.0-b2
https://github.com/dlang/phobos/compare/v2.075.0-b1...v2.075.0-b2
https://github.com/dlang/dub/compare/v1.4.0-beta.1...v1.4.0-beta.2

Downloads and changelog here:

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.075.0.html

Please report any bugs at https://issues.dlang.org.

- -Martin

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJZXSj0AAoJELJzgRYSuxk5PwIQAL6AmL6+nI11ssoPH25JK480
3zIrp51JXrMX63miaqJZy1WJNIsyE5Ih0K0OCqcT9Vo8X2byQyLOIK/iK2IVncFt
MlaPk6+FRqjIICOuZY5syy362JS3IaP9ScuAevf0+DiaDEx8qCYJKQCGAvbZZyKT
UXvHmhpfqXbzes+SKT8FnKVcGUsdlqPgxyq4rJNDuVz52tJHZ2dJ5+ltZFgHwChO
Nc1MQ3T04IB/WXJx7jgso+AU9XGPdqvDPm9kjxZqnYmfxoxloNRSIgPcd71w7GFN
0LAFUYy0/sou95+vBQEkniUialVBTWOQCZG8dix0D+OC6L3zuourucyCzZAERUk2
Yvr9jZ+x0iid1UL9eYXJvh9aSJkxQmFUkRVLaDMpmXmC8G6syO+eN92W4596M8SX
MA4NyO/ai3Rb0hbpj7MsbhzAXH78ve9LlaKX3sOASEJ4UbYhtEE8RWMHZxzeKXow
7wfGnCqT2Y2j6Duvvqub8R8mbVw1yUx3aTXIkDNpfiJRS/kP/Wwxy0yCr8g0ceme
juZJeCbYU/xj72/jR7nnY0kvYiga3w8w+1Zk9Ur1RTNcNVjzTw6L5KbIUNPXZmzZ
UE9CcalzcUDu+HeQrK7ZsDjB/0GtSoRUfGSITXuazXs75sdNPYhctx8wyLWsxt6A
uAGhFarVsk8QYMChbeo/
=A2H6
-----END PGP SIGNATURE-----
Jul 05 2017
parent reply Paolo Invernizzi <paolo.invernizzi gmail.com> writes:
On Wednesday, 5 July 2017 at 17:59:16 UTC, Martin Nowak wrote:
 Second beta for the 2.075.0 release.

 Comes with a couple of more fixes for dmd, phobos, and dub:

 https://github.com/dlang/dmd/compare/v2.075.0-b1...v2.075.0-b2 
 https://github.com/dlang/phobos/compare/v2.075.0-b1...v2.075.0-b2
https://github.com/dlang/dub/compare/v1.4.0-beta.1...v1.4.0-beta.2

 Downloads and changelog here:

 http://dlang.org/download.html#dmd_beta 
 http://dlang.org/changelog/2.075.0.html

 Please report any bugs at https://issues.dlang.org.

 - -Martin
Installed on macOS via brew... pinver$ /usr/local/Cellar/dmd/2.075.0-b2/bin/dmd --version DMD64 D Compiler v2.074.1 /Paolo
Jul 07 2017
parent reply Martin Nowak <code dawg.eu> writes:
On Friday, 7 July 2017 at 09:27:15 UTC, Paolo Invernizzi wrote:
 /Paolo
We've recently changed the versioning of development builds and when we bump the hardcoded VERSION file https://github.com/dlang/dmd/pull/6935. Looks like we need to update that file for every pre-release now to please all the external builds that blindly use the VERSION file. As we want (and might at some point) get rid of that VERSION file, builds should already prefer to pass the version explicitly (make -f posix.mak VERSION=v2.075.0-b2 RELEASE=1), unless they are cloning the repo and can rely on git describe.
Jul 08 2017
parent reply Seb <seb wilzba.ch> writes:
On Saturday, 8 July 2017 at 23:53:57 UTC, Martin Nowak wrote:
 On Friday, 7 July 2017 at 09:27:15 UTC, Paolo Invernizzi wrote:
 /Paolo
We've recently changed the versioning of development builds and when we bump the hardcoded VERSION file https://github.com/dlang/dmd/pull/6935. Looks like we need to update that file for every pre-release now to please all the external builds that blindly use the VERSION file. As we want (and might at some point) get rid of that VERSION file, builds should already prefer to pass the version explicitly (make -f posix.mak VERSION=v2.075.0-b2 RELEASE=1), unless they are cloning the repo and can rely on git describe.
Just checking: you are aware that the latest beta (v2.075.0-b2) contains a regression in __VERSION__? https://issues.dlang.org/show_bug.cgi?id=17614
Jul 08 2017
parent Martin Nowak <code+news.digitalmars dawg.eu> writes:
On 07/09/2017 02:59 AM, Seb wrote:
 Just checking: you are aware that the latest beta (v2.075.0-b2) contains
 a regression in __VERSION__?
 
 https://issues.dlang.org/show_bug.cgi?id=17614
Thanks I was not, went through the list of regressions a bit earlier on that same day.
Jul 10 2017