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

Feature request: Packed Repeated Fields #19

Open
dn opened this issue Jan 26, 2012 · 1 comment
Open

Feature request: Packed Repeated Fields #19

dn opened this issue Jan 26, 2012 · 1 comment

Comments

@dn
Copy link

dn commented Jan 26, 2012

Do you think it would be hard to implement Packed Repeated Fields?

@codekitchen
Copy link
Contributor

I think you'd basically need to add the [packed=true] understanding to the code generator, and then plumb that through to the parser and emitter, and have them tweak their behavior when that flag is set. So it'd touch quite a few different files, but overall it shouldn't be too difficult. I'd happily accept such a patch, if it has sufficient tests.

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

No branches or pull requests

2 participants