-
Notifications
You must be signed in to change notification settings - Fork 150
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
LoladError: InterruptException #1249
Comments
Did you type ctrl+c? Did you get the error on clean environment? What's the output of |
_ _ ()_ | Documentation: https://docs.julialang.org (@v1.10) pkg> add UpdateJulia (@v1.10) pkg> using UpdateJulia (@v1.10) pkg> ^C julia> update_julia() julia> using UpdateJulia julia> update_julia() julia> versioninfo() (@v1.10) pkg> add StaticArrays (@v1.10) pkg> test StaticArrays (@v1.10) pkg> ulia> versioninfo() |
UpdateJulia.jl is deprecated, so it seems better to avoid that installation. I couldn't find a way to reproduce the |
(@v1.10) pkg> ERROR: LoadError: InterruptException:
Stacktrace:
[1] include
@ ./client.jl:489 [inlined]
[2] addtests(fname::String)
@ Main ~/.julia/packages/StaticArrays/EHHaF/test/runtests.jl:23
[3] top-level scope
@ ~/.julia/packages/StaticArrays/EHHaF/test/runtests.jl:45
[4] include(fname::String)
@ Base.MainInclude ./client.jl:489
[5] top-level scope
@ none:6
in expression starting at /home/ian/.julia/packages/StaticArrays/EHHaF/test/SDiagonal.jl:3
in expression starting at /home/ian/.julia/packages/StaticArrays/EHHaF/test/runtests.jl:33
The text was updated successfully, but these errors were encountered: