Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for packed repeated fields #28

Open
GoogleCodeExporter opened this issue Jul 7, 2015 · 0 comments
Open

Support for packed repeated fields #28

GoogleCodeExporter opened this issue Jul 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

It would be useful to be able to atleast decode packed repeated fields.

repeated int32 field = 1 [packed = true];

To be compatible with protobuf-2.4, decoders should understand packed repeated 
fields on input. This should be recognized based on wire type, regardless 
whether packed = true is defined in .proto or not.

(This problem is not so important to me personally, I just ran into it when 
benchmarking nanopb vs. protobuf-embedded-c and thought I would report it.)

Original issue reported on code.google.com by Petteri.Aimonen on 3 Feb 2013 at 4:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant