Thread overview
Organizing work via github projects
Sep 27, 2022
RazvanN
Sep 27, 2022
rikki cattermole
Sep 30, 2022
Dukc
Sep 30, 2022
Imperatorn
Oct 01, 2022
ryuukk_
September 27, 2022

Hello everyone,

Following the 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.

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

September 27, 2022
Should be added to replacing druntime hooks with templates:

https://issues.dlang.org/show_bug.cgi?id=19946

September 30, 2022

On Tuesday, 27 September 2022 at 07:58:42 UTC, RazvanN wrote:

>

Hello everyone,

Following the 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.

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!

September 30, 2022

On Tuesday, 27 September 2022 at 07:58:42 UTC, RazvanN wrote:

>

Hello everyone,

Following the 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.

[...]

👍

October 01, 2022

It's very nice to know what's being worked on and what are the future plans, thanks for sharing!