Skip to content
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

Minor bug: sccache --show-stats randomizes order of non-cachable reasons #2316

Open
SeseMueller opened this issue Jan 13, 2025 · 0 comments
Open

Comments

@SeseMueller
Copy link

Similar to #386 and #397.

When running sccache --show-stats and two of the non-cachable reasons have the same number of occurences, their order is random.
As with #386, this is likely because the entries are printed in the order the HashMap.iter() returns them.

This only ever has the effect that running the command multiple times can have slightly different outputs even if nothing changed.

Minor bug, low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant