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

readline() woes #118

Closed
pfitzseb opened this issue Mar 1, 2018 · 1 comment · Fixed by JunoLab/Atom.jl#269
Closed

readline() woes #118

pfitzseb opened this issue Mar 1, 2018 · 1 comment · Fixed by JunoLab/Atom.jl#269
Labels

Comments

@pfitzseb
Copy link
Member

pfitzseb commented Mar 1, 2018

When evaluating readline in the editor input is wonky -- you need to type a newline before the input you want to pass to readline.

@banbh
Copy link

banbh commented Aug 4, 2019

I see this too (Win 10; julia-client 0.8.12-beta2). After hitting Ctrl-Enter on a line with readline() I need to switch to the REPL, type something (e.g., "1"), hit Enter, then my input, then Enter. Whatever I typed first gets evaluated (hence a space or the digit 1). Simply starting with a newline did not work.

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

Successfully merging a pull request may close this issue.

2 participants