Descriptiongoprotobuf: Split encoding of repeated int32 and repeated uint32 fields.
This is a follow-on from a previous change where we split the singular int32/uint32.
It was an oversight not to fix the repeated versions at the same time.
Also simplify setEncAndDec for repeated fields while I'm here.
We were doing a lot of unnecessary work: unnecessarily doing two layers of
switches, plus trying to handle a bunch of field types we never generate.
Fixes issue 52.
Patch Set 1 #Patch Set 2 : diff -r 6696293829a4 https://code.google.com/p/goprotobuf #Patch Set 3 : diff -r 6696293829a4 https://code.google.com/p/goprotobuf #Patch Set 4 : diff -r 6696293829a4 https://code.google.com/p/goprotobuf #
MessagesTotal messages: 3
|
|||||||||||||||||||||||||||||||||||||