Descriptiongoprotobuf: Fix proto.Merge handling of scalar bytes fields.
Previously the []byte would be treated as a repeated field,
and the new data would be appended. However, []byte is a
scalar field and the old data should be replaced instead.
Fixes issue 51.
Patch Set 1 #Patch Set 2 : diff -r ec8a922f81f6 https://code.google.com/p/goprotobuf #Patch Set 3 : diff -r ec8a922f81f6 https://code.google.com/p/goprotobuf #Patch Set 4 : diff -r ec8a922f81f6 https://code.google.com/p/goprotobuf #
MessagesTotal messages: 3
|
||||||||||||||||||||||||||||