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

Support cargo clean #21

Open
ehuss opened this issue Sep 6, 2019 · 1 comment
Open

Support cargo clean #21

ehuss opened this issue Sep 6, 2019 · 1 comment
Labels
implementation Implementation exploration and tracking issues

Comments

@ehuss
Copy link
Contributor

ehuss commented Sep 6, 2019

The cargo clean command currently does not know about std dependencies. There are multiple issues here:

  • -p for a user crate doesn't work because the hash is incorrect.
  • -p for a standard library doesn't work because it doesn't know about these dependencies.

I'm inclined to rearchitect how clean works instead of trying to shoehorn these fixes, since there are a number of other problems with how clean works.

@ehuss ehuss added the implementation Implementation exploration and tracking issues label Sep 6, 2019
@ehuss
Copy link
Contributor Author

ehuss commented May 3, 2023

Triage: cargo clean -p <user crate> now works since cargo clean was redesigned in rust-lang/cargo#8210.

-p for standard library dependencies still doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Implementation exploration and tracking issues
Projects
None yet
Development

No branches or pull requests

1 participant