digitalmars.D - Any chance to get a bugfix release of DMD?
- Dejan Lekic (2/2) Feb 27 Maybe you are not aware of this, but last DMD release is broken.
- Sergey (7/9) Feb 28 What kind of error do you mean?
- Dejan Lekic (3/6) Mar 02 v2.112.1 actually works! Why the download page still has the
- Serg Gini (3/5) Mar 04 Because as I understood it is automatically generated with
- Dejan Lekic (4/6) Mar 04 I spoke too soon. Yes some errors are eliminated, but I am still
- Sergey (2/6) Mar 04 make an issue and try the latest rc1 release maybe
Maybe you are not aware of this, but last DMD release is broken. When can we expect the bugfix release?
Feb 27
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
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/nightlyv2.112.1 actually works! Why the download page still has the previous (buggy) release??
Mar 02
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
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
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









Serg Gini <kornburn yandex.ru> 