Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use -Xnojline option when starting console
Since we are using Nailgun, the REPL is being run in a different process than the one connected to the user's terminal, so we cannot run Scala's ILoop with InteractiveReader - we must use SimpleReader instead. By passing -Xnojline argument to AnalyzingCompiler.console we make sure that it will use SimpleReader. Fixes scalacenter#385.
- Loading branch information