Thread overview
[Issue 22745] std.parallelism.parallel fails to process empty range on a single CPU
Nov 30, 2022
Dlang Bot
Dec 01, 2022
Dlang Bot
Dec 15, 2022
Dlang Bot
November 30, 2022
https://issues.dlang.org/show_bug.cgi?id=22745

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke created dlang/phobos pull request #8633 "[stable] Fix Issue 22745 - std.parallelism.parallel fails to process empty range on a single CPU" fixing this issue:

- Fix Issue 22745 - std.parallelism.parallel fails to process empty range on a single CPU

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

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

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 #8633 "[stable] Fix Issue 22745 - std.parallelism.parallel fails to process empty range on a single CPU" was merged into stable:

- ded657505ceec063163790b5c925ce31baca2b6f by Martin Kinkelin:
  Fix Issue 22745 - std.parallelism.parallel fails to process empty range on a
single CPU

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

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

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

- 5645d87eb165be79d49d54cd9ccdce921c5229a9 by Martin Kinkelin:
  Fix Issue 22745 - std.parallelism.parallel fails to process empty range on a
single CPU

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

--