[protobuf] Issue 238 in protobuf: Support of comment in text format

2010-11-19 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 238 by zyangmath: Support of comment in text format http://code.google.com/p/protobuf/issues/detail?id=238 In my use case, I hope to use the text format for human read and edit. Most of the times people will wan

Re: [protobuf] Submitting a Patch for Google Protocol Buffers

2010-11-19 Thread Jason Hsueh
Hate to tell you this, but this looks pretty much identical to the TextFormat (text_format.{cc,h}) that's already provided by the library (and the wrapper methods Message::DebugString() and friends). Or are you using lite mode, which doesn't support this because it's reflection based? (Generating

[protobuf] Submitting a Patch for Google Protocol Buffers

2010-11-19 Thread Casey Johnson
Hi! My name is Casey Johnson and I am currently working as an intern at a company named MusicMasterMind. Recently, my boss asked me to edit the google protocol generator for the c++ language to make an extra function for the purpose of debugging. The function is created for every message and enum a

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-11-19 Thread protobuf
Comment #15 on issue 83 by heydunne: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Hi. I wonder if there has been any development in this since the last post. We upgraded to 2.3.0 to support vc10 compilation, and