Beta 2.097.0

2021-05-13 Thread Martin Nowak via Digitalmars-d-announce
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



Re: Beta 2.097.0

2021-05-13 Thread jmh530 via Digitalmars-d-announce

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."





Re: Beta 2.097.0

2021-05-13 Thread russhy via Digitalmars-d-announce

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


Re: Beta 2.097.0

2021-05-13 Thread Imperatorn via Digitalmars-d-announce

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 🎂☀️🍿


Re: Beta 2.097.0

2021-05-13 Thread Berni44 via Digitalmars-d-announce

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?


Re: Beta 2.097.0

2021-05-13 Thread Basile B. via Digitalmars-d-announce

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.


Re: Beta 2.097.0

2021-05-13 Thread Berni44 via Digitalmars-d-announce

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?


Re: Beta 2.097.0

2021-05-13 Thread Steven Schveighoffer via Digitalmars-d-announce

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/formatting_floats_nogc.dd 



and you're good.


Is master the correct target? Or should this go to stable meanwhile?


use stable.

-Steve