Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support clone and merge of non-nullable fields
Cloning or merging is broken if a message uses a repeated non-nullable struct field (segmentation fault). This change implements the handling of a non-pointer slice and adds clone and merge tests for non-nullable fields. This is the change proposed in gogo#529.
- Loading branch information