On 7/8/2014 2:31 PM, Brian Schott wrote:
http://wiki.dlang.org/DIP65

tldr: There are parser and specification bugs and I want to fix them. It will
break some poorly-written code, but I think I can automate the upgrade process.

I don't want to break existing code. The grammar ambiguity issue can be resolved by the user as:

catch (A) { .someFunction(); }

Reply via email to