[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

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 repr

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 fie

[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] Please add 'Wire' to ThirdPartyAddOns page

2013-10-25 Thread Feng Xiao
Done. Added an entry under "Programming Languages": - Java/Android: https://github.com/square/wire On Fri, Oct 25, 2013 at 7:25 AM, Dan Rice wrote: > Hi - > > Please add a link to the > Wirelibrary on the > https://code.google.co

[protobuf] Please add 'Wire' to ThirdPartyAddOns page

2013-10-25 Thread Dan Rice
Hi - Please add a link to the Wirelibrary on the https://code.google.com/p/protobuf/wiki/ThirdPartyAddOns page. The Wire repo is at https://github.com/square/wire. Wire is meant for use with Android or other

[protobuf] Re: Issue 559 in protobuf: performance enhancement: use String#getBytes(Charset) instead of getBytes(String)

2013-10-25 Thread protobuf
Comment #6 on issue 559 by xiaof...@google.com: performance enhancement: use String#getBytes(Charset) instead of getBytes(String) http://code.google.com/p/protobuf/issues/detail?id=559 We'll fix accepted issues before next release, which probably will come early 2014. You can submit a patch

[protobuf] Re: Issue 455 in protobuf: google/protobuf/message.cc is missing #include

2013-10-25 Thread protobuf
Comment #5 on issue 455 by gian-r...@a-porta.info: google/protobuf/message.cc is missing #include http://code.google.com/p/protobuf/issues/detail?id=455 Similar problem installing Protobuf 2.4.1 on Mac OS 10.9 Mavericks: google/protobuf/message.cc:130:60: error: implicit instantiation of

[protobuf] Re: Issue 559 in protobuf: performance enhancement: use String#getBytes(Charset) instead of getBytes(String)

2013-10-25 Thread protobuf
Comment #5 on issue 559 by phraktle: performance enhancement: use String#getBytes(Charset) instead of getBytes(String) http://code.google.com/p/protobuf/issues/detail?id=559 Are there plans to incorporate this? -- You received this message because this project is configured to send all iss