summaryrefslogtreecommitdiff
path: root/test/files/run/repl-out-dir.scala
Commit message (Collapse)AuthorAgeFilesLines
* An option for real repl output.Paul Phillips2012-10-291-0/+13
There have been many requests to expose the products of the repl in some way outside in-memory. This does that. scala # usual in-memory behavior scala -Yrepl-outdir "" # make up a temp dir scala -Yrepl-outdir /foo/bar # use /foo/bar