www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Organizing work via github projects

reply RazvanN <razvan.nitu1305 gmail.com> writes:
Hello everyone,

Following the vision 
[document](https://github.com/dlang/vision-document) I have 
created some projects that reflect work items that are in sync 
with the directions stated there. These projects are available 
[here](https://github.com/orgs/dlang/projects).

I have tried to populate as much as I could these projects with 
specific items. These are currently imcomplete, but I hope that 
folks will jump in and help me fill them. Most of the items are 
currently references to reported bugs. That is partly because we 
have entered a stabilization phase where we need to fix certain 
aspects of our current features. Nevertheless, there is also a 
DIPs project which currently contains the dips that need to be 
implemented or finished.

For projects such as importC, memory safety etc., I am hoping 
that people that champion these projects could create specific 
tasks that other contributors can pick up.

Long term, I am hoping to convince all core contributors to lay 
out their plans/tasks using github projects. Up until that point, 
narrowing down the pool of reported bugs to the ones that are of 
most interest to the Foundation should be a reasonable start.

Cheers,
RazvanN
Sep 27 2022
next sibling parent rikki cattermole <rikki cattermole.co.nz> writes:
Should be added to replacing druntime hooks with templates:

https://issues.dlang.org/show_bug.cgi?id=19946
Sep 27 2022
prev sibling next sibling parent Dukc <ajieskola gmail.com> writes:
On Tuesday, 27 September 2022 at 07:58:42 UTC, RazvanN wrote:
 Hello everyone,

 Following the vision 
 [document](https://github.com/dlang/vision-document) I have 
 created some projects that reflect work items that are in sync 
 with the directions stated there. These projects are available 
 [here](https://github.com/orgs/dlang/projects).
I see the results of my `noreturn` testing session last Saturday have already found their way in there. Good.
 I have tried to populate as much as I could these projects with 
 specific items. These are currently imcomplete, but I hope that 
 folks will jump in and help me fill them. Most of the items are 
 currently references to reported bugs. That is partly because 
 we have entered a stabilization phase where we need to fix 
 certain aspects of our current features. Nevertheless, there is 
 also a DIPs project which currently contains the dips that need 
 to be implemented or finished.
Good work!
Sep 30 2022
prev sibling next sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Tuesday, 27 September 2022 at 07:58:42 UTC, RazvanN wrote:
 Hello everyone,

 Following the vision 
 [document](https://github.com/dlang/vision-document) I have 
 created some projects that reflect work items that are in sync 
 with the directions stated there. These projects are available 
 [here](https://github.com/orgs/dlang/projects).

 [...]
👍
Sep 30 2022
prev sibling parent ryuukk_ <ryuukk.dev gmail.com> writes:
It's very nice to know what's being worked on and what are the 
future plans, thanks for sharing!
Oct 01 2022