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.

Issue with text echo in Terminal (bash) after running sbt in 1.0.0

See original GitHub issue

steps

macbook:scala-playground justin$ sbt --help
[info] Loading settings from assembly.sbt,plugins.sbt ...
[info] Loading project definition from /Users/justin/Development/Projects/scala-playground/project
[info] Loading settings from build.sbt ...
[info] Set current project to scala-playground (in build file:/Users/justin/Development/Projects/scala-playground/)
[warn] The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
macbook:scala-playground justin$ -bash: bob: command not found
macbook:scala-playground justin$ 

problem

After running the sbt command line tool, console keyboard echo output appears to stop working.

expectation

After running sbt, I expect keyboard echo to still work without having to do “reset”.

notes

sbt version: 1.0.0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:27
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
akauppicommented, Sep 3, 2017

It does still happen for me.

Setup:

  • sbt 1.0.0 from HomeBrew
  • sbt 1.0.1 in project/build.properties

It seems to be the one in build.properties that matters. I had that as 0.13.15 and there were no echo issues.

1reaction
manojldscommented, Sep 5, 2017

sbt-extras works for now on OS X.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Need to reset terminal after each `sbt` run when using ...
the terminal is not properly reset and stops to echo input. I need to call reset after each call to sbt - any...
Read more >
sbt Reference Manual — Combined Pages
Run the following from the terminal to install sbt (You'll need superuser privileges to do so, hence the sudo ). sudo apt-get update...
Read more >
Scala Scripting: Getting to 1.0 - Haoyi's Programming Blog
The whole point of a REPL is to loop around after a command so you can run others; "kicking me back to the...
Read more >
no echo in sbt console? 1.1-M1 - Google Groups
I'm a scala and sbt newbie and I'm trying to use the sbt console to run the sample apps. The console works fine,...
Read more >
Command line utilities — list of Rust libraries/crates // Lib.rs
A cli tool for managing long running shell commands ... A featureful calculator for when you want to do math in a terminal...
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