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

overhaul exit codes for rustc and rustdoc #52197

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Commits on Jul 18, 2018

  1. rustc: distinguish compilation failure from ICE

    This commit changes the exit status of rustc to 1 in the presence of
    compilation errors. In the event of an unexpected panic (ICE) the
    standard panic error exit status of 101 remains.
    
    A run-make test is added to ensure that the exit code does not regress,
    and compiletest is updated to check for an exit status of 1 or 101,
    depending on the mode and suite.
    
    This is a breaking change for custom drivers.
    
    Fixes rust-lang#51971.
    euclio committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    8f4ccac View commit details
    Browse the repository at this point in the history