Re: Release 2.072.2

2017-01-02 Thread Martin Nowak via Digitalmars-d-announce

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.


Re: Release 2.072.2

2017-01-02 Thread Martin Nowak via Digitalmars-d-announce

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.




Re: Release 2.072.2

2016-12-31 Thread kookman via Digitalmars-d-announce

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.


Re: Release 2.072.2

2016-12-31 Thread Eugene Wissner via Digitalmars-d-announce

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.


Re: Release 2.072.2

2016-12-31 Thread Walter Bright via Digitalmars-d-announce

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



Re: Release 2.072.2

2016-12-31 Thread Meta via Digitalmars-d-announce

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?