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
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
message B {
message C {
optional string details = 1;
optional string time = 2;
}
repeated C c = 1;
}
repeated B b = 1;
}```
If message is of the above form and if we add details to ignoreField MessageDifferencer.compare doesn't work if number of RepeatedFields is different.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: