NoScopeStatement violates C compatibility principal.

monarch_dodra monarchdodra at gmail.com
Wed May 29 03:06:14 PDT 2013


On Wednesday, 29 May 2013 at 09:51:58 UTC, bearophile wrote:
> 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

I reopened it. Its not a new issue, so I don't think it warrants 
a new thread.

EDIT: I did file this though, which is kind of related: 
http://d.puremagic.com/issues/show_bug.cgi?id=10199


More information about the Digitalmars-d mailing list