Closed conradhappeliv closed 2 years ago
This should only have two major changes in generated code:
Diffs of generated repeated scalar code:
And an example of a generated repeated message code (ModeState is a message defined elsewhere):
ModeState
It breaks backwards compatibility, so I won't merge it.
If you want, you can write code that supports both (old and new) methods of setting repeated fields: In addition to this, you need:
This should only have two major changes in generated code:
Diffs of generated repeated scalar code:
And an example of a generated repeated message code (
ModeState
is a message defined elsewhere):