www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.107.0

reply Iain Buclaw <ibuclaw gdcproject.org> writes:
Glad to announce D 2.107.0, ♥ to the 37 contributors.

This release comes with 10 major changes and 61 fixed Bugzilla 
issues, including:

  - Unrecognized pragmas are no longer an error, but instead 
simply ignored.
  - Added ` core.attribute.standalone` for shared static module 
constructors.
  - In D runtime, a new module `core.stdc.stdatomic` has been 
implemented.


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

-Iain
on behalf of the Dlang Core Team
Feb 02
parent reply "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
Doesn't look like any of Dennis's work on improving the Unicode tables 
for Phobos has made it in this release.

Bit of a shame, they are a lot faster now!

But good stuff in this release anyway!
Feb 02
parent Dennis <dkorpel gmail.com> writes:
On Friday, 2 February 2024 at 11:26:11 UTC, Richard (Rikki) 
Andrew Cattermole wrote:
 Doesn't look like any of Dennis's work on improving the Unicode 
 tables for Phobos has made it in this release.
The master branch for 2.107 was cut off on Jan 1st, and the table improvements came after that. They will be in 2.108 though!
Feb 02