astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix pythonw launcher mode for managed Windows venv links
nooscraft:bugfix/19226
2 hours ago
fix: continue uninstall after dangling tool cleanup Signed-off-by: Genmin <joey@joeyroth.com>
Genmin:fix/tool-uninstall-continues-after-dangling
2 hours ago
fix: `uv tool uninstall` no longer aborts after first dangling tool When uninstalling multiple tools by name, if the first tool had a corrupt or missing receipt, `do_uninstall` removed its dangling environment and then returned early via `return Ok(())`, skipping all remaining tools. The user saw exit code 0 with no indication that the other tools were not uninstalled. Replace `return Ok(())` with `dangling = true; continue;` to match the behavior of the unnamed (uninstall-all) branch, which already uses `continue` correctly. Fixes #19219 Signed-off-by: Dayna Blackwell <dayna@blackwell-systems.com>
blackwell-systems:fix-tool-uninstall-early-return
2 hours ago
Update taiki-e/install-action action to v2.75.21
renovate/taiki-e-install-action-2.x
7 hours ago
Skip flaky `test_simultaneous_create_then_move` on Windows
nooscraft:bugfix/19226
12 hours ago
Fix pythonw launcher mode for managed Windows venv links
nooscraft:bugfix/19226
13 hours ago
Fix `uv tool uninstall` silently aborting after first corrupt tool (#19219) When uninstalling multiple named tools (e.g. `uv tool uninstall ruff black`) and the first tool has a missing/corrupt receipt (dangling install), the previous code called `return Ok(())` after removing the dangling environment, causing the loop to exit early and skip all remaining tools. Fix: set `dangling = true` and `continue` to the next tool instead of returning, mirroring the behaviour already used in the `--all` (names.is_empty) branch above. Fixes #19219
selenaalpha77-sketch:fix/tool-uninstall-continue-after-dangling-19219
14 hours ago
Handle incorrect unlock error in `LockedFile::drop` on Wine (#19229) See https://bugs.winehq.org/show_bug.cgi?id=59711
main
21 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix pythonw launcher mode for managed Windows venv links
#19235
13 hours ago
a0dbbab
nooscraft:bugfix/19226
CodSpeed Performance Gauge
-1%
Fix tool uninstall continuing after dangling cleanup
#19238
3 hours ago
fcb6b4b
Genmin:fix/tool-uninstall-continues-after-dangling
CodSpeed Performance Gauge
0%
fix: `uv tool uninstall` no longer aborts after first dangling tool
#19237
3 hours ago
f1e3600
blackwell-systems:fix-tool-uninstall-early-return
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs