-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompiler:inferenceType inferenceType inference
Description
The following code crashes Julia
using Test
import Pkg
Pkg.add("Manifolds")
using Manifolds
@testset "Julia crash" for M in
[
Sphere(2),
]
@test_throws TypeError [] isa Vector{<:Sphere(3)}
end
See a discussion in this issue and a reproduction of the problem in this repo.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcompiler:inferenceType inferenceType inference