Thread overview
[Issue 22138] foreach cannot declare the loop variables as scope
Jul 23, 2021
Walter Bright
Jul 23, 2021
Dlang Bot
Jul 26, 2021
Dlang Bot
July 23, 2021
https://issues.dlang.org/show_bug.cgi?id=22138

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
July 23, 2021
https://issues.dlang.org/show_bug.cgi?id=22138

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12912 "fix Issue 22138 - foreach cannot declare the loop variables as scope" fixing this issue:

- fix Issue 22138 - foreach cannot declare the loop variables as scope

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

--
July 26, 2021
https://issues.dlang.org/show_bug.cgi?id=22138

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 #12912 "fix Issue 22138 - foreach cannot declare the loop variables as scope" was merged into master:

- fb9a0aa82e5217d4689d08a3330ae22a096114e8 by Walter Bright:
  fix Issue 22138 - foreach cannot declare the loop variables as scope

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

--