Thread overview
Beta 2.097.0
May 13, 2021
Martin Nowak
May 13, 2021
jmh530
May 13, 2021
russhy
May 13, 2021
Berni44
May 13, 2021
Basile B.
May 13, 2021
Berni44
May 13, 2021
Imperatorn
Release Candidate 2.097.0 [was: Re: Beta 2.097.0]
May 29, 2021
Martin Nowak
May 29, 2021
Ivan Kazmenko
May 13, 2021

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

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

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

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

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

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

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
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
May 29, 2021

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

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!