www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release 2.098.0

reply Martin Nowak <code dawg.eu> writes:
Glad to announce D 2.098.0, ♥ to the 62 contributors.

This release comes with template alias assignments, ImportC, a 
forking parallel GC for POSIX systems, and many more changes.

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

-Martin
Oct 10 2021
next sibling parent Basile B. <b2.temp gmx.com> writes:
On Sunday, 10 October 2021 at 14:10:53 UTC, Martin Nowak wrote:
 Glad to announce D 2.098.0, ♥ to the 62 contributors.

 This release comes with template alias assignments, ImportC, a 
 forking parallel GC for POSIX systems, and many more changes.

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

 -Martin
The most important fix in this version for me is not well exposed in the changelog. With https://github.com/dlang/dmd/pull/12978, finally all inherited fields of a class are displayed, e.g when using `p *instance` in gdb, which painfully missed before (unless you used GDB or LDC of course). Thanks in particular to Rainers for that fix !
Oct 10 2021
prev sibling next sibling parent jmh530 <john.michael.hall gmail.com> writes:
On Sunday, 10 October 2021 at 14:10:53 UTC, Martin Nowak wrote:
 Glad to announce D 2.098.0, ♥ to the 62 contributors.

 This release comes with template alias assignments, ImportC, a 
 forking parallel GC for POSIX systems, and many more changes.

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

 -Martin
Thanks for everyone's work.
Oct 11 2021
prev sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Sunday, 10 October 2021 at 14:10:53 UTC, Martin Nowak wrote:
 Glad to announce D 2.098.0, ♥ to the 62 contributors.

 This release comes with template alias assignments, ImportC, a 
 forking parallel GC for POSIX systems, and many more changes.

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

 -Martin
Splendid! ☀️
Oct 11 2021