Skip to content

Conversation

@spandandas-2
Copy link

Due to unordered traversal of HashMap, the generated java code is non deterministic. This is bad from the perspective of build systems, since it causes unnecessary rebuilds if the iteration order changes.

This CL switches a data structure to BTreeMap to fix the non determinism

Due to unordered traversal of HashMap, the generated java code is non
deterministic. This is bad from the perspective of build systems, since
it causes unnecessary rebuilds if the iteration order changes.

This CL switches a data structure to BTreeMap to fix the non determinism
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.

1 participant