Shopify / protoboeuf

Experimenting with a protobuf implementation
MIT License
24 stars 2 forks source link

Fix decoding unordered fields #80

Closed tenderworks closed 3 months ago

tenderworks commented 3 months ago

Just remove the exception when decoding unordered fields. I was pretty sure it already worked, but left a NotImplemented exception because we didn't have a test. We have a test now, so just remove the exception.

Fixes #22