Thread overview
[Issue 24566] condition that starts with runtime value and uses compile time array does not short circuit
Jun 10
Dlang Bot
Jun 10
Dlang Bot
Jun 16
Dlang Bot
May 25
https://issues.dlang.org/show_bug.cgi?id=24566

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22646

--
June 10
https://issues.dlang.org/show_bug.cgi?id=24566

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tgehr updated dlang/dmd pull request #16574 "fix Issue 24566 - condition that starts with runtime value and uses compile time array does not short circuit" fixing this issue:

- Fix bugzilla issue 24566 - condition that starts with runtime value and uses compile time array does not short circuit

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

--
June 10
https://issues.dlang.org/show_bug.cgi?id=24566

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 #16574 "Fix bugzilla issue 24566 - condition that starts with runtime value and uses compile time array does not short circuit" was merged into stable:

- 057170f9cef94eb94fa4ccabddd84540051c4283 by Timon Gehr:
  Fix bugzilla issue 24566 - condition that starts with runtime value and uses
compile time array does not short circuit

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

--
June 16
https://issues.dlang.org/show_bug.cgi?id=24566

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16589 "merge stable" was merged into master:

- d92734bdac94e09538911838051f8edb54b25185 by Timon Gehr:
  Fix bugzilla issue 24566 - condition that starts with runtime value and uses
compile time array does not short circuit

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

--