dlang / project-ideas

Collection of impactful projects in the D ecosystem
36 stars 12 forks source link

Use RC-counted exceptions by default #37

Open wilzbach opened 5 years ago

wilzbach commented 5 years ago

Description

DIP1008 allows allocating and catching exceptions in @nogc code.

What are rough milestones of this project?

How does this project help the D community?

This will finally allow exceptions to be used in @nogc code and thus greatly increase the usage area of @nogc.

Recommended skills

Point of Contact

@wilzbach

References