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

Conversation

Projects
None yet
2 participants
@ducks
Copy link
Contributor

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

This comment has been minimized.

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

This comment has been minimized.

Copy link
Contributor

brson commented Sep 3, 2016

Looks good. Thanks @rjgoldsborough !

@brson brson merged commit f5cd405 into rust-lang:master Sep 3, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.