We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
input
Juno.input() gets stuck when called from Atom. In the REPL it works.
Juno.input()
The code of Juno.input is:
Juno.input
input(prompt = "") = (print(prompt); isactive() ? Main.Atom.input() : readline())
This makes me think that the issue is actually with Atom.input, since readline works both in Atom and REPL, whereas Atom.input() hangs in both.
Atom.input
readline
Atom.input()
The text was updated successfully, but these errors were encountered:
Fixed by JunoLab/atom-julia-client@22a723c.
Sorry, something went wrong.
No branches or pull requests
Juno.input()
gets stuck when called from Atom. In the REPL it works.The code of
Juno.input
is:This makes me think that the issue is actually with
Atom.input
, sincereadline
works both in Atom and REPL, whereasAtom.input()
hangs in both.Details
The text was updated successfully, but these errors were encountered: