-
Notifications
You must be signed in to change notification settings - Fork 84
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
Is there any way to ignore array order when diffing? #60
Comments
+1 :) |
+1 |
I tried to workaround it like that: sort array and then find diff |
Any fix for this yet, other than sorting approach? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Say I create a diff for these 2 arrays
Is there some way of causing the diff to recognise them as the same array, since they only differ in the items' order?
I am using Simple mode for Array diffing
The text was updated successfully, but these errors were encountered: