Thread overview
[Issue 20943] std.algorithm.setops.cartesianProduct fails for ranges with @system popFront
Jun 17, 2020
Dlang Bot
Jun 18, 2020
Dlang Bot
Jun 24, 2020
Dlang Bot
June 17, 2020
https://issues.dlang.org/show_bug.cgi?id=20943

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@John-Colvin updated dlang/phobos pull request #7519 "Let safety of cartesianProduct.Result.popFront be inferred" fixing this issue:

- Fix Issue 20943 - std.algorithm.setops.cartesianProduct fails for ranges with @system popFront

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

--
June 18, 2020
https://issues.dlang.org/show_bug.cgi?id=20943

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 #7519 "Let safety of cartesianProduct.Result.popFront be inferred" was merged into stable:

- e33db3409c78f6a4e758315387a8e308f014c267 by John Colvin:
  Fix Issue 20943 - std.algorithm.setops.cartesianProduct fails for ranges with
@system popFront

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

--
June 24, 2020
https://issues.dlang.org/show_bug.cgi?id=20943

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

- b8e90f4a227edbfce52ace5e597e039cf56c03c0 by John Colvin:
  Fix Issue 20943 - std.algorithm.setops.cartesianProduct fails for ranges with
@system popFront (#7519)

  Let safety of cartesianProduct.Result.popFront be inferred.

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

--