Thread overview
Tagging bugzilla issues as resolved
Aug 23, 2020
Per Nordlöw
Aug 23, 2020
ag0aep6g
Aug 23, 2020
Per Nordlöw
August 23, 2020
If I find a bugzilla that has already been solved what should I do?

For instance,

https://issues.dlang.org/show_bug.cgi?id=13215
August 23, 2020
On 23.08.20 11:33, Per Nordlöw wrote:
> If I find a bugzilla that has already been solved what should I do?
> 
> For instance,
> 
> https://issues.dlang.org/show_bug.cgi?id=13215

Leave a comment (you already did that) and set the status to:
RESOLVED WORKSFORME

Alternatively, you can make a pull request that adds the test case from the issue to the test suite. As usual, put "fix issue xxxxx" as the commit message. The bot then closes the issue automatically.
August 23, 2020
On Sunday, 23 August 2020 at 09:55:31 UTC, ag0aep6g wrote:
> Leave a comment (you already did that) and set the status to:
> RESOLVED WORKSFORME

Done: https://github.com/dlang/dmd/pull/11609