[protobuf] Re: Issue 220 in protobuf: TextFormat:Parser cannot parse strings with colon?

2010-09-23 Thread protobuf
Comment #3 on issue 220 by david.vo...@gmail.com: TextFormat:Parser cannot parse strings with colon? http://code.google.com/p/protobuf/issues/detail?id=220 Sorry for the late answer. (I was offline for a little while.) We tested our code and your example too. I really sorry but it seems

Re: [protobuf] DescriptorPool::BuildFile() seems not parsing nested messages in order

2010-09-23 Thread Himanshu Srivastava
Kenton: I really sent you a only a part of the complete RecordHeader message, since I was focusing on nested message not getting parsed issue for this particular message. Indeed my complete proto file is a large one. I have attached the truncated proto file containing this complete message only

Re: [protobuf] DescriptorPool::BuildFile() seems not parsing nested messages in order

2010-09-23 Thread Himanshu Srivastava
P.S.: Earlier I used cpp files generated from protoc compiler for a small number of messages and therefore I could get the mutator functions and the corresponding message classes. Now, however I do not use the cpp approach since messages and their members are not known in advance. Regards,

Re: [protobuf] DescriptorPool::BuildFile() seems not parsing nested messages in order

2010-09-23 Thread Jason Hsueh
On Thu, Sep 23, 2010 at 2:40 AM, Himanshu Srivastava him.s...@gmail.comwrote: Kenton: I really sent you a only a part of the complete RecordHeader message, since I was focusing on nested message not getting parsed issue for this particular message. Indeed my complete proto file is a large

Re: [protobuf] DescriptorPool::BuildFile() seems not parsing nested messages in order

2010-09-23 Thread Himanshu Srivastava
Hi Jason, The modules all seem to work now as soon as I created the Importer on the heap and the FileDescriptor is also available across scopes. I need to follow the algorithm to see all messages are getting instanciated. Thanks for your quick help. Thanks Regards, Himanshu On Thu, Sep 23,

[protobuf] Re: Issue 220 in protobuf: TextFormat:Parser cannot parse strings with colon?

2010-09-23 Thread protobuf
Comment #4 on issue 220 by temporal: TextFormat:Parser cannot parse strings with colon? http://code.google.com/p/protobuf/issues/detail?id=220 No problem, happens to the best of us. -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post

[protobuf] Re: Issue 221 in protobuf: Minor issue: Warning in coded_stream.h using gcc 3.4.6

2010-09-23 Thread protobuf
Updates: Status: Duplicate Owner: --- Comment #1 on issue 221 by jas...@google.com: Minor issue: Warning in coded_stream.h using gcc 3.4.6 http://code.google.com/p/protobuf/issues/detail?id=221 This was fixed in r302: http://code.google.com/p/protobuf/source/detail?r=302