-
-
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
core tests broken by #39875 #43004
Comments
With julia> Vararg{Int, N} where N>:Integer
ERROR: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead). So that's why this has gone unnoticed. |
One option would be to run these tests in a Julia subprocess that we start with the |
That's what happens with e.g. julia> Vararg{Int, N} where N>:Integer
ERROR: TypeVar in Vararg length must have bounds Union{} and Any Which went away between 1.5 and 1.6. So I guess we can just delete the tests. |
@JeffBezanson can you confirm that these tests should be deleted? |
#39875 broke the
core
tests (outside of CI), though I don't understand how nobody has noticed since March. We thus must fix these tests and the breakage caused.The text was updated successfully, but these errors were encountered: