Thread overview
[Issue 10692] Deprecation isn't checked using alias this
Oct 11, 2018
RazvanN
Oct 15, 2018
Walter Bright
October 11, 2018
https://issues.dlang.org/show_bug.cgi?id=10692

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
PR: https://github.com/dlang/dmd/pull/8825

--
October 15, 2018
https://issues.dlang.org/show_bug.cgi?id=10692

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Note that a plain 'alias' declaration specifically does not add modifiers, storage classes, attributes, etc. It's not a wrapper. It just forwards the lookup to the symbol. It should ignore any attributes, like plain alias does.

Added a clarification to the spec:

https://github.com/dlang/dlang.org/pull/2487

--
November 05, 2018
https://issues.dlang.org/show_bug.cgi?id=10692

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/41e16e99cad0c2e5e1c80445b808a812974ba32e fix Issue 10692 - Deprecation isn't checked using alias this

https://github.com/dlang/dlang.org/commit/35099f656fbcd0413065273cfde9e57df6f56bdd Merge pull request #2487 from WalterBright/fix10962

fix Issue 10692 - Deprecation isn't checked using alias this merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
November 05, 2018
https://issues.dlang.org/show_bug.cgi?id=10692

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--