Jump to page: 1 2
Thread overview
Beta 2.097.2
Aug 04, 2021
Martin Nowak
Aug 07, 2021
kinke
Aug 11, 2021
FeepingCreature
Aug 11, 2021
kinke
Aug 12, 2021
FeepingCreature
Aug 12, 2021
kinke
Aug 12, 2021
FeepingCreature
Aug 12, 2021
Dennis
Aug 12, 2021
FeepingCreature
Aug 08, 2021
Temtaime
Aug 09, 2021
Tejas
Aug 09, 2021
russhy
Aug 10, 2021
rikki cattermole
Aug 10, 2021
Tejas
August 04, 2021

Glad to announce the first beta for the 2.097.2 point release, ♥ to the 4 contributors.

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

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

-Martin

August 07, 2021

On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote:

>

Glad to announce the first beta for the 2.097.2 point release,

Thanks Martin, much appreciated. Test results at Symmetry are looking good.

August 08, 2021

On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote:

>

Glad to announce the first beta for the 2.097.2 point release, ♥ to the 4 contributors.

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

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

-Martin

Anyone to fix ? https://issues.dlang.org/show_bug.cgi?id=22148
noreturn is unusable for me because of this bug

August 09, 2021

On Sunday, 8 August 2021 at 20:14:48 UTC, Temtaime wrote:

>

On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote:

>

Glad to announce the first beta for the 2.097.2 point release, ♥ to the 4 contributors.

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

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

-Martin

Anyone to fix ? https://issues.dlang.org/show_bug.cgi?id=22148
noreturn is unusable for me because of this bug

Just switch to LDC? The discussion on bugzilla seems to conclude that its purely DMD backend problem.

August 09, 2021

On Monday, 9 August 2021 at 16:32:41 UTC, Tejas wrote:

>

On Sunday, 8 August 2021 at 20:14:48 UTC, Temtaime wrote:

>

On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote:

>

Glad to announce the first beta for the 2.097.2 point release, ♥ to the 4 contributors.

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

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

-Martin

Anyone to fix ? https://issues.dlang.org/show_bug.cgi?id=22148
noreturn is unusable for me because of this bug

Just switch to LDC? The discussion on bugzilla seems to conclude that its purely DMD backend problem.

Saying switch to LDC is not a solution

DMD compile code faster, it is essential for quick iterations, nobody wants to suffer like rust people suffer

On other hand i recommend people to use either LDC/GDC for their release builds as they provide better optimizations

August 10, 2021
On 10/08/2021 4:32 AM, Tejas wrote:
> Just switch to LDC? The discussion on bugzilla seems to conclude that its purely DMD backend problem.

While that is a good workaround to issues like this, dmd-be does need to be fixed regardless.
August 10, 2021

On Tuesday, 10 August 2021 at 01:53:28 UTC, rikki cattermole wrote:

>

On 10/08/2021 4:32 AM, Tejas wrote:

>

Just switch to LDC? The discussion on bugzilla seems to conclude that its purely DMD backend problem.

While that is a good workaround to issues like this, dmd-be does need to be fixed regardless.

Yes of course.
I meant that as an immediate workaround.

Maybe my usage of "just" insinuated that one should simply ignore the problem; I definitely didn't mean that.

August 11, 2021

On Saturday, 7 August 2021 at 00:31:34 UTC, kinke wrote:

>

On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote:

>

Glad to announce the first beta for the 2.097.2 point release,

Thanks Martin, much appreciated. Test results at Symmetry are looking good.

Seems to work here too :) Just waiting for ldc now.

August 11, 2021

On Wednesday, 11 August 2021 at 13:06:24 UTC, FeepingCreature wrote:

>

Seems to work here too :) Just waiting for ldc now.

I don't plan to release any LDC v1.27.1 for the very few minor fixes that made it into v2.097.2 compared to v1.27.0.

August 12, 2021

On Wednesday, 11 August 2021 at 17:21:40 UTC, kinke wrote:

>

On Wednesday, 11 August 2021 at 13:06:24 UTC, FeepingCreature wrote:

>

Seems to work here too :) Just waiting for ldc now.

I don't plan to release any LDC v1.27.1 for the very few minor fixes that made it into v2.097.2 compared to v1.27.0.

:( Any chance I can convince you otherwise? The Nullable opAssign regression breaks literally all our code, and we use ldc for release builds.

« First   ‹ Prev
1 2