Paul Colomiets
unread,Aug 29, 2013, 4:40:59 PM8/29/13Sign 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 msgpa...@googlegroups.com
Hi,
I noticed that new opcodes have been recently added in msgpack.
The ones for binary data type: 0xc4-0xc6, and the ones for ext data type.
It seems not all bindings are updated. My personal interest is python
bindings. Should I make a pull request? If I should (in case spec is
not experimental, and nobody is working on that already), I want to
know:
1. What upgrade path is recommended? I.e. I think there are users who
store binary data in old "raw" type. Should there be a flag in
unpacker to unpack the old way?
2. How to handle ext data type? Should it work only on subclasses of
unpacker? Also how should hooks look like? (or how they look like in
other language bindings)
BTW, I'm very optimistic about the changes, especially about
separation of string and binary types.
Thanks
--
Paul