www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Weekly D updates 18-25 July

reply RazvanN <razvan.nitu1305 gmail.com> writes:


[Changed 
Issues](https://issues.dlang.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&chfieldfrom=7d&chfieldto=Now&list_id=241471&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=LATER&resolution=REMIND&resolution=DUPLICATE&resolution=WORKSFORM
&resolution=MOVED): 52
[Opened 
Issues](https://issues.dlang.org/buglist.cgi?bug_status=NEW&bug_status=RESOLVED&chfield=%5BBug%20creation%5D&chfieldfrom=7d&chfieldto=Now&list_id=241467&que
y_format=advanced): 13 out of which 3 have been closed (2 FIXED, 1 DUPLICATE)
[Closed 
Issues](https://issues.dlang.org/buglist.cgi?chfieldfrom=7d&chfieldto=Now&list_id=241459&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=LATER&resolution=REMIND&resolution=DUPLICATE&resolution=WORKSFORM
&resolution=MOVED): 30 (23 FIXED, 1 WORKSFORME, 1 WONTFIX, 3 DUPLICATE, 2
INVALID)





[Opened 
PRs](https://github.com/dlang/dmd/pulls?q=is%3Apr+created%3A2022-07-18..2022
07-25+is%3Aclosed): 13 out of which 10 have been closed (10 merged)
[Total number of closed 
PRs](https://github.com/dlang/dmd/pulls?q=is%3Apr+closed%3A2022-07-18..2022
07-25+is%3Aclosed): 15



[Opened 
PRs](https://github.com/dlang/phobos/pulls?q=is%3Apr+created%3A2022-07-18..2022
07-25+is%3Aclosed): 8 out of which 8 have been closed (7 merged, 1 closed)
[Total number of closed 
PRs](https://github.com/dlang/phobos/pulls?q=is%3Apr+closed%3A2022-07-18..2022-
7-25+is%3Aclosed+): 11

Cheers,
RazvanN
Jul 25 2022
parent reply Matheus <matheus gmail.com> writes:
On Monday, 25 July 2022 at 08:52:55 UTC, RazvanN wrote:
 ...
Hi RazvanN, first of all thanks for the update report. One thing that called my attention is the Issues marked as Invalid, for example: https://issues.dlang.org/show_bug.cgi?id=14553 . It was opened 7 years ago, and It seems to be valid and according to the last comment: "Daraban Timotei 2022-07-23 11:10:45 UTC Documentation has changed and no longer conflicts with return types." So now the documentation doesn't conflict, and 7 years later the issue turned to be invalid, but I wonder if a better flag should be used like "Automatically fixed", "Already Fixed", "Auto Solved" etc. Instead of just flagging as "Invalid" after so many years, since it was valid once. Matheus.
Jul 25 2022
parent RazvanN <razvan.nitu1305 gmail.com> writes:
On Monday, 25 July 2022 at 11:34:24 UTC, Matheus wrote:
 On Monday, 25 July 2022 at 08:52:55 UTC, RazvanN wrote:
 ...
Hi RazvanN, first of all thanks for the update report. One thing that called my attention is the Issues marked as Invalid, for example: https://issues.dlang.org/show_bug.cgi?id=14553 . It was opened 7 years ago, and It seems to be valid and according to the last comment: "Daraban Timotei 2022-07-23 11:10:45 UTC Documentation has changed and no longer conflicts with return types." So now the documentation doesn't conflict, and 7 years later the issue turned to be invalid, but I wonder if a better flag should be used like "Automatically fixed", "Already Fixed", "Auto Solved" etc. Instead of just flagging as "Invalid" after so many years, since it was valid once. Matheus.
Yes, in this case the documentation was changed to match the behavior, therefore the issue should have been marked as fixed.
Jul 25 2022