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 two cases of non-deterministic iteration #2304

Merged
merged 2 commits into from
Sep 9, 2020

Conversation

alexcrichton
Copy link
Contributor

This commit fixes an issue of nondeterministic JS generation when
closures were used, updating a few iterations of hash maps to iterate in
a sorted manner rather than via the raw internal order.

Closes #2302

This commit fixes an issue of nondeterministic JS generation when
closures were used, updating a few iterations of hash maps to iterate in
a sorted manner rather than via the raw internal order.

Closes rustwasm#2302
@alexcrichton alexcrichton merged commit 1ca54f2 into rustwasm:master Sep 9, 2020
@alexcrichton alexcrichton deleted the deterministic branch September 9, 2020 00:36
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.

Order of generated closure wrappers+adapters not stable across builds
1 participant