-
-
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
In iterators.jl:1092 and 1095 Stateful{T,VS} is reversed to {VS,T} #30643
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
Wow, thank you. Good catch. Could you prepare a PR? |
denizyuret
added a commit
to denizyuret/julia
that referenced
this issue
Jan 8, 2019
Not sure what the previous definition of IteratorSize was trying to do, but it was wrong for IsInfinite. Not sure what the correct answer is for HasShape.
denizyuret
added a commit
to denizyuret/julia
that referenced
this issue
Jan 8, 2019
KristofferC
pushed a commit
that referenced
this issue
Jan 11, 2019
KristofferC
pushed a commit
that referenced
this issue
Feb 4, 2019
KristofferC
pushed a commit
that referenced
this issue
Feb 4, 2019
KristofferC
pushed a commit
that referenced
this issue
Feb 11, 2019
KristofferC
pushed a commit
that referenced
this issue
Feb 11, 2019
KristofferC
pushed a commit
that referenced
this issue
Feb 11, 2019
KristofferC
pushed a commit
that referenced
this issue
Feb 11, 2019
KristofferC
pushed a commit
that referenced
this issue
Apr 20, 2019
KristofferC
pushed a commit
that referenced
this issue
Feb 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
julia/base/iterators.jl
Line 1092 in 34f7a4a
e.g. Stateful(cycle(itr)) claims it has length.
The text was updated successfully, but these errors were encountered: