DIP65: Fixing Exception Handling Syntax

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 8 19:48:01 PDT 2014


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(); }


More information about the Digitalmars-d mailing list