Thread overview
[Issue 199] (D1 only) Label causes scope to collapse into parent
Jul 25, 2014
yebblies
Jul 25, 2014
yebblies
Sep 29, 2014
Stewart Gordon
May 16, 2019
RazvanN
July 25, 2014
https://issues.dlang.org/show_bug.cgi?id=199

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Label causes scope to       |(D1 only) Label causes
                   |collapse into parent        |scope to collapse into
                   |                            |parent

--
July 25, 2014
https://issues.dlang.org/show_bug.cgi?id=199

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|yebblies@gmail.com          |nobody@puremagic.com

--
September 29, 2014
https://issues.dlang.org/show_bug.cgi?id=199

--- Comment #40 from monarchdodra@gmail.com ---
The docs over at:
http://dlang.org/statement.html

Still say:
LabeledStatement:
    Identifier :
    Identifier : NoScopeStatement
    Identifier : Statement

I believe this should be s/NoScopeStatement/ScopeBlockStatement/ ?

--
September 29, 2014
https://issues.dlang.org/show_bug.cgi?id=199

--- Comment #41 from Stewart Gordon <smjg@iname.com> ---
(In reply to monarchdodra from comment #40)
> LabeledStatement:
>     Identifier :
>     Identifier : NoScopeStatement
>     Identifier : Statement
> 
> I believe this should be s/NoScopeStatement/ScopeBlockStatement/ ?

At the moment, it's completely ambiguous, because a ScopeBlockStatement is already a kind of Statement.

As such,
    Identifier : NoScopeStatement
should just be removed.

--
May 16, 2019
https://issues.dlang.org/show_bug.cgi?id=199

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |INVALID

--- Comment #42 from RazvanN <razvan.nitu1305@gmail.com> ---
Closing as this bug is not valid in D2.

--