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

Collapse ProcessBuilder::arg calls in tests #5907

Merged
merged 4 commits into from
Aug 19, 2018

Conversation

dwijnand
Copy link
Member

Refs #5742
More of #5854

.. with mutliple calls of:

    fastmod --accept-all '\.cargo\("([^"]+)"\)\.arg\("([^"]+)"\)' '.cargo("${1} ${2}")' tests/testsuite/

until no changes are left.
.. by calling this a bunch of times:

    fastmod --multiline '\.cargo\("([^"]+)"\).[ ]+\.arg\("([^"]+)"\)' '.cargo("${1} ${2}")' tests/testsuite/
@rust-highfive
Copy link

r? @matklad

(rust_highfive has picked a reviewer for you, use r? to override)

@matklad
Copy link
Member

matklad commented Aug 18, 2018

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented Aug 18, 2018

📌 Commit 0152f26 has been approved by matklad

@bors
Copy link
Contributor

bors commented Aug 18, 2018

⌛ Testing commit 0152f26 with merge 99a44cd...

bors added a commit that referenced this pull request Aug 18, 2018
Collapse ProcessBuilder::arg calls in tests

Refs #5742
More of #5854
@bors
Copy link
Contributor

bors commented Aug 18, 2018

💔 Test failed - status-appveyor

@matklad
Copy link
Member

matklad commented Aug 18, 2018

Failure seems legit!

@matklad
Copy link
Member

matklad commented Aug 19, 2018

@bors r+

@dwijnand
Copy link
Member Author

Thanks @matklad.

@alexcrichton
Copy link
Member

@bors: r=matklad

@alexcrichton
Copy link
Member

@bors: r=matklad

@bors
Copy link
Contributor

bors commented Aug 19, 2018

📌 Commit c882b4e has been approved by matklad

@bors
Copy link
Contributor

bors commented Aug 19, 2018

⌛ Testing commit c882b4e with merge a06570c...

bors added a commit that referenced this pull request Aug 19, 2018
Collapse ProcessBuilder::arg calls in tests

Refs #5742
More of #5854
@bors
Copy link
Contributor

bors commented Aug 19, 2018

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

@bors bors merged commit c882b4e into rust-lang:master Aug 19, 2018
@dwijnand dwijnand deleted the collapse-test-cmd-args branch August 19, 2018 16:40
@ehuss ehuss added this to the 1.30.0 milestone Feb 6, 2022
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.

6 participants