Re: Protobuf's Missing Features

2008-11-15 Thread Greg Copeland
On Nov 15, 7:57 am, Greg Copeland [EMAIL PROTECTED] wrote: The interface really needs some tweaking too. From the tutorial:     phone_number-set_number(number); That's overly complicated. That should read as:     tutorial::Person::PhoneNumber* phone_number = person-add_phone ( number );

Version 1.0.0 of Haskell port

2008-11-15 Thread Chris
Hello one and all, Amid much editing, my Haskell version of protocol-buffer is now released at version 1.0.0. This version supports the features of Google's version 2.0.2 including the new extensible options. It can also dump a binary version of the FileDescriptorSet like protoc, but this