Thread overview
[Issue 21854] @live breaks foreach over integers
Apr 23, 2021
mhh
Dec 17, 2022
Iain Buclaw
Jan 28, 2023
Nick Treleaven
Jan 28, 2023
Nick Treleaven
Apr 09
Dlang Bot
Apr 09
Dlang Bot
April 23, 2021
https://issues.dlang.org/show_bug.cgi?id=21854

--- Comment #1 from mhh <maxhaton@gmail.com> ---
Error: variable onlineapp.glorifiedNop.tmp is both Undefined and Owner

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21854

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

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

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
Confirmed with v2.101.0.

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

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |live

--
April 09
https://issues.dlang.org/show_bug.cgi?id=21854

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
The trouble here appears to be that I thought I could get away with just gen vectors, but the DFA needs kill vectors, too.

--
April 09
https://issues.dlang.org/show_bug.cgi?id=21854

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #16367 "fix bugzilla Issue 21854 - @live breaks foreach over integers" fixing this issue:

- fix bugzilla Issue 21854 - @live breaks foreach over integers

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

--
April 09
https://issues.dlang.org/show_bug.cgi?id=21854

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 #16367 "fix bugzilla Issue 21854 - @live breaks foreach over integers" was merged into master:

- d32f565093a4ec9bc9a7b92b23416b0df586d353 by Walter Bright:
  fix bugzilla Issue 21854 - @live breaks foreach over integers

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

--