[protobuf] Re: Issue 238 in protobuf: Support of comment in Python text-format parser

2010-11-20 Thread protobuf
Updates: Summary: Support of comment in Python text-format parser Status: Accepted Comment #1 on issue 238 by temporal: Support of comment in Python text-format parser http://code.google.com/p/protobuf/issues/detail?id=238 Wow. Apparently the author of the Python text-format

[protobuf] Re: Issue 238 in protobuf: Support of comment in Python text-format parser

2010-11-20 Thread protobuf
Comment #2 on issue 238 by ken...@google.com: Support of comment in Python text-format parser http://code.google.com/p/protobuf/issues/detail?id=238 (That was me. Wrong account.) -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post

[protobuf] Re: Issue 238 in protobuf: Support of comment in Python text-format parser

2010-11-20 Thread protobuf
Comment #3 on issue 238 by zyangmath: Support of comment in Python text-format parser http://code.google.com/p/protobuf/issues/detail?id=238 Please mark it as invalid. So sorry to have made a mistake. In my latest test, it seems that the C++ style comments are not supported but in the

[protobuf] Re: Issue 236 in protobuf: Flush call on GzipOutputStream over FileOutputStream causes program abort

2010-11-20 Thread protobuf
Comment #1 on issue 236 by brian.olson: Flush call on GzipOutputStream over FileOutputStream causes program abort http://code.google.com/p/protobuf/issues/detail?id=236 This doesn't reproduce for me. Have you updated to 2.4.0 or r349 or later? -- You received this message because you are

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2010-11-20 Thread protobuf
Comment #2 on issue 226 by brian.olson: Python API doesn't support reading/writing delimited messages http://code.google.com/p/protobuf/issues/detail?id=226 I have a related issue, I've been using C++ CodedOutputStream::WriteVarint32 to write varint size prefixes to files containing

[protobuf] WCF and Flex 4

2010-11-20 Thread mvbaffa
Hi, I have a huge legacy of WCF Services and I want to develop a Flex 4 application to use these services. I wonder if I can use Protobuf-net to allow these two environments to exchange messages. I suppose I have two solutions: 1) User RemoteObjects from Flex and deserialize the AMF messages