Thread overview
[Issue 24845] Compiler error when trying to assign to an AA value of an enum instance
Nov 25
Dlang Bot
Nov 25
Dlang Bot
November 06
https://issues.dlang.org/show_bug.cgi?id=24845

Mai Lapyst <info@lapyst.by> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Compiler error when trying  |Compiler error when trying
                   |to access AA value of an    |to assign to an AA value of
                   |enum instance               |an enum instance

--
November 25
https://issues.dlang.org/show_bug.cgi?id=24845

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #17094 "Fix bugzilla 24845 - Compiler error when trying to assign to an AA va…" fixing this issue:

- Fix bugzilla 24845 - Compiler error when trying to assign to an AA value of an enum instance

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

--
November 25
https://issues.dlang.org/show_bug.cgi?id=24845

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17094 "Fix bugzilla 24845 - Compiler error when trying to assign to an AA va…" was merged into master:

- f1912e6cac297c29a4901e4f1d90052100eb0447 by Dennis Korpel:
  Fix bugzilla 24845 - Compiler error when trying to assign to an AA value of
an enum instance

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

--