Uh oh!
There was an error while loading. Please reload this page.
Use PathBuf instead of String where applicable - #46335
Conversation
There was a problem hiding this comment.
Is this FIXME still relevant in this place?
There was a problem hiding this comment.
I think it's fixed with this PR, but there's no repro example on the issue
503e433 to
12c9233Compareoli-obk
commented
Nov 29, 2017
Travis likes it now |
bors
commented
Dec 1, 2017
☔ The latest upstream changes (presumably #46338) made this pull request unmergeable. Please resolve the merge conflicts. |
oli-obk
commented
Dec 1, 2017
rebased |
jseyfried
commented
Dec 1, 2017
Excellent, looks great! Will do detailed review tomorrow. |
There was a problem hiding this comment.
Why do we need PathBuf -> String -> PathBuf here?
There was a problem hiding this comment.
lol. I have no idea what I did there. That was probably some intermediate step to get stuff to compile.
There was a problem hiding this comment.
Ah no, I remember why. This is FileName -> String -> PathBuf. I should probably change the path field to be a FileName
kennytm
commented
Dec 4, 2017
There are two Details |
oli-obk
commented
Dec 5, 2017
I assumed (wrongly) that |
jseyfried
commented
Dec 5, 2017
Makes sense! @bors r+ |
bors
commented
Dec 5, 2017
📌 Commit 7870500 has been approved by |
bors
commented
Dec 5, 2017
⌛ Testing commit 78705008cc10f1a0fc8495b79ae87561330db61f with merge 4fd6bd5f3faa692795a2907ff09115df2071fe62... |
bors
commented
Dec 6, 2017
💔 Test failed - status-travis |
oli-obk
commented
Dec 6, 2017
Legit. Aux builder pretty-fulldeps |
oli-obk
commented
Dec 6, 2017
That was a weird one. |
kennytm
commented
Dec 6, 2017
@oli-obk That sounds like a rustbuild bug... |
oli-obk
commented
Dec 6, 2017
@kennytm I'm not sure, since it's explicitly done on the aux builder, this might be intentional |
kennytm
commented
Dec 6, 2017
@oli-obk The |
kennytm
commented
Dec 14, 2017
@bors r=jseyfried |
bors
commented
Dec 14, 2017
📌 Commit c273d45 has been approved by |
bors
commented
Dec 14, 2017
🔒 Merge conflict |
bors
commented
Dec 14, 2017
☔ The latest upstream changes (presumably #46605) made this pull request unmergeable. Please resolve the merge conflicts. |
kennytm
commented
Dec 14, 2017
@bors delegate+ |
bors
commented
Dec 14, 2017
✌️ @oli-obk can now approve this pull request |
oli-obk
commented
Dec 14, 2017
@bors r=jseyfried |
bors
commented
Dec 14, 2017
📌 Commit d732da8 has been approved by |
bors
commented
Dec 14, 2017
Use PathBuf instead of String where applicable r? @jseyfried
bors
commented
Dec 14, 2017
☀️ Test successful - status-appveyor, status-travis |
nrc
commented
Dec 15, 2017
@oli-obk RLS and Rustfmt have both been fixed (using your commits), could you send a PR to update them in the Rust repo and unbreak them for testing (if you only touch the submodules and Cargo.lock, then pre-emptive r=me, p=1). |
oli-obk
commented
Dec 15, 2017
on it |
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).
…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).
…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).
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).
r? @jseyfried