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
This surprised me; happens at both the REPL and in scripts (and no startup file).
julia>1*22
julia> a*b = b*a # errors as I expect:
ERROR: error in method definition:function Base.* must be explicitly imported to be extended
Stacktrace:
[1] top-level scope
@ none:0
[2] top-level scope
@ REPL[2]:1
julia>1=>21=>2
julia> a=>b = b=>a
Error showing value of type UnionAll:
ERROR:
SYSTEM (REPL): showing an error caused an error
ERROR:
SYSTEM (REPL): caught exception of type StackOverflowError while trying to handle a nested exception; giving up
julia> ┌ Error: Error in the keymap
│ exception =
│ StackOverflowError:
│ Stacktrace:
│ [1] Pair(a::Int64, b::Int64)
│ @ Main ./REPL[4]:1
└ @ REPL.LineEdit ~/Julia/master/usr/share/julia/stdlib/v1.7/REPL/src/LineEdit.jl:2536
julia>
ERROR: fatal: error thrown and no exception handler available.
StackOverflowError()
Pair at ./REPL[4]:1
Pair at ./REPL[4]:1# repeated many thousands of times... and crash$ echo $?
1
The text was updated successfully, but these errors were encountered:
This surprised me; happens at both the REPL and in scripts (and no startup file).
The text was updated successfully, but these errors were encountered: