uv/crates/puffin-cli
Charlie Marsh aa9882eee8
Use locks to prevent concurrent accesses to the same Git repo (#304)
Ensures that if we need to access the same Git repo twice in a
resolution, we only have one handler to that repo at a time. (Otherwise,
`git2` panics.)
2023-11-03 16:33:14 +00:00
..
src Implement custom resolution failure reporter to hide root package versions (#300) 2023-11-03 10:47:01 -05:00
tests Use locks to prevent concurrent accesses to the same Git repo (#304) 2023-11-03 16:33:14 +00:00
Cargo.toml Wheel filename distribution package name (#278) 2023-11-02 11:15:27 +00:00