[protobuf] Re: protobuf-csharp-port: binary and source release

2010-04-01 Thread Jon Skeet
On Apr 1, 9:37 pm, Kenton Varda wrote: > <3 Mercurial > > (I plan to switch protobufs to it at some point...) In that case, I suggest we try to sync up and move at roughly the same time. I'd be very interested in hearing any dissenting opinions. (I suspect I'm more likely to have github fans who

Re: [protobuf] protobuf-csharp-port: binary and source release

2010-04-01 Thread Kenton Varda
<3 Mercurial (I plan to switch protobufs to it at some point...) On Thu, Apr 1, 2010 at 12:53 PM, Jon Skeet wrote: > Hi all, > > I've recently been asked to put together a release of the protobuf- > csharp-port project. The binaries and source for this version (0.9) > can now be downloaded from

[protobuf] protobuf-csharp-port: binary and source release

2010-04-01 Thread Jon Skeet
Hi all, I've recently been asked to put together a release of the protobuf- csharp-port project. The binaries and source for this version (0.9) can now be downloaded from the download page: http://code.google.com/p/protobuf-csharp-port/downloads/list It's "0.9" because I suspect I'll want to tune

Re: [protobuf] print binary blobs as hex?

2010-04-01 Thread Kenton Varda
The protobuf library does not provide any particular code for converting bytes to hex, but it's pretty easy to do yourself. You should be able to find example code on the internet (it's not a protobuf-specific problem). On Tue, Mar 30, 2010 at 3:48 PM, Rob wrote: > Hi, > > I searched and I did

Re: [protobuf] protobuf_AssignDescriptors_once_ redefined?

2010-04-01 Thread Kenton Varda
There shouldn't be any problem with omitting the package. The declarations in your error message should not be appearing more than once. I can't tell much from the error message. Can you investigate the generated code and see whether it is actually double-declaring these things? If so, please s

Re: [protobuf] Developing a PHP interface

2010-04-01 Thread Kenton Varda
You'd have to check the protocol's documentation to see how it represents time. Protocol Buffers in general do not have any particular "standard" representation. On Wed, Mar 31, 2010 at 5:09 AM, ikalbeniz wrote: > Hi, > > A am developing a PHP simple interface for google protobuffer... i am > t

Re: [protobuf] Re: Opensourcing LzLib Protocol Buffer Code

2010-04-01 Thread Jacob Rief
Hello Ernest, here is the latest version of that lzip-in/output-stream classes. I fixed some issues since the last published version. These two classes, in my humble opinion, are stable now. Any code reviews are welcomed! Kenton, if there is a repository for external utility classes like this one,