-
-
Couldn't load subscription status.
- Fork 5.7k
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)}
endSee 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