digitalmars.D.announce - Release 2.072.2
- Martin Nowak (10/10) Dec 31 2016 Glad to announce D 2.072.2.
- Meta (4/5) Dec 31 2016 I haven't been following too closely. Does this mean that DIP1000
- Walter Bright (2/4) Dec 31 2016 Not until 2.073
- Martin Nowak (4/9) Jan 02 2017 We don't add features in point releases, this was just a bug fix
- Eugene Wissner (5/15) Dec 31 2016 Can it be that freebsd64 dub is linked against wrong phobos? I
- kookman (4/8) Dec 31 2016 I saw same problem with 2.072.1 on FreeBSD amd64. I just compiled
- Martin Nowak (3/7) Jan 02 2017 It should be statically linked against phobos, please file a bug
Glad to announce D 2.072.2. http://dlang.org/download.html This version resolves a number of regressions and bugs in the 2.072.1 release. Most prominently scope classes work again in safe code, various rdmd bugs were fixed, and -fPIC became default for all linux 64-bit binaries and packages in order to support PIE (default on Ubuntu 16.10 and hardened Gentoo). Also see the changelog for more details. http://dlang.org/changelog/2.072.2.html -Martin
Dec 31 2016
Congratulations and thank you for your hard work.Most prominently scope classes work again in safe codeI haven't been following too closely. Does this mean that DIP1000 has been implemented and is behind a feature switch, or is the above entry just a small related bugfix?
Dec 31 2016
On 12/31/2016 3:49 PM, Meta wrote:Does this mean that DIP1000 has been implemented and is behind a feature switch,Not until 2.073
Dec 31 2016
On Saturday, 31 December 2016 at 23:49:20 UTC, Meta wrote:Congratulations and thank you for your hard work.We don't add features in point releases, this was just a bug fix where such code no longer compiled. Also see the changelog for all infos.Most prominently scope classes work again in safe codeI haven't been following too closely. Does this mean that DIP1000 has been implemented and is behind a feature switch, or is the above entry just a small related bugfix?
Jan 02 2017
On Saturday, 31 December 2016 at 21:28:43 UTC, Martin Nowak wrote:Glad to announce D 2.072.2. http://dlang.org/download.html This version resolves a number of regressions and bugs in the 2.072.1 release. Most prominently scope classes work again in safe code, various rdmd bugs were fixed, and -fPIC became default for all linux 64-bit binaries and packages in order to support PIE (default on Ubuntu 16.10 and hardened Gentoo). Also see the changelog for more details. http://dlang.org/changelog/2.072.2.html -MartinCan it be that freebsd64 dub is linked against wrong phobos? I get: Shared object "libphobos2.so.0.71" not found, reuired by "dub". The same was with 2.072.1.
Dec 31 2016
On Sunday, 1 January 2017 at 01:47:17 UTC, Eugene Wissner wrote:Can it be that freebsd64 dub is linked against wrong phobos? I get: Shared object "libphobos2.so.0.71" not found, reuired by "dub". The same was with 2.072.1.I saw same problem with 2.072.1 on FreeBSD amd64. I just compiled dub from GitHub to work around, but would be nice to fix version in official download.
Dec 31 2016
On Sunday, 1 January 2017 at 01:47:17 UTC, Eugene Wissner wrote:Can it be that freebsd64 dub is linked against wrong phobos? I get: Shared object "libphobos2.so.0.71" not found, reuired by "dub". The same was with 2.072.1.It should be statically linked against phobos, please file a bug report at issues.dlang.org.
Jan 02 2017