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

Use exec on Unix to propagate signals #1242

Merged
merged 1 commit into from
Aug 22, 2017
Merged

Conversation

alexcrichton
Copy link
Member

This is only possible when telemetry is disabled, but almost all of the time it
is! This should help fix lots of common rustup-related issues related to signals
and such.

Closes #31
Closes #806

@alexcrichton
Copy link
Member Author

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 22, 2017

📌 Commit e13247f has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Aug 22, 2017

⌛ Testing commit e13247f with merge 9f70345...

bors added a commit that referenced this pull request Aug 22, 2017
Use `exec` on Unix to propagate signals

This is only possible when telemetry is disabled, but almost all of the time it
is! This should help fix lots of common rustup-related issues related to signals
and such.

Closes #31
Closes #806
@bors
Copy link
Contributor

bors commented Aug 22, 2017

💔 Test failed - status-appveyor

This is only possible when telemetry is disabled, but almost all of the time it
is! This should help fix lots of common rustup-related issues related to signals
and such.

Closes rust-lang#31
Closes rust-lang#806
@alexcrichton
Copy link
Member Author

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 22, 2017

📌 Commit 394b6e4 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Aug 22, 2017

⌛ Testing commit 394b6e4 with merge b33d20a...

bors added a commit that referenced this pull request Aug 22, 2017
Use `exec` on Unix to propagate signals

This is only possible when telemetry is disabled, but almost all of the time it
is! This should help fix lots of common rustup-related issues related to signals
and such.

Closes #31
Closes #806
@bors
Copy link
Contributor

bors commented Aug 22, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing b33d20a to master...

@bors bors merged commit 394b6e4 into rust-lang:master Aug 22, 2017
@geofft
Copy link

geofft commented Aug 22, 2017

Oh yay thank you!!

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.

Ctrl+C on cargo run Use exec() to delegate to the real cargo/rustc on Unix
3 participants