digitalmars.D.announce - Beta 2.075.0-b2
- Martin Nowak (28/28) Jul 05 2017 -----BEGIN PGP SIGNED MESSAGE-----
- Paolo Invernizzi (5/14) Jul 07 2017 Installed on macOS via brew...
- Martin Nowak (10/11) Jul 08 2017 We've recently changed the versioning of development builds and
- Seb (4/15) Jul 08 2017 Just checking: you are aware that the latest beta (v2.075.0-b2)
- Martin Nowak (3/7) Jul 10 2017 Thanks I was not, went through the list of regressions a bit earlier on
-----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
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. - -MartinInstalled 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
On Friday, 7 July 2017 at 09:27:15 UTC, Paolo Invernizzi wrote:/PaoloWe'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
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: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/PaoloWe'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
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=17614Thanks I was not, went through the list of regressions a bit earlier on that same day.
Jul 10 2017