Breaking command line after quiting sbt console for Scala 2.11/2.12
See original GitHub issueI found enabling coursier sbt plugin breaks terminal inputs after quiting sbt console
. The problem doesn’t happen for Scala 2.10. See the actual behavior below:
http://showterm.io/08ced1f75303375f4464f
Thank you for creating coursier. coursier is life-changing! I hope this issue will be fixed soon.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Getting Started with Scala and sbt on the Command Line
Run the following command sbt new scala/scala3.g8 . This pulls the 'scala3' template from GitHub. It will also create a target folder, which...
Read more >How to quit scala 2.11.0 REPL? - Stack Overflow
Ctrl-D on linux, Ctrl-Z on Windows. Using the :help command on my 2.10.3 REPL gets me this hint: :quit exit the interpreter. I ......
Read more >Command Line Reference - SBT
General commands. exit or quit End the current interactive session or build. Additionally, Ctrl+D (Unix) or Ctrl+Z (Windows) will exit the interactive prompt. ......
Read more >Scala School - Simple Build Tool - Twitter Open Source
This lesson covers SBT! Specific topics include: creating an sbt project; basic commands; the sbt console; continuous command execution; customizing your ...
Read more >An introduction to SBT - Rock the JVM Blog
We can execute the command project within the SBT console to verify and ... This is generally followed since there might be some...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dwijnand On Linux, I just use
reset
.Still have the problem with
1.0.0-RC3
. Only occurs if I enter theconsole
.