Thread overview
[Issue 20835] Enum member attributes being evaluated in wrong scope.
May 19, 2020
Boris Carvajal
May 19, 2020
Dlang Bot
May 20, 2020
Dlang Bot
May 19, 2020
https://issues.dlang.org/show_bug.cgi?id=20835

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |czdanol@gmail.com

--- Comment #1 from Boris Carvajal <boris2.9@gmail.com> ---
*** Issue 19344 has been marked as a duplicate of this issue. ***

--
May 19, 2020
https://issues.dlang.org/show_bug.cgi?id=20835

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #11163 "Fix issue 20835 - Enum member attributes being evaluated in wrong scope." fixing this issue:

- Fix issue 20835 - Enum member attributes being evaluated in wrong scope.

https://github.com/dlang/dmd/pull/11163

--
May 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20835

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11163 "Fix issue 20835 - Enum member attributes being evaluated in wrong scope." was merged into stable:

- d76f8c37f637e9b393eef0306c4467566e1044fd by Boris Carvajal:
  Fix Issues 20835, 19344 - Enum member attributes being evaluated in wrong
scope.

https://github.com/dlang/dmd/pull/11163

--