Record: make field ordering deterministic, add test#199
Merged
inducer merged 10 commits intoinducer:mainfrom Mar 20, 2024
Merged
Record: make field ordering deterministic, add test#199inducer merged 10 commits intoinducer:mainfrom
inducer merged 10 commits intoinducer:mainfrom
Conversation
Owner
|
Contributor
Author
Is there a use case that breaks with this change? My goal was to remain compatible with the previous set-based implementation (which is the reason for the conversion from set to dict in
What do you think of c32e6d0? |
de3b26a to
dacfd1d
Compare
Contributor
Author
|
Setting this as ready for review. In addition to the pytato/loopy tests, mirgecom also seems to run fine with it. |
dacfd1d to
4230be6
Compare
inducer
reviewed
Mar 15, 2024
inducer
reviewed
Mar 15, 2024
5905e52 to
e0e04b0
Compare
matthiasdiener
commented
Mar 15, 2024
12fd003 to
9cec923
Compare
Owner
|
I'll be honest, I underestimated the compatibility impact of this. I've just pushed a revert. |
Owner
|
inducer/loopy#785 gets rid of a good bunch more |
Owner
|
@matthiasdiener Could you please re-make a PR for this? |
Contributor
Author
|
Sure, no problem! Sorry for the confusion. Is there a particular error that came up with this? |
Owner
|
It was code like this that made me substantially uneasy: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a proof-of-concept and is ready for a first look @inducer. I'm not sure if there is a better way to do this.
Please squash