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

Use pathdiff crate for path_relative_from #67108

Closed
Manishearth opened this issue Dec 7, 2019 · 0 comments
Closed

Use pathdiff crate for path_relative_from #67108

Manishearth opened this issue Dec 7, 2019 · 0 comments
Labels
T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@Manishearth
Copy link
Member

A while ago I split out the code in rustc's path_relative_from into https://github.com/Manishearth/pathdiff

Perhaps we should just add that as a dependency? It's basically the same code.

I'm totally okay with giving maintenance powers to other compiler folks.

@Centril Centril added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Dec 7, 2019
Manishearth added a commit to Manishearth/rust that referenced this issue Jul 18, 2020
…r=Manishearth

Fix for rust-lang#67108

I wanted to tackle a simple issue, and stumbled upon rust-lang#67108: this pr removes the function which was exported to the external crate as required in the todo/issue.
I've tested it with:
```
./x.py build --stage 1 --keep-stage 1 src/librustc_codegen_ssa
```
And it looks like it's compiling
Manishearth added a commit to Manishearth/rust that referenced this issue Jul 18, 2020
…r=Manishearth

Use pathdiff crate

I wanted to tackle a simple issue, and stumbled upon rust-lang#67108: this pr removes the function which was exported to the external crate as required in the todo/issue.
I've tested it with:
```
./x.py build --stage 1 --keep-stage 1 src/librustc_codegen_ssa
```
And it looks like it's compiling
Manishearth added a commit to Manishearth/rust that referenced this issue Jul 18, 2020
…r=Manishearth

Use pathdiff crate

I wanted to tackle a simple issue, and stumbled upon rust-lang#67108: this pr removes the function which was exported to the external crate as required in the todo/issue.
I've tested it with:
```
./x.py build --stage 1 --keep-stage 1 src/librustc_codegen_ssa
```
And it looks like it's compiling
@bors bors closed this as completed in 4b6a027 Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants