www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.084.0

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
Glad to announce D 2.084.0, ♥ to the 53 contributors.

This release comes with individual control over runtime checks,
debuggable string mixins, and an experimental dub feature to improve
build cache efficiency.

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

-Martin
Jan 02 2019
next sibling parent Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Wednesday, 2 January 2019 at 13:25:25 UTC, Martin Nowak wrote:
 Glad to announce D 2.084.0, ♥ to the 53 contributors.
Thanks!
Jan 02 2019
prev sibling next sibling parent Michelle Long <HappyDance321 gmail.com> writes:
On Wednesday, 2 January 2019 at 13:25:25 UTC, Martin Nowak wrote:
 Glad to announce D 2.084.0, ♥ to the 53 contributors.

 This release comes with individual control over runtime checks, 
 debuggable string mixins, and an experimental dub feature to 
 improve build cache efficiency.

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

 -Martin
What about debugging string predicates?
Jan 02 2019
prev sibling next sibling parent reply Mike Parker <aldacron gmail.com> writes:
On Wednesday, 2 January 2019 at 13:25:25 UTC, Martin Nowak wrote:
 Glad to announce D 2.084.0, ♥ to the 53 contributors.

 This release comes with individual control over runtime checks, 
 debuggable string mixins, and an experimental dub feature to 
 improve build cache efficiency.

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

 -Martin
The blog: https://dlang.org/blog/2019/01/05/dmd-2-084-0-has-arrived/ Reddit: https://www.reddit.com/r/programming/comments/acsg61/version_20840_of_dmd_the_d_reference_compiler_has/
Jan 05 2019
parent Seb <seb wilzba.ch> writes:
On Saturday, 5 January 2019 at 08:44:42 UTC, Mike Parker wrote:
 On Wednesday, 2 January 2019 at 13:25:25 UTC, Martin Nowak 
 wrote:
 Glad to announce D 2.084.0, ♥ to the 53 contributors.

 This release comes with individual control over runtime 
 checks, debuggable string mixins, and an experimental dub 
 feature to improve build cache efficiency.

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

 -Martin
The blog: https://dlang.org/blog/2019/01/05/dmd-2-084-0-has-arrived/ Reddit: https://www.reddit.com/r/programming/comments/acsg61/version_20840_of_dmd_the_d_reference_compiler_has/
-checkaction=context is only available with DMD nightly and will land in 2.085 (the documentation page has already been updated though as that one is generated from DMD master).
Jan 05 2019
prev sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 1/2/2019 5:25 AM, Martin Nowak wrote:
 Glad to announce D 2.084.0, ♥ to the 53 contributors.
Have we ever had 53 for one release before? Wow!
Jan 05 2019
next sibling parent Andre Pany <andre s-e-a-p.de> writes:
On Saturday, 5 January 2019 at 08:54:45 UTC, Walter Bright wrote:
 On 1/2/2019 5:25 AM, Martin Nowak wrote:
 Glad to announce D 2.084.0, ♥ to the 53 contributors.
Have we ever had 53 for one release before? Wow!
There are even more;), contributors to dub repository aren't listed here, if they haven't also contributed to other repositories (dmd, druntime,...) too. Kind regards Andre
Jan 05 2019
prev sibling parent ag0aep6g <anonymous example.com> writes:
On 05.01.19 09:54, Walter Bright wrote:
 On 1/2/2019 5:25 AM, Martin Nowak wrote:
 Glad to announce D 2.084.0, ♥ to the 53 contributors.
Have we ever had 53 for one release before? Wow!
The high score in the changelog is 78 contributors to 2.079.0 (minus some duplicates in the list). https://dlang.org/changelog/2.079.0.html#contributors
Jan 05 2019