Re: Release D 2.085.0

2019-03-02 Thread Seb via Digitalmars-d-announce

On Saturday, 2 March 2019 at 19:37:08 UTC, Cym13 wrote:

On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote:

[...]


In the -preview/-revert it is said:

As of now, DMD offers these reverts:

-preview=dip25: Reverts DIP25 changes
-revert=import: Revert to single phase name lookup

Shouldn't that be "-revert=dip25" instead of -preview there?


Thanks!

-> https://github.com/dlang/dlang.org/pull/2596


Re: Release D 2.085.0

2019-03-02 Thread Basile B. via Digitalmars-d-announce

On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote:

Glad to announce D 2.085.0, ♥ to the 49 contributors.

This release comes with context-aware assertion messages, lower 
GC memory usage, a precise GC, support to link custom GCs, lots 
of Objective-C improvements¹, and toolchainRequirements for 
dub. This release also ended official support for OSX-32.


http://dlang.org/download.html 
http://dlang.org/changelog/2.085.0.html


¹: There is a pending Objective-C fix
(https://github.com/dlang/dmd/pull/9402) that slipped 2.085.0 
but will

be released with 2.085.1 soon (~1.5 weeks).

-Martin


GoodBye Darwin 32.

I wonder if the issues specific to this platform should be all 
closed as WONTFIX or left as is (example : 
https://issues.dlang.org/show_bug.cgi?id=13457)


Re: Release D 2.085.0

2019-03-02 Thread Cym13 via Digitalmars-d-announce

On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote:

Glad to announce D 2.085.0, ♥ to the 49 contributors.

This release comes with context-aware assertion messages, lower 
GC memory usage, a precise GC, support to link custom GCs, lots 
of Objective-C improvements¹, and toolchainRequirements for 
dub. This release also ended official support for OSX-32.


http://dlang.org/download.html 
http://dlang.org/changelog/2.085.0.html


¹: There is a pending Objective-C fix
(https://github.com/dlang/dmd/pull/9402) that slipped 2.085.0 
but will

be released with 2.085.1 soon (~1.5 weeks).

-Martin


In the -preview/-revert it is said:

As of now, DMD offers these reverts:

-preview=dip25: Reverts DIP25 changes
-revert=import: Revert to single phase name lookup

Shouldn't that be "-revert=dip25" instead of -preview there?




Release D 2.085.0

2019-03-02 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.085.0, ♥ to the 49 contributors.

This release comes with context-aware assertion messages, lower GC
memory usage, a precise GC, support to link custom GCs, lots of
Objective-C improvements¹, and toolchainRequirements for dub.
This release also ended official support for OSX-32.

http://dlang.org/download.html
http://dlang.org/changelog/2.085.0.html

¹: There is a pending Objective-C fix
(https://github.com/dlang/dmd/pull/9402) that slipped 2.085.0 but will
be released with 2.085.1 soon (~1.5 weeks).

-Martin