DIP65: Fixing Exception Handling Syntax

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 17 14:07:02 PDT 2014


On 7/17/2014 2:03 PM, Walter Bright wrote:
> Did you see my response?
>
> I suggested recognizing in the parser:
>
>     ( Identifier )
>
> as a special case, in addition to using Parser::isDeclaration(). Gradually we
> can turn that special case into a warning, then deprecation.


BTW, if doing the warning/deprecation on that is the sticking point, we don't 
have to do that. It doesn't change the issue with DIP65.



More information about the Digitalmars-d mailing list