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

rustc: Spawn cmd /c for .bat scripts #47505

Merged
merged 1 commit into from
Jan 17, 2018

Conversation

alexcrichton
Copy link
Member

This fixes an accidental regression #46335 where the behavior of
Path::ends_with is different from str::ends_with (paths operate over
components, strs operate over chars).

This fixes an accidental regression rust-lang#46335 where the behavior of
`Path::ends_with` is different from `str::ends_with` (paths operate over
components, strs operate over chars).
@rust-highfive
Copy link
Collaborator

r? @estebank

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

@alexcrichton
Copy link
Member Author

cc @oli-obk (just a heads up)

@alexcrichton alexcrichton added beta-nominated Nominated for backporting to the compiler in the beta channel. beta-accepted Accepted for backporting to the compiler in the beta channel. labels Jan 16, 2018
@estebank
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jan 17, 2018

📌 Commit 6defae3 has been approved by estebank

@estebank
Copy link
Contributor

@alexcrichton do I need to create the PR against beta? I haven't done a backport before.

@alexcrichton
Copy link
Member Author

@estebank nah no worries! As a reviewer you're not on the hook for the backport.

I'll take care of this once it merges

@kennytm kennytm added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 17, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Jan 17, 2018
…on, r=estebank

rustc: Spawn `cmd /c` for `.bat` scripts

This fixes an accidental regression rust-lang#46335 where the behavior of
`Path::ends_with` is different from `str::ends_with` (paths operate over
components, strs operate over chars).
kennytm added a commit to kennytm/rust that referenced this pull request Jan 17, 2018
…on, r=estebank

rustc: Spawn `cmd /c` for `.bat` scripts

This fixes an accidental regression rust-lang#46335 where the behavior of
`Path::ends_with` is different from `str::ends_with` (paths operate over
components, strs operate over chars).
bors added a commit that referenced this pull request Jan 17, 2018
@bors bors merged commit 6defae3 into rust-lang:master Jan 17, 2018
@alexcrichton alexcrichton deleted the fix-bat-spawn-regression branch January 17, 2018 22:35
@alexcrichton alexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jan 18, 2018
bors added a commit that referenced this pull request Jan 18, 2018
[beta] Rollup + backports

This is a rollup of two PRs:

* #47546
* #47431

and a backport of two PRs:

* #47505
* #47220
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. 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