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

fix: Guarantee key mapping sort order #18

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

chelmertz
Copy link
Contributor

The docs for HashMap::iter() says this:

An iterator visiting all key-value pairs in arbitrary order.

https://doc.rust-lang.org/stable/std/collections/struct.HashMap.html#method.iter

When executing a script with the same key bindings, over and over, you would expect them to not visually jump around. A BTreeMap provides consistent ordering.

The docs for HashMap::iter() says this:

	An iterator visiting all key-value pairs in arbitrary order.

	https://doc.rust-lang.org/stable/std/collections/struct.HashMap.html#method.iter

When executing a script with the same key bindings, over and over, you
would expect them to not visually jump around. A BTreeMap provides
consistent ordering.
@jgalat jgalat merged commit 40ac164 into jgalat:master Sep 2, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants