mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-29 11:07:59 +00:00
## Summary It's hard for me to imagine a scenario in which a user passed `--reinstall`, but wanted us to keep respecting cached data for a package. For example, to actually "rebuild and reinstall" an editable today, you have to pass both `--reinstall` and `--refresh`. This PR makes `--reinstall` imply `--refresh`, so we always validate that the cached data is fresh. Closes https://github.com/astral-sh/uv/issues/5424. |
||
|---|---|---|
| .. | ||
| authentication.rs | ||
| build_options.rs | ||
| concurrency.rs | ||
| config_settings.rs | ||
| constraints.rs | ||
| extras.rs | ||
| hash.rs | ||
| lib.rs | ||
| name_specifiers.rs | ||
| overrides.rs | ||
| package_options.rs | ||
| preview.rs | ||
| target_triple.rs | ||