-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cargo install eza eza
installs eza twice
#12866
Comments
Thanks for the report. This might be something we can fix. It may be a breaking change if people already depends on the behavior. For instance, in |
Hi @epage, thanks for the update. I only need a fix for I was not thinking of compile caching or some complicated stuffs but simply thought it was more intuitive to skip duplicated arguments.
However as @weihanglo suggested above, IMO |
Could you expand on why you are passing the package multiple times to |
It's a very personal thing but I'm parsing this file where I define aliases to rust cli tools. https://github.com/pysan3/dotfiles/blob/main/static/list_rust_packages.txt As you can see, there are multiple lines that point to the same package but to a different alias which causes the duplication. I know my specific case can be solved with |
Whether we act on this issue or not, I would recommend addressing it within your workflow. |
Oops, somehow hit close |
Problem
I am new to the community so please kindly forgive me if I'm doing something wrong.
I don't think I had this behavior til last month or so, but when I specify the same package name to
cargo install
multiple times, that package gets compiled multiple times as well.This happens not only with
eza
but with all packages.I would like cargo to only compile the package once since compiling multiple times shouldn't change anything but take time.
I've put the output of the command in
# Notes
.Steps
cargo uninstall eza
(optional)cargo install eza eza
eza
installed two times.TLDR;
Possible Solution(s)
No response
Notes
Command Output
Version
The text was updated successfully, but these errors were encountered: