Thread overview
[Issue 22007] static foreach: cannot implicitly convert expression Tuple4(0LU, 1) of type Tuple4 to int
Jun 08, 2021
Dlang Bot
Jun 09, 2021
Dlang Bot
Jun 11, 2021
Dlang Bot
June 08, 2021
https://issues.dlang.org/show_bug.cgi?id=22007

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 #12652 "fix Issue 22007 - static foreach: cannot implicitly convert expression Tuple4(0LU, 1) of type Tuple4 to int" fixing this issue:

- fix Issue 22007 - static foreach: cannot implicitly convert expression Tuple4(0LU, 1) of type Tuple4 to int

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

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

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 #12652 "fix Issue 22007 - static foreach: cannot implicitly convert expression Tuple4(0LU, 1) of type Tuple4 to int" was merged into master:

- c43300e40b447dc23b626ed07ec5ab5cb4d61f8b by Iain Buclaw:
  fix Issue 22007 - static foreach: cannot implicitly convert expression
Tuple4(0LU, 1) of type Tuple4 to int

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

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

--- 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:

- 65b7ce4a6667183ada2e66f176a57ff813b1ea54 by Iain Buclaw:
  [dmd-cxx] fix Issue 22007 - static foreach: cannot implicitly convert
expression Tuple4(0LU, 1) of type Tuple4 to int (#12652)

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

--