[protobuf] Issue 484 in protobuf: overrides final method getUnknownFields

2013-03-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 484 by hepin1989: overrides final method getUnknownFields http://code.google.com/p/protobuf/issues/detail?id=484 when i call this RelayMsg.getDefaultInstance() ,comes from message RelayMsg{ optional

[protobuf] Re: ProtoBuf.js - protobuf for JavaScript

2013-03-18 Thread Daniel Wirtz
If you have a project that should be listed here, please send a message to the discussion group I'd be happy if you'd add ProtoBuf.js to http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns#Programming_Languages -- You received this message because you are subscribed to the Google Groups

[protobuf] Issue 485 in protobuf: ByteString should be Serializable

2013-03-18 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 485 by fiz...@gmail.com: ByteString should be Serializable http://code.google.com/p/protobuf/issues/detail?id=485 I'm aware that java serialization isn't perfect, and that it has many problems. That being said, there are

Re: [protobuf] Re: ProtoBuf.js - protobuf for JavaScript

2013-03-18 Thread Feng Xiao
On Mon, Mar 18, 2013 at 4:45 AM, Daniel Wirtz dc...@dcode.io wrote: If you have a project that should be listed here, please send a message to the discussion group I'd be happy if you'd add ProtoBuf.js to http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns#Programming_Languages Done.

[protobuf] Re: Issue 483 in protobuf: Unportable test(1) construct in configure script

2013-03-18 Thread protobuf
Updates: Status: OutOfScope Owner: xiaof...@google.com Comment #1 on issue 483 by xiaof...@google.com: Unportable test(1) construct in configure script http://code.google.com/p/protobuf/issues/detail?id=483 Please create an issue on https://code.google.com/p/googletest/

[protobuf] Re: Issue 485 in protobuf: ByteString should be Serializable

2013-03-18 Thread protobuf
Updates: Status: Accepted Owner: xiaof...@google.com Labels: -Type-Defect Type-Patch Comment #1 on issue 485 by xiaof...@google.com: ByteString should be Serializable http://code.google.com/p/protobuf/issues/detail?id=485 (No comment was entered for this change.) --

[protobuf] Issue 486 in protobuf: Inconsistent parsed data from Python between Windows and Linux

2013-03-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 486 by mathieu@gmail.com: Inconsistent parsed data from Python between Windows and Linux http://code.google.com/p/protobuf/issues/detail?id=486 What steps will reproduce the problem? 1. Create a simple

[protobuf] Re: Issue 484 in protobuf: overrides final method getUnknownFields

2013-03-18 Thread protobuf
Updates: Owner: xiaof...@google.com Comment #1 on issue 484 by xiaof...@google.com: overrides final method getUnknownFields http://code.google.com/p/protobuf/issues/detail?id=484 Please clarify: In which class is the final method defined, and which class overrides it? Please attach

[protobuf] Newbie question: How to interface to Berkley sockets?

2013-03-18 Thread davidandbella
Hi I am new to Google Protocol Buffers but am interested in using this technology to communicate between an embedded processor and a Linux workstation across Ethernet. Where can I find an example of how to interface the code generated by Google Protocol Buffers to my platform's Berkley