-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Problem with terminal's command promt after execution of scala scripts #11536
Comments
I encountered the same issue (aka "typing is invisible") with the MinGW shell prompt (on MS Windows). |
I was able to reproduce the problem on Ubuntu release 18.04.1 ... looking into it. |
I have a probable fix, but I need to verify that it works with all environments. |
It turns out that manual REPL tests that have to be performed for 4 terminals over 5 windows shell environments, plus Linux, Linux-WSL and OSX. That's more than 20 terminal/shell combinations. Terminals:
Windows Shell environments:
In addition, I'm currently able to do manual REPL tests on Ubuntu Linux:
We should also test OSX/Darwin as well (not currently able to do so myself). I Will push a working fix soon, hopefully. |
@philwalk Thanks for the detailed feedback. |
Tank you for your fast response and fixes |
fix for #11536 and other terminal and shell environment issues
Compiler version
Scala compiler version 3.0.0-RC2-bin-SNAPSHOT-git-c037293 -- Copyright 2002-2021, LAMP/EPFL
Execution of scripts like /bin/scalac or /bin/scaladoc breaks the terminal, command prompt is not in new line position and typing is invisible
Operating system:
Description: Ubuntu 20.04.1 LTS
Release: 20.04
I am using default bash terminal.
@philwalk could you take a look, as it seems problem exists since your recent changes. Thanks in advance :D
The text was updated successfully, but these errors were encountered: