[protobuf] Re: Issue 256 in protobuf: Error Converting Message to array of Bytes (When negative Enum) - Java

2011-02-18 Thread protobuf
Comment #5 on issue 256 by gus...@veide.se: Error Converting Message to array of Bytes (When negative Enum) - Java http://code.google.com/p/protobuf/issues/detail?id=256 What a coincidence. I ran into this error today when upgrading from protobuf 2.0.3 to 2.4.0a and a patch just came out

[protobuf] Re: Issue 210 in protobuf: Java code should detect incompatible runtime library version

2011-02-18 Thread protobuf
Comment #16 on issue 210 by gus...@veide.se: Java code should detect incompatible runtime library version http://code.google.com/p/protobuf/issues/detail?id=210 I like the proposal that the version number is detected in runtime. I would also propose to add the version number to each

[protobuf] Re: Issue 210 in protobuf: Java code should detect incompatible runtime library version

2011-02-18 Thread protobuf
Comment #17 on issue 210 by gus...@veide.se: Java code should detect incompatible runtime library version http://code.google.com/p/protobuf/issues/detail?id=210 I like the proposal that the version number is detected at runtime. I also propose that version number is added to each

[protobuf] Re: Issue 247 in protobuf: Ability to redirect file output to stdout

2011-02-18 Thread protobuf
Comment #9 on issue 247 by compuwarescc: Ability to redirect file output to stdout http://code.google.com/p/protobuf/issues/detail?id=247 I've been thinking a lot of the use of run-time usage of .proto files in java (I use this technique) and I've gone through two uses now - both involve

[protobuf] Re: Issue 257 in protobuf: Java Protocol buffer payload more than that of regular payload when using repeated tag

2011-02-18 Thread protobuf
Comment #3 on issue 257 by jayaraga...@gmail.com: Java Protocol buffer payload more than that of regular payload when using repeated tag http://code.google.com/p/protobuf/issues/detail?id=257 I have a .proto file which has 53 tags reflecting db columns. Most of them are strings with the

[protobuf] compound message allows colon

2011-02-18 Thread naderp
Hi, Given the following .proto definition: message person { required string name = 1; required int32 id = 2; } I noticed the following message syntax is valid: person: { name: fred id: 3 } i.e., the generated parser will quite happily accept a colon after the compound message name

[protobuf] Re: Issue 257 in protobuf: Java Protocol buffer payload more than that of regular payload when using repeated tag

2011-02-18 Thread protobuf
Updates: Status: WorkingAsIntended Comment #4 on issue 257 by jas...@google.com: Java Protocol buffer payload more than that of regular payload when using repeated tag http://code.google.com/p/protobuf/issues/detail?id=257 I tried an example around AddressBook, creating 100 person

[protobuf] Re: Issue 257 in protobuf: Java Protocol buffer payload more than that of regular payload when using repeated tag

2011-02-18 Thread protobuf
Comment #5 on issue 257 by jayaraga...@gmail.com: Java Protocol buffer payload more than that of regular payload when using repeated tag http://code.google.com/p/protobuf/issues/detail?id=257 For the most part, I agree with you. Today I tried a proto message for another db report that had

[protobuf] Re: Issue 256 in protobuf: Error Converting Message to array of Bytes (When negative Enum) - Java

2011-02-18 Thread protobuf
Updates: Cc: liuj...@google.com Comment #6 on issue 256 by jas...@google.com: Error Converting Message to array of Bytes (When negative Enum) - Java http://code.google.com/p/protobuf/issues/detail?id=256 +liujisi, who's been doing the releases. I don't have the bandwidth (or know

[protobuf] Re: Issue 257 in protobuf: Java Protocol buffer payload more than that of regular payload when using repeated tag

2011-02-18 Thread protobuf
Comment #6 on issue 257 by jas...@google.com: Java Protocol buffer payload more than that of regular payload when using repeated tag http://code.google.com/p/protobuf/issues/detail?id=257 Sorry, I'm going to have to ask you to provide the program if you want to look into these larger

[protobuf] Issue 259 in protobuf: extract_includes.bat doesn't copy plugin.h to include dir.

2011-02-18 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 259 by jacobgla...@yahoo.com: extract_includes.bat doesn't copy plugin.h to include dir. http://code.google.com/p/protobuf/issues/detail?id=259 What steps will reproduce the problem? 1.build on windows using vs2008. 2.run

[protobuf] Re: Issue 259 in protobuf: extract_includes.bat doesn't copy plugin.h to include dir.

2011-02-18 Thread protobuf
Updates: Status: Accepted Owner: liuj...@google.com Comment #1 on issue 259 by liuj...@google.com: extract_includes.bat doesn't copy plugin.h to include dir. http://code.google.com/p/protobuf/issues/detail?id=259 (No comment was entered for this change.) -- You received this

[protobuf] Re: Issue 256 in protobuf: Error Converting Message to array of Bytes (When negative Enum) - Java

2011-02-18 Thread protobuf
Comment #7 on issue 256 by liuj...@google.com: Error Converting Message to array of Bytes (When negative Enum) - Java http://code.google.com/p/protobuf/issues/detail?id=256 Yes, but we will probably wait for a couple of days in case we discover other bugs shortly. -- You received this