Thread overview
[Issue 12404] Zip.back is wrong
Oct 16, 2018
Nathan S.
Dec 17, 2022
Iain Buclaw
October 16, 2018
https://issues.dlang.org/show_bug.cgi?id=12404

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n8sh.secondary@hotmail.com

--- Comment #5 from Nathan S. <n8sh.secondary@hotmail.com> ---
The code from OP currently prints "Tuple!(int, int, int)(1, 1, 1)" because of changes in https://github.com/dlang/phobos/pull/6307. This only applies to `zip` without an runtime StoppingPolicy argument, which implicitly uses StoppingPolicy.shortest, and only when the argument ranges support random access and/or slicing. (So it doesn't fix the problem with strings.)

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

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

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

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

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

--