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

improvement(repl): add in feedback when resetting REPL state #14521

Merged
merged 1 commit into from
Feb 28, 2022

Commits on Feb 20, 2022

  1. improvement(repl): add in feedback when resetting REPL state

    As a user I'm a big fan of getting feedback from the tools I'm working
    with. Without out, you have to go on assumption that what you just tried
    worked unless it explodes. In Scala 2 when you do a `:reset` in the REPL
    you get a nice message about it being reset and even some details about
    what exactly was reset.
    
    Following that train of thought this just adds in small note when you
    reset your session. Here are a couple examples which you can also see in
    the changed tests:
    
    ```none
    scala>:reset -deprecation
    Resetting REPL state with the following settings:
      -deprecation
    ```
    
    ```none
    scala>:reset
      Resetting REPL state.
    ```
    ckipp01 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    e839d0f View commit details
    Browse the repository at this point in the history