astral-sh
uv
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Add json output to `uv tool list`
ThiefMaster:tool-list-json
18 minutes ago
Remove "unused code" build warnings When running build with `apple-native` feature enabled, like this: ``` cargo test --package uv-keyring --no-default-features --features apple-native ``` We were getting warnings like so: ``` Compiling uv-keyring v0.0.62 (/Users/slafs/devel/uv/crates/uv-keyring) warning: associated items `new_with_target` and `get_credential` are never used --> crates/uv-keyring/src/lib.rs:217:8 | 193 | impl Entry { | ---------- associated items in this implementation ... 217 | fn new_with_target(target: &str, service: &str, user: &str) -> Result<Self> { | ^^^^^^^^^^^^^^^ ... 347 | fn get_credential(&self) -> &dyn std::any::Any { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `get_credential` is never used --> crates/uv-keyring/src/macos.rs:170:14 | 163 | impl MacCredential { | ------------------ method in this implementation ... 170 | async fn get_credential(&self) -> Result<Self> { | ^^^^^^^^^^^^^^ warning: `uv-keyring` (lib test) generated 2 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s Running unittests src/lib.rs (target/debug/deps/uv_keyring-7043f227f3b1104e) ``` This is a different Cargo.toml-based approach to solve this. This was discussed with @EliteTK at the EuroPython 2026 sprints.
slafs:remove-keyring-warnings-cargo-reconfig
55 minutes ago
Remove "unused code" build warnings When running build with `apple-native` feature enabled, like this: ``` cargo test --package uv-keyring --no-default-features --features apple-native ``` We were getting warnings like so: ``` Compiling uv-keyring v0.0.62 (/Users/slafs/devel/uv/crates/uv-keyring) warning: associated items `new_with_target` and `get_credential` are never used --> crates/uv-keyring/src/lib.rs:217:8 | 193 | impl Entry { | ---------- associated items in this implementation ... 217 | fn new_with_target(target: &str, service: &str, user: &str) -> Result<Self> { | ^^^^^^^^^^^^^^^ ... 347 | fn get_credential(&self) -> &dyn std::any::Any { | ^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `get_credential` is never used --> crates/uv-keyring/src/macos.rs:170:14 | 163 | impl MacCredential { | ------------------ method in this implementation ... 170 | async fn get_credential(&self) -> Result<Self> { | ^^^^^^^^^^^^^^ warning: `uv-keyring` (lib test) generated 2 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s Running unittests src/lib.rs (target/debug/deps/uv_keyring-7043f227f3b1104e) ``` This is a naive approach to solve this. This was discussed with @EliteTK at the EuroPython 2026 sprints.
slafs:remove-keyring-warnings
57 minutes ago
Simplify synchronous command execution
charlie/codex-sync-cli-dispatch
1 hour ago
Keep projected platform marker traversal off the interner mutex
charlie/marker-ternary-prototype
2 hours ago
Add step on node installation so npx is available Otherwise prettier cannot be started by newbies like me!
JeppeFoldberg:add-prettier-install-step
2 hours ago
add generic handling for wrapped fs_err files Persist with retry used to only take a NamedTempFile and now it accepts generically so NamedTempFile with an fs_err::tokio::File is accepted - so it works with the output of tempfile_in_async.
JeppeFoldberg:add-async-tempfile-creation
2 hours ago
Add contributing section to docs (#20511) <!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Adds a contributing section to Mkdocs, and removes a paragraph regarding `good first issue` ## Test Plan Built Mkdocs and checked manually.
main
3 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add json output to `uv tool list`
#20516
44 minutes ago
2d8a5c6
ThiefMaster:tool-list-json
CodSpeed Performance Gauge
+5%
Remove "unused code" build warnings (Cargo approach))
#20515
1 hour ago
de80421
slafs:remove-keyring-warnings-cargo-reconfig
CodSpeed Performance Gauge
0%
Remove "unused code" build warnings
#20514
2 hours ago
3f46397
slafs:remove-keyring-warnings
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs