Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supported repeated field containers for extensions
See nipunn1313/mypy-protobuf#244 for the inspiration for this. Repeated extensions are allowed by protobuf, and they generate to extension values with repeated fields. Notably map fields (ScalarMap and MessageMap) are NOT allowed to be extension values - producing errors as such - so those are omitted. testproto/test_extensions3.proto:19:6: Map fields are not allowed to be extensions.
- Loading branch information