Avatar for the pubgrub-rs user
pubgrub-rs
pubgrub
Instrumentation
Wall Time
BlogDocsChangelog

Branches performance

Pull requests

Allow multiple self-dependencies#338
last run
7 days ago
Allow multiple self-dependencies In uv, we don't use the `DependencyConstraints` map, but pass in the dependencies through an iterator. This means there can be duplicate dependencies in the input. This would previously make `merge_dependents` panic if a package dependent on itself twice with the same range: ```toml [package] name = "foo" version = "0.1.0" dependencies = ["foo", "foo"] ``` The fix is to ignore self-dependencies when merging dependents, given that they are always trivially true or trivially false.
7 days ago
7018db9
konsti/dev/allow-multiple-self-dependencies
CodSpeed Performance Gauge
0%
Print version set on panic#337
last run
8 days ago
Print version set on panic Improve the panic message for https://github.com/astral-sh/uv/issues/13344
8 days ago
261d4cc
konsti/dev/print-set-on-panic
CodSpeed Performance Gauge
0%
build(deps): bump indexmap from 2.7.1 to 2.9.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.1 to 2.9.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.7.1...2.9.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
15 days ago
b459ab7
dependabot/cargo/indexmap-2.9.0
CodSpeed Performance Gauge
0%
build(deps): bump smallvec from 1.14.0 to 1.15.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: smallvec dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
15 days ago
8e926c7
dependabot/cargo/smallvec-1.15.0
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms PrivacyDocs