astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Add script nodes to workspace metadata
gankra/script-meta-check
8 minutes ago
Only instrument workspace members Signed-off-by: William Woodruff <william@yossarian.net>
ww/cov
21 minutes ago
Fix Clippy warnings in nightly check (#19861)
main
41 minutes ago
Fix Clippy warnings in nightly check
zb/nightly-clippy-fixes
1 hour ago
Reject registry lock packages without versions
nightt5879:nightt5879/fix-lock-missing-registry-version
2 hours ago
Fix `activate.fish` for relocatable venvs on Fish before 3.4 For relocatable virtual environments, `activate.fish` derived `VIRTUAL_ENV` using Bash-style `$(...)` command substitution: set -gx VIRTUAL_ENV ''"$(dirname -- "$(cd "$(dirname -- "$(status -f)")"; and pwd)")"'' Fish only added `$(...)` in 3.4, so on older releases (which the rest of the activation scripts still support via the `FISH_VERSION < 3` guards) sourcing the script fails with: $(...) is not supported. In fish, please use '(status)'. Use Fish-native `(...)` substitution instead, which works across all supported Fish versions: set -gx VIRTUAL_ENV ''(dirname (dirname (realpath (status -f))))'' The existing test only asserted the buggy string was present; it now asserts the Fish-native form and that no Bash-style `$(...)` remains.
decajoin:fix-relocatable-activate-fish
3 hours ago
Fix `activate.fish` for relocatable venvs on Fish before 3.4 For relocatable virtual environments, `activate.fish` derived `VIRTUAL_ENV` using Bash-style `$(...)` command substitution: set -gx VIRTUAL_ENV ''"$(dirname -- "$(cd "$(dirname -- "$(status -f)")"; and pwd)")"'' Fish only added `$(...)` in 3.4, so on older releases (which the rest of the activation scripts still support via the `FISH_VERSION < 3` guards) sourcing the script fails with: $(...) is not supported. In fish, please use '(status)'. Use Fish-native `(...)` substitution instead, which works across all supported Fish versions: set -gx VIRTUAL_ENV ''(dirname (dirname (realpath (status -f))))'' The existing test only asserted the buggy string was present; it now asserts the Fish-native form and that no Bash-style `$(...)` remains.
decajoin:fix-relocatable-activate-fish
3 hours ago
Error on a registry `uv.lock` package without a version instead of panicking A registry-source `[[package]]` in `uv.lock` may omit the `version` field: `PackageId.version` is `Option<Version>` and nothing validated it for registry sources during deserialization, so `uv sync --frozen` panicked downstream at `Package::to_source_dist`'s `.expect("version for registry source")` (also reachable via `Lock::satisfies`). Reject such a package in `PackageWire::unwire` with a `LockError` (`MissingPackageVersion`), mirroring the existing dependency-level `MissingDependencyVersion`, so a malformed lockfile is a graceful parse error instead of a panic.
leeewee:fix-lock-registry-missing-version
6 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add code coverage + HTML report machinery
#19692
3 days ago
9aa7a40
ww/cov
CodSpeed Performance Gauge
-1%
Fix Clippy warnings in nightly check
#19861
1 hour ago
623d797
zb/nightly-clippy-fixes
CodSpeed Performance Gauge
-1%
Reject registry lock packages without versions
#19858
2 hours ago
a5fd7ae
nightt5879:nightt5879/fix-lock-missing-registry-version
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs