digitalmars.D - D updates 2022
- RazvanN (37/37) Jan 03 2023 Hello,
Hello, First of all, Happy New Year to everyone! This week's D updates is going to be a bit special since all the stats will be covering the entire year of 2022. So, without further ado, let's see how we did last year. [Changed Issues: 5434](https://issues.dlang.org/buglist.cgi?chfieldfrom=2022-01-01&chfieldto=2022-12-31&limit=0&order=component%2Cbug_id%20DESC&qu ry_format=advanced) - although this is not very relevant given Iain's recent spam parade. [Opened Issues: 954](https://issues.dlang.org/buglist.cgi?chfield=%5BBug%20creation%5D&chfieldfrom=2022-01-01&chfieldto=2022-12-31&limit=0&order=component%2Cbug_id%20DESC&qu ry_format=advanced) out of which 545 have been closed [Closed Issues: 1117](https://issues.dlang.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=resolution&chfieldfrom=2022-01-01&chfieldto=2022-12-31&limit=0&order=component%2Cbug_id%20DESC&query_format=advanced&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=LATER&resolution=REMIND&resolution=DUPLICATE&resolution=WORKSFOR E&resolution=MOVED) (736 FIXED, 82 INVALID, 77 WONTFIX, 7 LATER, 3 REMIND, 86 DUPLICATE, 115 WORKSFORME, 11 MOVED) [Opened PRs: 1271](https://github.com/dlang/dmd/pulls?q=is%3Apr+created%3A2022-01-01..2 22-12-31+is%3Aopen) out of which 1162 have been closed [Total number of closed PRs: 1247](https://github.com/dlang/dmd/pulls?q=is%3Apr+closed%3A2022-01-01..2022-12-31+is%3Aopen+) [Opened PRs: 318](https://github.com/dlang/phobos/pulls?q=is%3Apr+created%3A2022-01-01..20 2-12-31+is%3Aopen+) out of which 283 have been closed [Total number of closed PRs: 310](https://github.com/dlang/phobos/pulls?q=is%3Apr+created%3A2022-01-01..2022-12-31+is%3Aopen+) Thanks to all of the contributors that have put their time and effort into improving D! If there are folks out there that want to contribute, we have organized issues that we want to get fixed in [github projects](https://github.com/orgs/dlang/projects). These projects contain important issues for our organization and are of various level of difficulty. For example, newcomers can browse the Bootcamp Issues project. More seasoned contributors can take a look at the Memory Safety or ImportC projects. Additionally, Iain has put up a list of the most important issues that require fixing: https://issues.dlang.org/buglist.cgi?list_id=243377&priority=P1&query_format=advanced&resolution=--- Cheers, RazvanN
Jan 03 2023