www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Any chance to get a bugfix release of DMD?

reply Dejan Lekic <dejan.lekic gmail.com> writes:
Maybe you are not aware of this, but last DMD release is broken. 
When can we expect the bugfix release?
Feb 27
parent reply Sergey <kornburn yandex.ru> writes:
On Friday, 27 February 2026 at 21:52:12 UTC, Dejan Lekic wrote:
 Maybe you are not aware of this, but last DMD release is 
 broken. When can we expect the bugfix release?
What kind of error do you mean? Could you please specify - error message, OS, DMD version? And try to check 112.1 https://github.com/dlang/dmd/releases/tag/v2.112.1 or nightly https://github.com/dlang/dmd/releases/tag/nightly To see if the issue is still presented there.
Feb 28
parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
On Saturday, 28 February 2026 at 08:30:20 UTC, Sergey wrote:
 And try to check 112.1 
 https://github.com/dlang/dmd/releases/tag/v2.112.1
 or nightly https://github.com/dlang/dmd/releases/tag/nightly
v2.112.1 actually works! Why the download page still has the previous (buggy) release??
Mar 02
next sibling parent Serg Gini <kornburn yandex.ru> writes:
On Monday, 2 March 2026 at 13:12:56 UTC, Dejan Lekic wrote:
 v2.112.1 actually works! Why the download page still has the 
 previous (buggy) release??
Because as I understood it is automatically generated with changelogs and there are some issues in this script.
Mar 04
prev sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
On Monday, 2 March 2026 at 13:12:56 UTC, Dejan Lekic wrote:
 v2.112.1 actually works! Why the download page still has the 
 previous (buggy) release??
I spoke too soon. Yes some errors are eliminated, but I am still getting rt_finalize2 errors from `dub test` runs with the RC version as well... They all work well when --compiler=gdc is used.
Mar 04
parent Sergey <kornburn yandex.ru> writes:
On Wednesday, 4 March 2026 at 19:45:33 UTC, Dejan Lekic wrote:
 I spoke too soon. Yes some errors are eliminated, but I am 
 still getting rt_finalize2 errors from `dub test` runs with the 
 RC version as well... They all work well when --compiler=gdc is 
 used.
make an issue and try the latest rc1 release maybe
Mar 04