Re: [protobuf] how to get RepeatedField object

2010-02-17 Thread Romain Francois
On 02/17/2010 12:51 AM, Kenton Varda wrote: On Tue, Feb 16, 2010 at 2:47 PM, Romain Francois romain.francois.r.enthusi...@gmail.com mailto:romain.francois.r.enthusi...@gmail.com wrote: Thanks for the feedback. On 02/16/2010 10:44 PM, Kenton Varda wrote:

[protobuf] Re: Java Protocol Buffers classes serialization

2010-02-17 Thread yahro
On Feb 16, 9:25 pm, Kenton Varda ken...@google.com wrote: On Sun, Feb 14, 2010 at 4:36 AM, Jaroslaw Odzga jarek.od...@gmail.comwrote: I'll have to disagree :-) Serialization is not a way of mutating objects and Externalizable is thought to be just an efficient Serialization.

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

2010-02-17 Thread protobuf
Comment #8 on issue 83 by halostatue: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Visual Studio cannot disable warnings for third-party headers. I'm not sure that disabling these warnings in stubs/common.h is

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

2010-02-17 Thread protobuf
Comment #9 on issue 83 by halostatue: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Visual Studio cannot disable warnings for third-party headers. I'm not sure that disabling these warnings in stubs/common.h is

[protobuf] Third-Party Add-ons - Update Request - for Protocol Buffer Editor

2010-02-17 Thread Bruce
Third-Party Add-ons - Update Request - for Proto Buffer Editor Could you please add my project http://code.google.com/p/protobufeditor/ to the Third-Party Add-ons (Other Utilities). This utility let you view, edit, compare Protocol Buffer messages stored in Files (either Single messages or

RE: [protobuf] Java Protocol Buffers classes serialization

2010-02-17 Thread David Dabbs
  Obviously, if you want you can use it to mutate the object, but if you like you can mutate even perfectly final and immutable objects in Java (using some trickery). I'm pretty sure that's not true.  Effective Java, for example, suggests using immutable classes as a security measure, which

Re: [protobuf] Third-Party Add-ons - Update Request - for Protocol Buffer Editor

2010-02-17 Thread Jason Hsueh
Updated the wiki page. Thanks for writing the tool! On Wed, Feb 17, 2010 at 1:40 AM, Bruce bm_...@yahoo.com.au wrote: Third-Party Add-ons - Update Request - for Proto Buffer Editor Could you please add my project http://code.google.com/p/protobufeditor/ to the Third-Party Add-ons (Other

[protobuf] Re: Issue 165 in protobuf: can not link for mips architecture

2010-02-17 Thread protobuf
Comment #5 on issue 165 by ph.hu...@gmx.com: can not link for mips architecture http://code.google.com/p/protobuf/issues/detail?id=165 Hi, if you can provide me with any hint to solve or avoid the problem by modifying your source, I'd be very happy to try it. After two days trying to