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
Some wrappers for constructing protocol buffer messages in a more shorthand way were recently added to Util/Message. There are many places in the code where we could be using these wrappers instead of the more verbose multi-line syntax for filling in one field at a time (apart from the cases where we deliberately construct the message in multiple stages).
The text was updated successfully, but these errors were encountered:
Some wrappers for constructing protocol buffer messages in a more shorthand way were recently added to
Util/Message
. There are many places in the code where we could be using these wrappers instead of the more verbose multi-line syntax for filling in one field at a time (apart from the cases where we deliberately construct the message in multiple stages).The text was updated successfully, but these errors were encountered: