-
Notifications
You must be signed in to change notification settings - Fork 40
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
test broken with Julia master #353
Comments
This is a FillArrays bug, can someone move the issue to the FillArrays repo? Xref JuliaLang/julia#54261 |
I can do that. In the meantime, here is another test of the master version that fails on Julia nightly:
|
Probably you want to open a new issue for that bug. |
The |
This was referenced Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test
OffsetArrays.jl/test/runtests.jl
Line 1898 in 3b94d64
fails on Julia master because the left-hand side errors (with FillArrays 1.11.0):
It works, however, with Julia 1.10.4 and 1.11.0-beta1. I don't know if this is an issue for OffsetArrays, for FillArrays or for Julia itself. I simply note that Julia itself doesn't support
BigInt
arguments forreshape
:(tested with Julia 1.10.4, 1.11.0-beta1 and master).
The text was updated successfully, but these errors were encountered: