Skip to content

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
Contributor

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
Collaborator

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