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

Link std::process::Output to Command and Child #45113

Merged
merged 2 commits into from
Oct 15, 2017

Conversation

mistodon
Copy link

@mistodon mistodon commented Oct 8, 2017

As per #29370

@carols10cents
Copy link
Member

r? @steveklabnik

Thanks for the PR! We’ll periodically check in on it to make sure that @steveklabnik or someone else from the team reviews it soon.

@carols10cents carols10cents added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 9, 2017
Copy link
Member

@steveklabnik steveklabnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! One small change, and afterwards, this is good to merge!

@@ -701,7 +701,14 @@ impl AsInnerMut<imp::Command> for Command {
fn as_inner_mut(&mut self) -> &mut imp::Command { &mut self.inner }
}

/// The output of a finished process.
/// The output of a finished process. This is returned in a Result by
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put some newlines between the first and second sentences here? The first sentence operates as a summary, so it's helpful to add space.

/// The output of a finished process.
///
/// This is returned in a Result...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I think that does look neater :)

@kennytm
Copy link
Member

kennytm commented Oct 13, 2017

@bors r=steveklabnik rollup

@bors
Copy link
Contributor

bors commented Oct 13, 2017

📌 Commit 8c4a68d has been approved by steveklabnik

@kennytm kennytm added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 13, 2017
kennytm added a commit to kennytm/rust that referenced this pull request Oct 14, 2017
…labnik

Link std::process::Output to Command and Child

As per rust-lang#29370
bors added a commit that referenced this pull request Oct 14, 2017
Rollup of 9 pull requests

- Successful merges: #45113, #45250, #45255, #45258, #45263, #45264, #45269, #45280, #45289
- Failed merges:
kennytm added a commit to kennytm/rust that referenced this pull request Oct 15, 2017
…labnik

Link std::process::Output to Command and Child

As per rust-lang#29370
bors added a commit that referenced this pull request Oct 15, 2017
Rollup of 9 pull requests

- Successful merges: #45113, #45250, #45255, #45258, #45263, #45264, #45269, #45280, #45289
- Failed merges:
@bors bors merged commit 8c4a68d into rust-lang:master Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants