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

install-path array #286

Closed
Gankra opened this issue Jul 24, 2023 · 4 comments
Closed

install-path array #286

Gankra opened this issue Jul 24, 2023 · 4 comments
Assignees
Labels
feature request New feature or request

Comments

@Gankra
Copy link
Member

Gankra commented Jul 24, 2023

You should be able to pass a series of strategies to install path, like:

install-path = ["$CARGO_HOME", "~/.cargo"]

This precise example would have equivalent semantics to the current CARGO_HOME builtin.

@Gankra Gankra added the feature request New feature or request label Jul 24, 2023
This was referenced Jul 24, 2023
@Gankra
Copy link
Member Author

Gankra commented Apr 17, 2024

Updated text to assume #934

@Gankra
Copy link
Member Author

Gankra commented Apr 17, 2024

(NB the CARGO_HOME builtin may ultimately want a mild divergence to avoid copying anything but binaries in, but hopefully you get what i mean)

@Gankra
Copy link
Member Author

Gankra commented Apr 18, 2024

solution: the CARGO_HOME builtin is really weird to want on a cascade like this, so error out if it's in a list of length > 1 (users can ask for it as a feature if this is a problem)

@Gankra Gankra self-assigned this Apr 18, 2024
@Gankra
Copy link
Member Author

Gankra commented Apr 23, 2024

Implemented in #947

@Gankra Gankra closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants