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
I would like to be able to use Set operations on my generated message types, but this requires comparison. Could we implement comparison on UnknownFieldSet so F# can use structural comparison?
The text was updated successfully, but these errors were encountered:
I also thought of implementing custom comparison that doesn't consider UnknownFields, but then comparing two items might return 0 when equality (which does consider UnknownFields) says they're not equal.
I would like to be able to use
Set
operations on my generated message types, but this requires comparison. Could we implement comparison onUnknownFieldSet
so F# can use structural comparison?The text was updated successfully, but these errors were encountered: