Re: [protobuf] Re: self including message array

2011-04-05 Thread Jason Hsueh
There is no explicit test for this, but the official c++ implementation emits code that successfully compiles for this message: message TestRepeatedRecursiveMessage { repeated TestRepeatedRecursiveMessage a = 1; optional int32 b = 2; } On Fri, Apr 1, 2011 at 7:52 AM, zad

Re: [protobuf] Re: self including message array

2011-04-01 Thread Jason Hsueh
You appear to be using a third party implementation for pure C. You'll have to check with the author of the implementation. On Fri, Apr 1, 2011 at 7:25 AM, zad emanuele.plac...@gmail.com wrote: message resource_info { optional string device_name=18; optional Res_type