Skip to content

Add helpful text for Windows exceptions like Unix - #6532

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:statuses
Jan 9, 2019
Merged

Add helpful text for Windows exceptions like Unix#6532
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:statuses

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

On Unix if a process exits with a signal we'll print out which signal as
well as a small description of what happened, and this applies the same
logic to Windows. A few exit statuses are elaborated to their human
readable names (like STATUS_ACCESS_VIOLATION) to help for quick
debugging.

On Unix if a process exits with a signal we'll print out which signal as
well as a small description of what happened, and this applies the same
logic to Windows. A few exit statuses are elaborated to their human
readable names (like `STATUS_ACCESS_VIOLATION`) to help for quick
debugging.
@rust-highfive

Copy link
Copy Markdown

r? @dwijnand

(rust_highfive has picked a reviewer for you, use r? to override)

@dwijnand

dwijnand commented Jan 9, 2019

Copy link
Copy Markdown
Contributor

SGTM!

@bors r+

@bors

bors commented Jan 9, 2019

Copy link
Copy Markdown
Contributor

📌 Commit 4a42e47 has been approved by dwijnand

@bors

bors commented Jan 9, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4a42e47 with merge 3c7214b...

bors added a commit that referenced this pull request Jan 9, 2019
Add helpful text for Windows exceptions like Unix

On Unix if a process exits with a signal we'll print out which signal as
well as a small description of what happened, and this applies the same
logic to Windows. A few exit statuses are elaborated to their human
readable names (like `STATUS_ACCESS_VIOLATION`) to help for quick
debugging.
@bors

bors commented Jan 9, 2019

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-travis, status-appveyor
Approved by: dwijnand
Pushing 3c7214b to master...

@bors
bors merged commit 4a42e47 into rust-lang:master Jan 9, 2019
bors added a commit to rust-lang/rust that referenced this pull request Jan 14, 2019
Update cargo

13 commits in 34320d212dca8cd27d06ce93c16c6151f46fcf2e..2b4a5f1f0bb6e13759e88ea9512527b0beba154f
2019-01-03 19:12:38 +0000 to 2019-01-12 04:13:12 +0000
- Add test for publish with [patch] + cleanup. (rust-lang/cargo#6544)
- Fix clippy warning (rust-lang/cargo#6546)
- Revert "Workaround by using yesterday's nightly" (rust-lang/cargo#6540)
- Adding feature-flags to `cargo publish` and `cargo package` (rust-lang/cargo#6453)
- Fix the Travis CI badge (rust-lang/cargo#6530)
- Add helpful text for Windows exceptions like Unix (rust-lang/cargo#6532)
- Report fix bugs to Rust instead of Cargo (rust-lang/cargo#6531)
- --{example,bin,bench,test} with no argument now lists all available targets (rust-lang/cargo#6505)
- Rebuild on mid build file modification (rust-lang/cargo#6484)
- Derive Clone for TomlDependency (rust-lang/cargo#6527)
- publish: rework the crates.io detection logic. (rust-lang/cargo#6525)
- avoid duplicates in ignore files (rust-lang/cargo#6521)
- Rustflags in metadata (rust-lang/cargo#6503)

r? @alexcrichton
@alexcrichton
alexcrichton deleted the statuses branch May 6, 2019 18:13
@ehuss ehuss added this to the 1.33.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants