Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
December 31, 2016 Release 2.072.2 | ||||
---|---|---|---|---|
| ||||
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 |
December 31, 2016 Re: Release 2.072.2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | Congratulations and thank you for your hard work.
> Most prominently scope classes work again in @safe code
I 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?
|
December 31, 2016 Re: Release 2.072.2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Meta | 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
|
January 01, 2017 Re: Release 2.072.2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | 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
>
> -Martin
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.
|
January 01, 2017 Re: Release 2.072.2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Eugene Wissner | 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.
|
January 02, 2017 Re: Release 2.072.2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Meta | On Saturday, 31 December 2016 at 23:49:20 UTC, Meta wrote:
> Congratulations and thank you for your hard work.
>
>> Most prominently scope classes work again in @safe code
>
> I 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?
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.
|
January 02, 2017 Re: Release 2.072.2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Eugene Wissner | 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.
|
Copyright © 1999-2021 by the D Language Foundation