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

Download printing overwrites terminal input prompt #2306

Open
fredrikekre opened this issue Dec 29, 2020 · 1 comment
Open

Download printing overwrites terminal input prompt #2306

fredrikekre opened this issue Dec 29, 2020 · 1 comment

Comments

@fredrikekre
Copy link
Member

With

$ julia -e 'using Pkg; Pkg.status()'
Status `/tmp/tmp.SiJMetkns6/Project.toml`
→ [7876af07] Example v0.5.3
→ [2535ab7d] JSON2 v0.3.2
→ [0f8b85d8] JSON3 v1.5.1
→ [98b081ad] Literate v2.7.0
Info packages marked with → not downloaded, use `instantiate` to download
$ julia -e 'using Pkg; Pkg.instantiate()'<ENTER>

After the Enter the input terminal line is overwritten and the result is

$ julia -e 'using Pkg; Pkg.status()'
Status `/tmp/tmp.SiJMetkns6/Project.toml`
→ [7876af07] Example v0.5.3
→ [2535ab7d] JSON2 v0.3.2
→ [0f8b85d8] JSON3 v1.5.1
→ [98b081ad] Literate v2.7.0
Info packages marked with → not downloaded, use `instantiate` to download
   Installed JSON ──────── v0.21.1
@fredrikekre
Copy link
Member Author

Maybe related to #2141

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

No branches or pull requests

1 participant