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

--