www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Tagging bugzilla issues as resolved

reply Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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
Aug 23 2020
parent reply ag0aep6g <anonymous example.com> writes:
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.
Aug 23 2020
parent Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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
Aug 23 2020