msoucy / dproto

D Protocol Buffer mixins to create structures at compile time
Boost Software License 1.0
37 stars 16 forks source link

Add deserialization for packed structures #85

Closed msoucy closed 8 years ago

msoucy commented 8 years ago

Fixes #77

Not ready to merge yet, still needs to look at the actual wire type instead of looking for isPacked.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.4%) to 76.051% when pulling e6800f95f27e184166272c9b094ddafb586342ae on issue-77 into e1decc8d8b111895a473ed7f3e5b61de15a29e1a on master.

WebDrake commented 8 years ago

Any chance of a point release with this fix included?

msoucy commented 8 years ago

It's not quite correct (see #89) but v2.0.2 has it

WebDrake commented 8 years ago

Cool, thanks. I might just wait for v2.0.3 though, since AFAICS you fixed #89 in a more recent patch?