You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> function foo(a::UnitRange)
foo(first(a)+1:last(a))
a
end
julia> foo(n::Int) = foo(1:n)
foo (generic function with 2 methods)
julia> code_typed(foo, Tuple{Int})
# Hangs
Looking through PkgEval logs, I see a timeout in GenericLinearAlgebra.jl and indeed
This is on master (looking into 1.2 now). If I let it running for close to an hour, it eventually ends up with a StackOverflowError at:
The text was updated successfully, but these errors were encountered: