dragon-lang / dc

D Compiler
Boost Software License 1.0
8 stars 0 forks source link

@nogc exceptions #29

Open wilzbach opened 5 years ago

wilzbach commented 5 years ago

i.e. activate -dip1008

marler8997 commented 5 years ago

This one is interesting. It might break some code but it should be minimal. If I recall correctly, the only code it could break would be code that causes exception objects to escape the catch block, which would only happen rarely.