-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Internal error triggered by InfiniteArrays.jl tests #39202
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
Comments
This was found in #39194 but appears to be unrelated. |
Still an issue on 1.6? |
I haven’t seen this recently and don’t have time to check with the Manifest.toml , so I suggest we just close |
Looks fixed by #40066. @Keno this might need manual backport, since it seems buried in an unrelated change.
|
well, the unrelated change exposed it, which is why it was there ;) - wasn't sure it as otherwise reachable, but yes, I think that standalone backport is fine. |
I don't know if this is the same error but I got this in 1.6.1: julia> using Makie, InfiniteLinearAlgebra
julia> scatter(randn(5),randn(5))
julia> Internal error: encountered unexpected error in runtime:
TypeError(func=:AbstractInfUnitRange, context="T", expected=T<:Real, got=Nothing)
jl_type_error_rt at /Users/solver/Projects/julia-1.6/src/rtutils.c:119
check_datatype_parameters at /Users/solver/Projects/julia-1.6/src/jltypes.c:1071
inst_datatype_inner at /Users/solver/Projects/julia-1.6/src/jltypes.c:1278
inst_type_w_ at /Users/solver/Projects/julia-1.6/src/jltypes.c:1686
... |
Maybe MakieOrg/Makie.jl#910 is also related? |
I'm getting the following internal error on master by running the tests. I've attached the corresponding Manifest.toml.
Manifest.txt
The text was updated successfully, but these errors were encountered: