We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CI is failing on nightly because of this change: JuliaLang/julia#51747
DiskArrays calls length on a Stateful iterator here:
length
Stateful
https://github.com/meggart/DiskArrays.jl/blob/3689544f68f2ac10db8b6f127384df892a1a913f/src/iterator.jl#L40-L60
The text was updated successfully, but these errors were encountered:
read!
Surely this is a breaking change to julia Base?
Sorry, something went wrong.
@meggart we may need to define our own DiskStateful iterator and define length on it as in this case we know it is correct.
DiskStateful
This is closed by #145 .
No branches or pull requests
CI is failing on nightly because of this change: JuliaLang/julia#51747
DiskArrays calls
length
on aStateful
iterator here:https://github.com/meggart/DiskArrays.jl/blob/3689544f68f2ac10db8b6f127384df892a1a913f/src/iterator.jl#L40-L60
The text was updated successfully, but these errors were encountered: