www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Point release for DMD with regression fix?

reply Manu <turkeyman gmail.com> writes:
Any chance the people who know how to do releases might consider a point
release with at least this regression fixed:
https://github.com/dlang/dmd/pull/21248

It's causing my CI situation hell, build machines locking up all over; I
don't really want to deploy custom built compilers to the CI machines, that
adds a lot of management complexity, but that bug causes me problems all
over and I have to keep manually killing hung build jobs.

The bug never made it to LDC, so it's just a DMD issue - all platforms.
It's resolved in the DMD nightly.
Jul 01
parent reply Dennis <dkorpel gmail.com> writes:
On Tuesday, 1 July 2025 at 09:16:37 UTC, Manu wrote:
 Any chance the people who know how to do releases might 
 consider a point release with at least this regression fixed: 
 https://github.com/dlang/dmd/pull/21248
I'm currently working on the 2.112.0 release, if I were to make a 2.111.1 release I need to revert the master commits of 2.112 that have already been merged into the stable branch. Would a 2.112.0 release suffice or does that (likely) break your code?
Jul 02
parent Manu <turkeyman gmail.com> writes:
On Thu, 3 July 2025, 5:36=E2=80=AFam Dennis via Digitalmars-d, <
digitalmars-d puremagic.com> wrote:

 On Tuesday, 1 July 2025 at 09:16:37 UTC, Manu wrote:
 Any chance the people who know how to do releases might
 consider a point release with at least this regression fixed:
 https://github.com/dlang/dmd/pull/21248
I'm currently working on the 2.112.0 release, if I were to make a 2.111.1 release I need to revert the master commits of 2.112 that have already been merged into the stable branch. Would a 2.112.0 release suffice or does that (likely) break your code?
Sorry, the mailing list delivered this to me with a different topic and not a continuation of the same thread so I didn't see it. That's great, this is even better. Thanks Dennis!

Jul 04