Thread overview
Bugzilla 18439 not actually fixed in DMD 2.086.1?
Jun 28, 2019
Ogi
Jun 28, 2019
Les De Ridder
Jun 28, 2019
Les De Ridder
June 28, 2019
This bug is listed as fixed in DMD v2.086.1, but I’m still getting it on my machine. My first thought that something is wrong with the Windows build of DMD, but I can also reproduce it on run.dlang.io, which runs on Linux and currently uses DMD v2.086.1 (https://run.dlang.io/is/DM8fNJ).

June 28, 2019
On Friday, 28 June 2019 at 15:11:14 UTC, Ogi wrote:
> This bug is listed as fixed in DMD v2.086.1, but I’m still getting it on my machine. My first thought that something is wrong with the Windows build of DMD, but I can also reproduce it on run.dlang.io, which runs on Linux and currently uses DMD v2.086.1 (https://run.dlang.io/is/DM8fNJ).

The commit[1] that was trying to fix it was reverted[2].

The changelog generation tool[3] doesn't seem to take reverts into
account. I'll open an issue.

[1] https://github.com/dlang/dmd/pull/9922
[2] https://github.com/dlang/dmd/pull/9984
[3] https://github.com/dlang/tools/blob/654a9329d3104dc8d306dd1d537e4230f8bece45/changed.d
June 28, 2019
On Friday, 28 June 2019 at 17:28:45 UTC, Les De Ridder wrote:
> The changelog generation tool[3] doesn't seem to take reverts into
> account. I'll open an issue.

Actually, it only includes issues if they're actually closed on
Bugzilla, so it's a bug in the bot. There seems to be a related
issue[1].

[1] https://issues.dlang.org/show_bug.cgi?id=17044