Thread overview
[Issue 13644] [REG2.066] ICE with foreach over array of Tuples
[Issue 13644] ICE with foreach over array of Tuples
Oct 23, 2014
Kenji Hara
October 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13644

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc

--- Comment #1 from bearophile_hugs@eml.cc ---
The unpacking of tuples in foreach should be deprecated and removed ASAP.

--
October 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13644

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Version|unspecified                 |D2
            Summary|ICE with foreach over array |[REG2.066] ICE with foreach
                   |of Tuples                   |over array of Tuples
           Severity|normal                      |regression

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
It's a regression so the ICE happens since 2.066.

https://github.com/D-Programming-Language/dmd/pull/4085

--
October 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13644

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9f9dd5700204e74a65cfa3049d11b947bdaa10a7 fix Issue 13644 - ICE with foreach over array of Tuples

https://github.com/D-Programming-Language/dmd/commit/c4da1c7b03c357f6f6a1a7eaeaab0ba6ca0efd74 Merge pull request #4085 from 9rnsr/fix13644

[REG2.066] Issue 13644 - ICE with foreach over array of Tuples

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13644

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9f9dd5700204e74a65cfa3049d11b947bdaa10a7 fix Issue 13644 - ICE with foreach over array of Tuples

https://github.com/D-Programming-Language/dmd/commit/c4da1c7b03c357f6f6a1a7eaeaab0ba6ca0efd74 Merge pull request #4085 from 9rnsr/fix13644

--