-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sparse-registry fetching total size keeps increasing #10820
Comments
This is expected behavior, but I understand it's confusing to have progress go backwards. @rustbot modify labels: -C-bug +C-enhancement |
Some additional ideas on what we could do. Remove the progress bar
Include an estimate of the dependency graph size when publishing
Attempt to run the resolver using cached metadata to get an estimate
Use the lockfile to get an estimate of the total number of dependencies
|
That sounds pretty much the same issue to me, it's basically a progress bar that never ends, I rather it be |
Maybe instead of
|
Or maybe |
What do you mean by confirmed? Each dependency that's fetched could potentially require additional dependencies that aren't fetched yet. |
Confirmed as in cargo knows that there won't be any additional dependencies. |
Enable triagebot's relabel functionality ### What does this PR try to resolve? This fixes the following failure that rustbot currently posts whenever someone tries to use "<b>`@</b><b>rustbot</b>` label" in this repository. > **Error**: The feature `relabel` is not enabled in this repository. > To enable it add its section in the `triagebot.toml` in the root of the repository. Unauthenticated relabel has been enabled in rust-lang/rust for nearly 4 years. People overwhelmingly use it in good faith. <br> ### How should we test and review this PR? Compare against https://github.com/rust-lang/rust/blob/1.66.0/triagebot.toml. Also skim through the 7 pages of labels on https://github.com/rust-lang/cargo/labels, whether it makes sense the ones I decided to allow arbitrary GitHub users to apply. <br> ### Additional information Attempted uses of "<b>`@</b><b>rustbot</b>` label", that failed, but this PR would allow: - #10343 (comment) - #10243 (comment) - #9982 (comment) - #9128 (comment) - #9067 (comment) - #8441 (comment) - #11432 (comment) - #8841 (comment) - #10820 (comment) - #10572 (comment) - #9114 (comment) - #8980 (comment) - #9064 (comment) - #8726 (comment) - #8089 (comment)
Problem
From original thread https://internals.rust-lang.org/t/call-for-testing-cargo-sparse-registry/16862/20?u=pickfire
Steps
rustup update nightly
cargo +nightly -Z sparse-registry update
Possible Solution(s)
Notes
No response
Version
No response
The text was updated successfully, but these errors were encountered: