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

DM-39672: Don't use a set as the default for a config ListField. #127

Merged
merged 1 commit into from Jun 21, 2023

Conversation

TallJimbo
Copy link
Member

Set's iteration order is nondeterministic across different processes, while ListField remembers that order, so this makes configurations generated in different processes spuriously unequal.

Set's iteration order is nondeterministic across different processes,
while ListField remembers that order, so this makes configurations
generated in different processes spuriously unequal.
@TallJimbo TallJimbo merged commit 8423c58 into main Jun 21, 2023
7 checks passed
@TallJimbo TallJimbo deleted the tickets/DM-39672 branch June 21, 2023 00:59
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.

None yet

2 participants