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

Add a nested object case with non-determinism #68

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

glyn
Copy link
Contributor

@glyn glyn commented Mar 20, 2024

The non-determinism comes from the descendant traversal ordering rules as well as from the unordered nature of objects.

(Please note that this was accidentally pushed to main earlier and then reverted. A branch protection rule is now in place!)

The non-determinism comes from the descendant traversal
ordering rules as well as from the unordered nature
of objects.
@glyn
Copy link
Contributor Author

glyn commented Mar 20, 2024

@gregsdennis Please could you take a look. I want to make sure we are all on the same page with these tests.

@glyn glyn requested a review from gregsdennis March 20, 2024 17:30
Copy link
Collaborator

@gregsdennis gregsdennis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Passes for me, and the permutations look right.

@jg-rp can you run your thing to verify the permutations, please?

Copy link
Collaborator

@f3ath f3ath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for my implementation.

@jg-rp
Copy link
Contributor

jg-rp commented Mar 21, 2024

@jg-rp can you run your thing to verify the permutations, please?

Have done. Looks good to me.

@gregsdennis
Copy link
Collaborator

@glyn not sure why this can't merge. Can you investigate, please?

@glyn
Copy link
Contributor Author

glyn commented Mar 21, 2024 via email

@glyn glyn merged commit 7bd8532 into jsonpath-standard:main Mar 21, 2024
2 checks passed
@glyn glyn deleted the object-non-determinism branch March 21, 2024 09:34
@glyn
Copy link
Contributor Author

glyn commented Mar 21, 2024

@gregsdennis The branch protection rule I added was over-zealous and was locking main from all updates. Fixed with apologies.

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.

4 participants