-
Notifications
You must be signed in to change notification settings - Fork 10
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
cargo-haraki generates a different result with cargo-sort #65
Comments
Thanks for filing this. I agree that hakari isn't quite behaving right here: it's sorting (hashbrown, 0.12) before (hashbrown, 0.13) while it should actually sort alphabetically. |
sunshowers
added a commit
to sunshowers/guppy
that referenced
this issue
Jan 19, 2023
In some cases, we weren't producing output that was exactly sorted. Fixes guppy-rs#65.
sunshowers
added a commit
to sunshowers/guppy
that referenced
this issue
Jan 19, 2023
In some cases, we weren't producing output that was exactly sorted. Fixes guppy-rs#65.
This is now out as part of cargo-hakari 0.9.23, once you bump the dep-format-version to 4 in hakari.toml. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So we can't use the two checkers both.
Examples:
checkout the following two commits and the generated content will flip forever.
The text was updated successfully, but these errors were encountered: