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(rover): store SupergraphConfig in BTreeMap #423

Merged
merged 2 commits into from
Apr 6, 2021
Merged

Conversation

lrlna
Copy link
Member

@lrlna lrlna commented Apr 6, 2021

SupergraphConfig was previously stored in a HashMap, the implementation
of which is non-deterministic in Rust. This commit changes it over to a
BTreeMap which ensures correct ordering.

closes #422

SupergraphConfig was previously stored in a HashMap, the implementation
of which is non-deterministic in Rust. This commit changes it over to a
BTreeMap which ensures correct ordering.

closes #422
@lrlna lrlna added this to the April 13 milestone Apr 6, 2021
@lrlna lrlna merged commit f2ce6ef into main Apr 6, 2021
@lrlna lrlna deleted the lrlna/supergraph-config branch April 6, 2021 14:32
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.

rover supergraph compose outputs schema in non-deterministic order
3 participants