Release 2.098.0

Basile B. b2.temp at gmx.com
Sun Oct 10 15:03:34 UTC 2021


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 !


More information about the Digitalmars-d-announce mailing list