mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
If the executable is a symbolic link, checking the modified time will not reflect changes to the source file e.g. ``` ❯ touch foo ❯ ln -s foo foobar ❯ gstat -c %Y foo 1705958431 ❯ gstat -c %Y foobar 1705958438 ❯ touch foo ❯ gstat -c %Y foobar 1705958438 ``` This can result in a stale cache being treated as fresh; for example, when Rye changes the interpreter linked in a virtual environment. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||