Thread overview
May 10

Glad to announce the first beta for the 2.109.0 release, ♥ to the 41 contributors.

This release comes with 14 major changes and 22 fixed Bugzilla issues, including:

  • In the language, the special function __ctfeWrite has been to write messages from CTFE.
  • Introspection capabilities have been added to Bit-fields.
  • In the compiler, missing symbol errors from the linker are now formatted to be more readable.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.109.0.html

As usual please report any bugs at
https://issues.dlang.org

-Iain
on behalf of the Dlang Core Team

May 10
On 10/05/2024 9:14 PM, Iain Buclaw wrote:
> Glad to announce the first beta for the 2.109.0 release, ♥ to the 41 contributors.
> 
> This release comes with 14 major changes and 22 fixed Bugzilla issues, including:
> 
> - In the language, the special function `__ctfeWrite` has been to write messages from CTFE.
> - Introspection capabilities have been added to Bit-fields.
> - In the compiler, missing symbol errors from the linker are now formatted to be more readable.
> 
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.109.0.html
> 
> As usual please report any bugs at
> https://issues.dlang.org
> 
> -Iain
> on behalf of the Dlang Core Team

Looks like my name needs cleaning up! Its there four times.

We should also probably remove:

"DigitalMars sppn does not support anything newer than C99. It is known to be limited and using any Unicode character not in those ranges will result in an error."

Since OMF is gone :D
May 10
On Friday, 10 May 2024 at 09:19:58 UTC, Richard (Rikki) Andrew Cattermole wrote:
> On 10/05/2024 9:14 PM, Iain Buclaw wrote:
>> [...]
>
> Looks like my name needs cleaning up! Its there four times.
>

Fix your gitconfig then. :-)

All information is taken from git history and bugzilla.


> We should also probably remove:
>
> "DigitalMars sppn does not support anything newer than C99. It is known to be limited and using any Unicode character not in those ranges will result in an error."
>
> Since OMF is gone :D

But not entirely cleaned up in dub or phobos yet.

May 11
On 11/05/2024 4:00 AM, Iain Buclaw wrote:
> Fix your gitconfig then. :-)

Oh dangit, I hadn't noticed that it changed on me.

It was set correctly a few months ago! Ughhhh.

Wonder why it changed after it was set correctly.