-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product iterator is not zipped properly #43921
Labels
bug
Indicates an unexpected problem or unintended behavior
good first issue
Indicates a good issue for first-time contributors to Julia
iteration
Involves iteration or the iteration protocol
Comments
JeffBezanson
added
bug
Indicates an unexpected problem or unintended behavior
iteration
Involves iteration or the iteration protocol
labels
Jan 26, 2022
I think we just need this:
|
JeffBezanson
added
the
good first issue
Indicates a good issue for first-time contributors to Julia
label
Jan 26, 2022
sasi591
added a commit
to sasi591/julia
that referenced
this issue
Jan 27, 2022
This comment was marked as duplicate.
This comment was marked as duplicate.
KristofferC
pushed a commit
to sasi591/julia
that referenced
this issue
Nov 2, 2022
KristofferC
pushed a commit
that referenced
this issue
Dec 14, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Dec 14, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Dec 14, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Dec 14, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Dec 21, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Dec 21, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Dec 21, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Dec 21, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
staticfloat
pushed a commit
that referenced
this issue
Dec 23, 2022
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
KristofferC
pushed a commit
that referenced
this issue
Oct 10, 2023
* Fix the issue #43921 * add a test Co-authored-by: Kristoffer <[email protected]> (cherry picked from commit b8a77da)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
good first issue
Indicates a good issue for first-time contributors to Julia
iteration
Involves iteration or the iteration protocol
When zipping with a product iterator with no arguments (which produces only one output, the empty tuple), it seems the check for zip completion does not handle this case:
versioninfo()
output:EDIT:
zip([()])
works fine though:The text was updated successfully, but these errors were encountered: