Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Merge HStdout and HStderr into the same type #41

Closed

Conversation

m-ou-se
Copy link
Contributor

@m-ou-se m-ou-se commented Aug 21, 2019

They were exactly the same anyway. Now it is easier to pass either
stdout or stderr to a function, for example.

@m-ou-se m-ou-se requested a review from a team as a code owner August 21, 2019 17:04
@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @thejpster (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@adamgreig
Copy link
Member

I like this change but it is a breaking change so would require a 0.4 release.

@adamgreig
Copy link
Member

My feeling is we merge #42 and #40 and release 0.3.5, then merge this and prepare for 0.4.0.

They were exactly the same anyway. Now it is easier to pass either
stdout or stderr to a function, for example.
adamgreig pushed a commit to rust-embedded/cortex-m that referenced this pull request Oct 13, 2020
bors bot added a commit to rust-embedded/cortex-m that referenced this pull request Oct 14, 2020
269: Merge HStdout and HStderr into the same type r=jonas-schievink a=adamgreig

As the next step in #263 (review), this PR applies rust-embedded/cortex-m-semihosting#41 to this repository.

@m-ou-se, I tried exporting a patch from cortex-m-semihosting and applying it here but it didn't work first time, so I ended up just copying the changes. I've set you as the author of the commit and marked it as committed-by me, I hope you're OK with that but please let me know if you'd like it changed. (Also, thanks again for the PR, sorry it's taken over a year...).

Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
@adamgreig
Copy link
Member

This is now merged in rust-embedded/cortex-m#269, the new location of this crate.

@adamgreig adamgreig closed this Oct 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants