Thread overview
[Issue 23132] "cannot access frame pointer" comparing two ranges for equality from v2.099.0
May 21, 2022
Dlang Bot
Jun 21, 2022
Dlang Bot
Jul 09, 2022
Dlang Bot
May 21, 2022
https://issues.dlang.org/show_bug.cgi?id=23132

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tchaloupka created dlang/phobos pull request #8467 "Fix 23132 - Avoid ranges copy when compared for equality" fixing this issue:

- Fix 23132 - Avoid ranges copy when compared for equality

https://github.com/dlang/phobos/pull/8467

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

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/phobos pull request #8467 "Fix 23132 - Avoid ranges copy when compared for equality" was merged into stable:

- b2edbc4bae14a518896c28304ec4c3b2a9d3c19f by Tomáš Chaloupka:
  Fix 23132 - Avoid ranges copy when compared for equality

https://github.com/dlang/phobos/pull/8467

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

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

- 9ac9d359acf936c7168a6467321d5e4c358a8c9a by Tomáš Chaloupka:
  Fix 23132 - Avoid ranges copy when compared for equality

https://github.com/dlang/phobos/pull/8503

--