www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta 2.097.0

reply Martin Nowak <code dawg.eu> writes:
Glad to announce the first beta for the 2.097.0 release, ♥ to the 
54 contributors.

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

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

-Martin
May 13 2021
next sibling parent reply jmh530 <john.michael.hall gmail.com> writes:
On Thursday, 13 May 2021 at 13:29:55 UTC, Martin Nowak wrote:
 Glad to announce the first beta for the 2.097.0 release, ♥ to 
 the 54 contributors.

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

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

 -Martin
"11. Floating point numbers don't allocate with the GC anymore." Should this be "11. Formatting floating point numbers doesn't allocate with the GC anymore."
May 13 2021
next sibling parent russhy <russhy gmail.com> writes:
On Thursday, 13 May 2021 at 13:38:44 UTC, jmh530 wrote:
 On Thursday, 13 May 2021 at 13:29:55 UTC, Martin Nowak wrote:
 Glad to announce the first beta for the 2.097.0 release, ♥ to 
 the 54 contributors.

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

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

 -Martin
"11. Floating point numbers don't allocate with the GC anymore." Should this be "11. Formatting floating point numbers doesn't allocate with the GC anymore."
+1 that is a very confusing and misleading message if was only when formatting
May 13 2021
prev sibling parent reply Berni44 <someone somemail.com> writes:
On Thursday, 13 May 2021 at 13:38:44 UTC, jmh530 wrote:
 "11. Floating point numbers don't allocate with the GC anymore."

 Should this be "11. Formatting floating point numbers doesn't 
 allocate with the GC anymore."
Probably my fault. Is it possible to still change this? What do I have to do?
May 13 2021
parent reply Basile B. <b2.temp gmx.com> writes:
On Thursday, 13 May 2021 at 15:26:59 UTC, Berni44 wrote:
 On Thursday, 13 May 2021 at 13:38:44 UTC, jmh530 wrote:
 "11. Floating point numbers don't allocate with the GC 
 anymore."

 Should this be "11. Formatting floating point numbers doesn't 
 allocate with the GC anymore."
Probably my fault. Is it possible to still change this? What do I have to do?
Just edit this file : https://github.com/dlang/phobos/blob/master/changelog/formatting_floats_nogc.dd and you're good.
May 13 2021
parent reply Berni44 <someone somemail.com> writes:
On Thursday, 13 May 2021 at 15:49:40 UTC, Basile B. wrote:
 On Thursday, 13 May 2021 at 15:26:59 UTC, Berni44 wrote:
 On Thursday, 13 May 2021 at 13:38:44 UTC, jmh530 wrote:
 "11. Floating point numbers don't allocate with the GC 
 anymore."

 Should this be "11. Formatting floating point numbers doesn't 
 allocate with the GC anymore."
Probably my fault. Is it possible to still change this? What do I have to do?
Just edit this file : https://github.com/dlang/phobos/blob/master/changelog/formatting_floats_nogc.dd and you're good.
Is master the correct target? Or should this go to stable meanwhile?
May 13 2021
parent Steven Schveighoffer <schveiguy gmail.com> writes:
On 5/13/21 12:19 PM, Berni44 wrote:
 On Thursday, 13 May 2021 at 15:49:40 UTC, Basile B. wrote:
 Just edit this file : 
 https://github.com/dlang/phobos/blob/master/changelog/forma
ting_floats_nogc.dd 


 and you're good.
Is master the correct target? Or should this go to stable meanwhile?
use stable. -Steve
May 13 2021
prev sibling next sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Thursday, 13 May 2021 at 13:29:55 UTC, Martin Nowak wrote:
 Glad to announce the first beta for the 2.097.0 release, ♥ to 
 the 54 contributors.

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

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

 -Martin
The BEST release 🎂☀️🍿
May 13 2021
prev sibling parent reply Martin Nowak <code dawg.eu> writes:
On Thursday, 13 May 2021 at 13:29:55 UTC, Martin Nowak wrote:
 Glad to announce the first beta for the 2.097.0 release, ♥ to 
 the 54 contributors.

 http://dlang.org/download.html#dmd_beta
 http://dlang.org/changelog/2.097.0.html
Release Candidate is live now.
 As usual please report any bugs at
 https://issues.dlang.org

 -Martin
May 29 2021
parent Ivan Kazmenko <gassa mail.ru> writes:
On Saturday, 29 May 2021 at 11:00:50 UTC, Martin Nowak wrote:
 On Thursday, 13 May 2021 at 13:29:55 UTC, Martin Nowak wrote:
 Glad to announce the first beta for the 2.097.0 release, ♥ to 
 the 54 contributors.

 http://dlang.org/download.html#dmd_beta
 http://dlang.org/changelog/2.097.0.html
Release Candidate is live now.
Some of the changelog entries look sweet!
May 29 2021