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>using1+1
ERROR: syntax: invalid "using" statement: expected identifier
Stacktrace:
[1] top-level scope at none:0
[2] eval(::Module, ::Any) at ./boot.jl:331
[3] eval_user_input(::Any, ::REPL.REPLBackend) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/REPL/src/REPL.jl:86
[4] run_backend(::REPL.REPLBackend) at /home/scheme/.julia/packages/Revise/jVsKo/src/Revise.jl:1023
[5] top-level scope at none:0
julia>2# ctrl + q will open an editor at the appropriate location
but it stops working when this package is loaded.
The text was updated successfully, but these errors were encountered:
I don't know how that feature is implemented and I don't use it, but I assume it's based on the specific structure of the stack trace. So it’s not surprising that it breaks even though it would be nice if it didn’t.
Normally
but it stops working when this package is loaded.
The text was updated successfully, but these errors were encountered: