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

Fix --no-print-stacktrace. (cherrypick of #13539) #13541

Merged
merged 1 commit into from
Nov 9, 2021

Commits on Nov 9, 2021

  1. Fix --no-print-stacktrace. (pantsbuild#13539)

    Unfortunately, it looks like `--no-print-stacktrace` broke in a critical location a while back, resulting in unnecessary noise. See for example: pantsbuild#13491 (comment)
    
    Fix, and add an integration test. Also fixes the location of the `exceptions.log`, and removes `ExceptionSink` `Ctrl+C` tests, since `Ctrl+C` is now directly handled by the engine (fixes pantsbuild#12108).
    
    [ci skip-rust]
    [ci skip-build-wheels]
    stuhood committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    add540f View commit details
    Browse the repository at this point in the history