Thread overview
[Issue 23216] Better Error Message For foreach_reverse Without Bidirectional Range
Jun 27, 2022
Jack Stouffer
Jun 28, 2022
Dlang Bot
Jul 07, 2022
Dlang Bot
June 27, 2022
https://issues.dlang.org/show_bug.cgi?id=23216

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic, trivial

--
June 28, 2022
https://issues.dlang.org/show_bug.cgi?id=23216

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14254 "Fix 23216 - Better error message for foreach_reverse without Bidirectional Range" fixing this issue:

- Fix 23216 - Better error message for foreach_reverse without Bidirectional Range

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

--
July 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23216

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 #14254 "Fix 23216 - Better error message for foreach_reverse without Bidirectional Range" was merged into master:

- cd70e4d053137dfc955cca846eaf221a8584a37f by Dennis Korpel:
  Fix 23216 - Better error message for foreach_reverse without Bidirectional
Range

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

--