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

[BUG] input hangs in Atom #387

Closed
heliosdrm opened this issue Oct 8, 2019 · 1 comment
Closed

[BUG] input hangs in Atom #387

heliosdrm opened this issue Oct 8, 2019 · 1 comment
Labels

Comments

@heliosdrm
Copy link

Juno.input() gets stuck when called from Atom. In the REPL it works.

The code of Juno.input is:

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.

Details

  • Atom version: 1.40.1
  • Julia version: 1.1.0
  • OS: Windows 10
  • Package versions:
    • Atom.jl: v0.10.2
    • julia-client: 0.11.0
    • ink: 0.11.2
@heliosdrm heliosdrm added the bug label Oct 8, 2019
@pfitzseb
Copy link
Member

pfitzseb commented Oct 8, 2019

Fixed by JunoLab/atom-julia-client@22a723c.

@pfitzseb pfitzseb closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants