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

Debug REPL does not work on Julia-1.3-Dev #65

Open
oxinabox opened this issue Jul 13, 2019 · 0 comments
Open

Debug REPL does not work on Julia-1.3-Dev #65

oxinabox opened this issue Jul 13, 2019 · 0 comments

Comments

@oxinabox
Copy link
Owner

Because it has changed what is returned added lineinfo
So the commands like CC don't work anymore.

in 1.1

julia> Base.parse_input_line("CC")
:CC

in 1.3-Dev

julia> Base.parse_input_line("CC")
:($(Expr(:toplevel, :(#= none:1 =#), :CC)))

Medium term we need to stop implementing own REPL

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

1 participant