Thread overview
[Issue 24041] Anon enum member ignores repeated type or identifier
Jul 08, 2023
Nick Treleaven
Jul 08, 2023
Dlang Bot
Jul 10, 2023
Dlang Bot
Jul 13, 2023
Dlang Bot
July 08, 2023
https://issues.dlang.org/show_bug.cgi?id=24041

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, diagnostic

--
July 08, 2023
https://issues.dlang.org/show_bug.cgi?id=24041

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #15392 "Fix several errors parsing enum members" fixing this issue:

- Fix Issue 24041 - Anon enum member ignores repeated type or identifier

  Also adds test for missing initializer when type is specified and tweaks
  that error.

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

--
July 10, 2023
https://issues.dlang.org/show_bug.cgi?id=24041

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #15397 "[dmd/parse] Refactor enum declaration" fixing this issue:

- Fix Issue 24041 - Anon enum member ignores repeated type or identifier

  Also adds test for missing initializer when type is specified and tweaks
  that error.

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

--
July 13, 2023
https://issues.dlang.org/show_bug.cgi?id=24041

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 #15392 "Fix several errors parsing enum members" was merged into master:

- 9be3f393fdbf2f6ed25aefeb24f66349763e4fbd by Nick Treleaven:
  Fix Issue 24041 - Anon enum member ignores repeated type or identifier

  Also adds test for missing initializer when type is specified and tweaks
  that error.

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

--