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
MessageSet encodes protobuf groups each containing an
extension ID and a payload. According to standard protobuf
conventions, these two fields can occur in either order within
the group. Add two tests that check decoding of each possible
order and fix the bug that this uncovers.
0 commit comments