Thread overview
[Issue 19850] double nested joiner .back falsely thinks the range is empty
May 06, 2019
FeepingCreature
May 07, 2019
FeepingCreature
May 07, 2019
Dlang Bot
May 07, 2019
Dlang Bot
May 06, 2019
https://issues.dlang.org/show_bug.cgi?id=19850

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
May 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19850

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
Shorter repro: [[[0]]].map!joiner.joiner.back;

--
May 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19850

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Spoov created dlang/phobos pull request #6995 "Fix Issue 19850 - double nested joiner .back falsely thinks the range…" fixing this issue:

- Fix Issue 19850 - double nested joiner .back falsely thinks the range is empty

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

--
May 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19850

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6995 "Fix Issue 19850 - double nested joiner .back falsely thinks the range…" was merged into stable:

- 46a35b902882df5abcd2320c410dab692366cce5 by Spoov:
  Fix Issue 19850 - double nested joiner .back falsely thinks the range is
empty

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

--