Thread overview
[Issue 15824] 'scope' attribute ignored when making an alias to a scope delegate
Mar 23, 2016
Mathias Lang
May 23, 2017
Martin Nowak
May 23, 2017
Martin Nowak
Aug 04, 2020
Mathias LANG
March 23, 2016
https://issues.dlang.org/show_bug.cgi?id=15824

Mathias Lang <mathias.lang@sociomantic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mathias.lang@sociomantic.co
                   |                            |m, public@dicebot.lv

--
May 23, 2017
https://issues.dlang.org/show_bug.cgi?id=15824

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
As scope is a storage class, it cannot be part of a type or alias declaration, i.e. just like ref you can add it for parameters and unlike ref, scope can be used on variable declarations.

--
May 23, 2017
https://issues.dlang.org/show_bug.cgi?id=15824

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
It should possibly be made an error to declare such aliases.

--
August 04, 2020
https://issues.dlang.org/show_bug.cgi?id=15824

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #3 from Mathias LANG <pro.mathias.lang@gmail.com> ---
https://github.com/dlang/dmd/pull/10018 deprecated this.

--