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

making rustup prepend cargo bin to path instead of append #707

Merged
merged 2 commits into from
Sep 3, 2016
Merged

making rustup prepend cargo bin to path instead of append #707

merged 2 commits into from
Sep 3, 2016

Conversation

ducks
Copy link
Contributor

@ducks ducks commented Sep 1, 2016

A first attempt at fixing #475

I'm not sure if the change is this simple because I'm honestly not sure how to test this one.
But I changed the Toolchain::set_ldpath to prepend instead of append.

If you could share some advice on how to test I'm more than willing to do so :)

@ducks
Copy link
Contributor Author

ducks commented Sep 1, 2016

Looking at the CI build I would say it's not that simple

So it seems like I need to make that use a std::path::Path instead of a vec<PathBuf>

I try building this locally but don't seem to get the same issue.
(oh, some of the tests seem to be passing now. maybe that's why. yay.)

@brson
Copy link
Contributor

brson commented Sep 3, 2016

Looks good. Thanks @rjgoldsborough !

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.

2 participants