Dave Bailey
unread,Jan 14, 2009, 3:41:11 PM1/14/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers for Perl/XS
Hi,
I released protobuf-perlxs 0.5, which deprecates version 0.4 and fixes
various code generation bugs.
Seth Daniel noticed the problem and provided a patch to fix some of
the bugs (Thanks Seth!). I created an example (examples/types) that
uses all of the protobuf data types, and discovered that there were
other bugs in the generated code, which should hopefully now be fixed.
Work that I had previously scheduled for 0.5 will now go into version
0.6:
* ZeroCopyStream (performance enhancement)
* Multiple top-level message type example
-dave