Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -Xnojline option when starting console #468

Merged
merged 1 commit into from
May 3, 2018

Commits on May 3, 2018

  1. 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.
    tues committed May 3, 2018
    Configuration menu
    Copy the full SHA
    1500638 View commit details
    Browse the repository at this point in the history