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

SI-8308 Fix REPL tab completion after suspend/resume #5032

Closed
wants to merge 1 commit into from

Commits on Mar 16, 2016

  1. SI-8308 Fix REPL tab completion after suspend/resume

    Implementation borrowed from SBT. For best results, we need to use
    `sun.misc.SignalHandler` to repair JLine immediately after SIGCONT.
    If that isn't avaialable, we avoid crashing, and get the terminal
    working after the next newline is entered.
    
    The signal handler registration can be disabled with
    `-Dscala.repl.disable.cont`.
    
    Access to `sun.misc` is performed via reflection.
    
    Tested manually on MacOS X: http://recordit.co/mjOTxvu84K
    retronym committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    bfdee84 View commit details
    Browse the repository at this point in the history