[protobuf] Parsing sub message not working with certain message

2013-10-24 Thread Jesse Carter
Hey guys I'm having a really weird issue with parsing a certain sub message that has the same index as it's parent. Here are the two messages message Nine {- parent message required int32 test = 5; - This parses fine optional Details details = 9; - won't parse throws error if

[protobuf] Re: Parsing sub message not working with certain message

2013-10-25 Thread Jesse Carter
Please anyone? :s I really can't understand what's wrong... -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+unsubscr...@googlegroups.com. To post to

Re: [protobuf] Re: Parsing sub message not working with certain message

2013-10-25 Thread Jesse Carter
, i.e. the full proto spec + data being parsed. The fact that it says 9 {} and not details {} means that it doesn't seem to know about the details field at all. Try changing test = 1 to testasdf = 1 and see if that is reflected in the output... On Fri, Oct 25, 2013 at 3:28 PM, Jesse Carter

[protobuf] Re: Parsing sub message not working with certain message

2013-10-25 Thread Jesse Carter
And now I'm also getting the same issue on one of my other messsages sub message seems to always be the last sub message that won't parse -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To unsubscribe from this group and stop receiving