Skip to content

Test failures with Julia nightly #1162

Closed
@gerlero

Description

@gerlero

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions