You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running cargo about generate on Windows (most of my collegues their system) vs Linux (our CI server) there seems to be a difference in sorting of the used_by list.
To Reproduce
Unfortunatly, I'm working in a closed source repo with a lot of dependencies, so I am unsure if I can directly repro this. The dependency in question that's sorted differently is winit.
Expected behavior
I expect the sorting to always be the same.
Device:
OS: Windows 11 and Debian (rust:bookworm-slim docker image)
Version: Both 0.6.4
Additional context
I also saw #202, but contrary to that issue this output seems to be 100% deterministic on both platforms. I don't have access to apple hardware atm, so could not check on that.
The text was updated successfully, but these errors were encountered:
The only thing I can think of is if you are using winit or another dependency as a path dependency in one case and not another, causing the sorting to be different between hosts. But that's only a guess with no repro, as all elements are always sorted before being rendered.
Describe the bug
When running
cargo about generate
on Windows (most of my collegues their system) vs Linux (our CI server) there seems to be a difference in sorting of theused_by
list.To Reproduce
Unfortunatly, I'm working in a closed source repo with a lot of dependencies, so I am unsure if I can directly repro this. The dependency in question that's sorted differently is
winit
.Expected behavior
I expect the sorting to always be the same.
Device:
rust:bookworm-slim
docker image)Additional context
I also saw #202, but contrary to that issue this output seems to be 100% deterministic on both platforms. I don't have access to apple hardware atm, so could not check on that.
The text was updated successfully, but these errors were encountered: