Issue with text echo in Terminal (bash) after running sbt in 1.0.0
See original GitHub issuesteps
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:
- Created 6 years ago
- Reactions:27
- Comments:5 (3 by maintainers)
Top 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 >
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 Free
Top 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
It does still happen for me.
Setup:
project/build.properties
It seems to be the one in
build.properties
that matters. I had that as0.13.15
and there were no echo issues.sbt-extras works for now on OS X.