uv/crates/install-wheel-rs/src
Jane Lewis da3a7ec801
Linker copies files as a fallback when ref-linking fails (#1773)
## Summary

Fixes #1444.

In situations where the installer fails to perform a reflink, a regular
file copy is also attempted, as a fallback. This circumvents issues with
linking files across filesystems or volumes.

## Test Plan
N/A
2024-02-21 21:57:31 -05:00
..
install_location.rs Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00
lib.rs Stream zip archive when fetching non-range-request metadata (#1792) 2024-02-20 22:12:21 -05:00
linker.rs Linker copies files as a fallback when ref-linking fails (#1773) 2024-02-21 21:57:31 -05:00
main.rs Add INSTALLER file to install-wheel-rs (#760) 2024-01-03 17:30:54 -05:00
pip_compileall.py Copy over `install-wheel-rs` crate (#33) 2023-10-06 21:38:38 -04:00
python_bindings.rs Add INSTALLER file to install-wheel-rs (#760) 2024-01-03 17:30:54 -05:00
record.rs Store unzipped wheels in a cache (#49) 2023-10-08 04:04:48 +00:00
script.rs Support dotted function paths for script entrypoints (#1622) 2024-02-19 10:09:12 +00:00
uninstall.rs Add a dedicated error for missing RECORD files (#762) 2024-01-04 00:28:50 +00:00
wheel.rs Support dotted function paths for script entrypoints (#1622) 2024-02-19 10:09:12 +00:00