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

repl: remove internal frames from runtime errors #15351

Closed
wants to merge 6 commits into from
Closed

repl: remove internal frames from runtime errors #15351

wants to merge 6 commits into from

Commits on Sep 27, 2017

  1. repl: remove internal frames from runtime errors

    When a user executes code in the REPLServer which generates an
    exception, there is no need to display the REPLServer internal
    stack frames.
    lance committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    8febecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd23f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59e2637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99b2187 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Configuration menu
    Copy the full SHA
    63fc83e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f710db8 View commit details
    Browse the repository at this point in the history