Thread overview
[Issue 8662] Better error for duplicate labels inside static foreach body
[Issue 8662] Labels rejected in static foreach loop
Dec 17, 2022
Iain Buclaw
Jul 27, 2023
Dennis
Jul 27, 2023
Dlang Bot
Jul 28, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=8662

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

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

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl
            Summary|Labels rejected in static   |Better error for duplicate
                   |foreach loop                |labels inside static
                   |                            |foreach body

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

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #15466 "Fix 8662 - Better error for duplicate labels inside static foreach body" fixing this issue:

- Fix 8662 - Better error for duplicate labels inside static foreach body

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

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

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15466 "Fix 8662 - Better error for duplicate labels inside static foreach body" was merged into master:

- 815c3d9eb8ad665cf045f20c3c4f6452e1ea0cf4 by Dennis Korpel:
  Fix 8662 - Better error for duplicate labels inside static foreach body

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

--