NoScopeStatement violates C compatibility principal.

bearophile bearophileHUGS at lycos.com
Wed May 29 02:51:57 PDT 2013


Ali Çehreli:

> It is still a bug because NoScopeStatement does not mean 
> "expand into current scope." It means "do not introduce a 
> scope" and clearly allows blocked statements:
>
> NoScopeStatement:
>     ;
>     NonEmptyStatement
>     BlockStatement

So we reopen issue 199 or we create a new one?

Bye,
bearophile


More information about the Digitalmars-d mailing list