Thread overview
Release D 2.107.0
Feb 02, 2024
Iain Buclaw
Feb 02, 2024
Dennis
February 02, 2024

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

February 03, 2024
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!
February 02, 2024

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!