Thread overview
[Issue 18161] std.algorithm.iteration.chunkBy should be usable in @safe
Jan 03, 2018
Seb
Mar 07, 2018
Jack Stouffer
Aug 25, 2021
Dlang Bot
Aug 31, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
Dec 17, 2022
Iain Buclaw
January 03, 2018
https://issues.dlang.org/show_bug.cgi?id=18161

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |18110


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18110
[Issue 18110] most of phobos should be @safe-ly useable
--
March 07, 2018
https://issues.dlang.org/show_bug.cgi?id=18161

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com

--- Comment #1 from Jack Stouffer <jack@jackstouffer.com> ---
This is due to chunkBy using RefCounted for its origin range, which I can't see any good reason to do.

--
August 25, 2021
https://issues.dlang.org/show_bug.cgi?id=18161

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dukc created dlang/phobos pull request #8213 "Partially solve issue 18161 - splitWhen and most of chunkBy now @safe" mentioning this issue:

- Partially solve issue 18161. splitWhen and chunkBy when using forward ranges is now safe

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

--
August 31, 2021
https://issues.dlang.org/show_bug.cgi?id=18161

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8213 "Partially solve issue 18161 - splitWhen and most of chunkBy now @safe" was merged into master:

- 41355cd4e397e462902b24ac033ace7faba6e33b by Ate Eskola:
  Partially solve issue 18161. splitWhen and chunkBy when using forward ranges
is now safe

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

--
September 30, 2021
https://issues.dlang.org/show_bug.cgi?id=18161

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dukc created dlang/phobos pull request #8257 "Changelog entry went to wrong version" mentioning this issue:

- Partially solve issue 18161. splitWhen and chunkBy when using forward ranges is now safe

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=18161

--- Comment #5 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10278

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--