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
cleanup(sidekick): no maps as nested messages (#5088)
Protobuf creates synthetic nested messages for `map<>` fields. These are
annoying as they must be skipped from the mustache templates and from
any tests that happen to use map fields.
There was a long standing cleanup issue to remove them, and this PR
finally implements it. I want to avoid the same annoying code in the
Swift codec.
0 commit comments