You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignoring_repeated_field_ordering works by sorting values based on their string representation. In order to work with ignoring_field_paths, it would need to omit ignored fields from the string representation before ordering.
That said, currently a mismatch can shift the expected list leading to more apparent diffs than real diffs, so maybe it makes more sense to iteratively compare each value from actual to each value in expected that hasn't already been matched.
The text was updated successfully, but these errors were encountered:
ignoring_repeated_field_ordering works by sorting values based on their string representation. In order to work with ignoring_field_paths, it would need to omit ignored fields from the string representation before ordering.
That said, currently a mismatch can shift the expected list leading to more apparent diffs than real diffs, so maybe it makes more sense to iteratively compare each value from actual to each value in expected that hasn't already been matched.
The text was updated successfully, but these errors were encountered: