Re: Empire is DOS Game Club Game of the Month for February 2024

2024-02-02 Thread Danilo via Digitalmars-d-announce
On Friday, 2 February 2024 at 02:34:31 UTC, Brian Callahan wrote: Wasn't sure where else to put this, but Walter's Empire is the DOS Game Club February 2024 Game of the Month: https://www.dosgameclub.com/ Win prices from people who are 30+ years behind. Hope the D language is not on the same

Release D 2.107.0

2024-02-02 Thread Iain Buclaw via Digitalmars-d-announce
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. -

Re: Release D 2.107.0

2024-02-02 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-announce
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!

Re: Release D 2.107.0

2024-02-02 Thread Dennis via Digitalmars-d-announce
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. Th