www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta 2.109.0

reply Iain Buclaw <ibuclaw gdcproject.org> writes:
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
parent reply "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
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
parent reply Iain Buclaw <ibuclaw gdcproject.org> writes:
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 10
parent "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
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.
May 10