Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use exec on Unix to propagate signals#1242

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:exec
Aug 22, 2017
Merged

Use exec on Unix to propagate signals#1242
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:exec

Conversation

@alexcrichton
Copy link
Copy Markdown
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
Copy Markdown
Member Author

@bors: r+

@bors
Copy link
Copy Markdown
Contributor

bors commented Aug 22, 2017

📌 Commit e13247f has been approved by alexcrichton

@bors
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

@bors: r+

@bors
Copy link
Copy Markdown
Contributor

bors commented Aug 22, 2017

📌 Commit 394b6e4 has been approved by alexcrichton

@bors
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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