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

refactor write_output_file to merge two invocation paths into one. #93331

Merged
merged 1 commit into from
Jun 11, 2022

Conversation

pnkfelix
Copy link
Member

this is a trivial refactor I did while I was investigating issue #91671.

@rust-highfive
Copy link
Collaborator

r? @oli-obk

(rust-highfive has picked a reviewer for you, use r? to override)

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jan 26, 2022
@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 26, 2022
dwo_output_c.as_ptr(),
file_type,
)
let dwo_output_c;
Copy link
Contributor

Choose a reason for hiding this comment

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

🤣 Wasn't there a twitter thread just yesterday about this pattern?

@oli-obk
Copy link
Contributor

oli-obk commented Jan 26, 2022

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jan 26, 2022

📌 Commit 3d5c92096d817e13d6d7985b722e42c22714645d has been approved by oli-obk

@bors bors 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 Jan 26, 2022
@rust-log-analyzer

This comment has been minimized.

@oli-obk
Copy link
Contributor

oli-obk commented Jan 26, 2022

@bors r- rustfmt is unhappy.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 26, 2022
@oli-obk
Copy link
Contributor

oli-obk commented Jan 26, 2022

r=me with rustfmt run

@pnkfelix
Copy link
Member Author

@bors r- rustfmt is unhappy.

Argh I cannot believe I messed that up. I thought I had my local builds set up to catch this...

@JohnCSimon JohnCSimon added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Feb 27, 2022
@JohnCSimon JohnCSimon added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 11, 2022
@pnkfelix pnkfelix force-pushed the refactor-write-output-file branch from 3d5c920 to 39f2529 Compare June 8, 2022 20:14
@rust-log-analyzer

This comment has been minimized.

@pnkfelix pnkfelix force-pushed the refactor-write-output-file branch from 39f2529 to 927de94 Compare June 9, 2022 17:10
@pnkfelix
Copy link
Member Author

@bors r=oli-obk rollup

@bors
Copy link
Contributor

bors commented Jun 10, 2022

📌 Commit 927de94 has been approved by oli-obk

@bors bors 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jun 10, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 10, 2022
…askrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#93331 (refactor write_output_file to merge two invocation paths into one.)
 - rust-lang#97928 (Removes debug settings from wasm32_unknown_emscripten default link args)
 - rust-lang#97940 (Use relative links instead of linking to doc.rust-lang.org when possible)
 - rust-lang#97941 (nit: Fixed several error_codes/Exxxx.md messages which used UpperCamelCase…)
 - rust-lang#97953 (Add regression test for rust-lang#54378)
 - rust-lang#97957 (Make `std::` prefix suggestion test `run-rustfix`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 0777113 into rust-lang:master Jun 11, 2022
@rustbot rustbot added this to the 1.63.0 milestone Jun 11, 2022
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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants