question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breaking command line after quiting sbt console for Scala 2.11/2.12

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
larsrhcommented, Feb 3, 2017

@dwijnand On Linux, I just use reset.

0reactions
jeffrey-aguileracommented, Jun 2, 2017

Still have the problem with 1.0.0-RC3. Only occurs if I enter the console.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found