Re: [protobuf] Added Support for list values, including lists of mesaages, when parsing text-formatted protos in C++ and Java.

2016-04-08 Thread 'Bo Yang' via Protocol Buffers
This is talking about text format. Unlike proto's binary format, it's human readable. Specifically for you question, I think you can use [1, 2, 3] to represent a repeated field of integer in text format. On Fri, Apr 1, 2016 at 4:37 PM Reo Smith wrote: > hi, i donnot know what does this mean? > >

[protobuf] Added Support for list values, including lists of mesaages, when parsing text-formatted protos in C++ and Java.

2016-04-01 Thread Reo Smith
hi, i donnot know what does this mean? https://github.com/google/protobuf/releases/tag/v2.6.0 Added Support for list values, including lists of mesaages, when parsing text-formatted protos in C++ and Java. For example: foo: [1, 2, 3] -- You received this message because you are subscribed t