Skip to content
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

number Ctrl+Q REPL does not work #4

Open
YingboMa opened this issue May 28, 2020 · 1 comment
Open

number Ctrl+Q REPL does not work #4

YingboMa opened this issue May 28, 2020 · 1 comment

Comments

@YingboMa
Copy link

Normally

julia> using 1+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.

@jkrumbiegel
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants