seanjensengrey / kiama

Automatically exported from code.google.com/p/kiama
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Terminal echo is lost after exiting a REPL back to sbt #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you run a REPL such as those found in the lambda examples, when you exit 
the REPL and go back to the sbt prompt, terminal echo is still switched off. 
This appears to be a bad interaction between the version of JLine used by Kiama 
and that used by sbt.

We think the solution is for sbt to come up to the latest JLine 2 release. See 
the following sbt bug report for our interaction with the sbt folks.

https://github.com/harrah/xsbt/issues/523

Original issue reported on code.google.com by inkytonik on 13 Oct 2012 at 11:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
For the time-being we have down-graded back to JLine 1 to regain compatibility 
with sbt. Fixed in re89d41b639bb.

Original comment by inkytonik on 17 Oct 2012 at 11:36