Re: [protobuf] Possible C++ serialization issue with repeated fields

2014-06-18 Thread Ilia Mirkin
On Wed, Jun 18, 2014 at 12:26 PM, Justin jscad...@gmail.com wrote: My team and I noticed a potential bug in the serialization process, that seems unintended. If I defined a message structure as follows: message X { required Y y = 1; } message Y { repeated Things things = 1;

Re: [protobuf] Possible C++ serialization issue with repeated fields

2014-06-18 Thread Justin
On Wednesday, June 18, 2014 12:36:27 PM UTC-4, Ilia Mirkin wrote: On Wed, Jun 18, 2014 at 12:26 PM, Justin jsca...@gmail.com javascript: wrote: My team and I noticed a potential bug in the serialization process, that seems unintended. If I defined a message structure as follows:

Re: [protobuf] Possible C++ serialization issue with repeated fields

2014-06-18 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Jun 18, 2014 at 10:10 AM, Justin jscad...@gmail.com wrote: On Wednesday, June 18, 2014 12:36:27 PM UTC-4, Ilia Mirkin wrote: On Wed, Jun 18, 2014 at 12:26 PM, Justin jsca...@gmail.com wrote: My team and I noticed a potential bug in the serialization process, that seems