[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 Ilia Mirkin
Well, fundamentally, it should all work fine. So you're doing something wrong. Your best bet for getting further help would be supplying a full repro, 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

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

2013-10-25 Thread Jesse Carter
It is reflected, it just cannot find that message for some odd reason On Friday, October 25, 2013 12:38:19 PM UTC-7, Ilia Mirkin wrote: Well, fundamentally, it should all work fine. So you're doing something wrong. Your best bet for getting further help would be supplying a full repro,

[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