summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-02-04 03:43:22 +0000
committerPaul Phillips <paulp@improving.org>2011-02-04 03:43:22 +0000
commitf61020bb96c06f8da1f57e89703b233d01ec254c (patch)
tree24a726197a254046facd8bc3ac2319f8c5338f57 /src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala
parent985c587364aab272be69dfef72db2e24f4fd4385 (diff)
downloadscala-f61020bb96c06f8da1f57e89703b233d01ec254c.tar.gz
scala-f61020bb96c06f8da1f57e89703b233d01ec254c.tar.bz2
scala-f61020bb96c06f8da1f57e89703b233d01ec254c.zip
My repl history hasn't been working right for a...
My repl history hasn't been working right for a while (since about when jline2 was introduced.) Nobody else has said anything so either it's just me or I'm the only one using trunk, but either way I decided I'd rather write some history code than tinker with jline. So this is code to implement the jline history interface. No review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala')
-rw-r--r--src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala b/src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala
index 3f466780e9..782fd52ab2 100644
--- a/src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala
+++ b/src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala
@@ -9,6 +9,7 @@ package interpreter
import java.io.IOException
import java.nio.channels.ClosedByInterruptException
import scala.util.control.Exception._
+import session.History
import InteractiveReader._
import Properties.isMac