Thread overview
[Issue 22006] static foreach and foreach over tuple doesn't work on 16-bit
Jun 09, 2021
Dlang Bot
Jun 09, 2021
Dlang Bot
Jun 11, 2021
Dlang Bot
June 09, 2021
https://issues.dlang.org/show_bug.cgi?id=22006

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12662 "fix Issue 22006 - static foreach and foreach over tuple doesn't work on 16-bit" fixing this issue:

- fix Issue 22006 - static foreach and foreach over tuple doesn't work on 16-bit

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

--
June 09, 2021
https://issues.dlang.org/show_bug.cgi?id=22006

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 #12662 "fix Issue 22006 - static foreach and foreach over tuple doesn't work on 16-bit" was merged into master:

- 770190cef40410aa08be2c8942733ece6a880c3a by Iain Buclaw:
  fix Issue 22006 - static foreach and foreach over tuple doesn't work on
16-bit

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

--
June 11, 2021
https://issues.dlang.org/show_bug.cgi?id=22006

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12668 "[dmd-cxx] Backport recent bug fixes for static foreach ICEs" was merged into dmd-cxx:

- a8a7fcd8c057dab7a689c51dfbb80506f3d068ca by Iain Buclaw:
  [dmd-cxx] fix Issue 22006 - static foreach and foreach over tuple doesn't
work on 16-bit (#12662)

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

--