Skip to content
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 failures with Julia nightly #1162

Closed
gerlero opened this issue May 13, 2023 · 0 comments · Fixed by #1163
Closed

Test failures with Julia nightly #1162

gerlero opened this issue May 13, 2023 · 0 comments · Fixed by #1163

Comments

@gerlero
Copy link
Contributor

gerlero commented May 13, 2023

JuliaLang/julia#49470 changed the exception thrown by expressions like Union{}[1] from a MethodError to an ArgumentError, causing the tests at

@test_throws MethodError Union{}[1]
@test_throws MethodError Union{}[1 2]
@test_throws MethodError Union{}[1; 2]
@test_throws MethodError Union{}[1 2; 3 4]
to fail on Julia nightly (e.g. https://github.com/JuliaArrays/StaticArrays.jl/actions/runs/4845936898).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant