Thread overview
[Issue 20496] chunkby should support ref predicates
Apr 26, 2020
Dlang Bot
Apr 26, 2020
Dlang Bot
April 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20496

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/phobos pull request #7459 "Fix Issue 20496 - chunkby should support ref predicate" fixing this issue:

- Fix Issue 20496 - chunkby should support ref predicate

  Provide an lvalue when checking the predicate

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

--
April 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20496

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 #7459 "Fix Issue 20496 - chunkby should support ref predicate" was merged into master:

- 8fd3b6d3a538ed347855b3fb046028b2f195bda6 by MoonlightSentinel:
  Fix Issue 20496 - chunkby should support ref predicate

  Provide an lvalue when checking the predicate

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

--
April 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20496

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
Thanks! Now I just have to remember which code I added this workaround to... ;)

--