-
Notifications
You must be signed in to change notification settings - Fork 8
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
Provide full support for proto3 #32
Comments
There's a Update: Added. |
The more I read about proto3, the less I like it :-( The changes were pretty drastic, from the perspective of schema-based data applications (or RPC services). I may end up back-burnering this task. I'd accept a PR for a good solution that didn't effect the usability of proto2 ... |
I guess I should claify that last comment:
On a side note, I did come across Cap'n Protocol (by the author of Protocol Buffers v2), and that looks really nice; too bad Google won't adopt it :-( |
This is a great expansion of the flatland impl. The interface is simple as expected. Thanks for the work on this! I'm experiencing something that may be attributable to this issue/epic - when I deserialize proto3 schemas that have enums with 0 vals, the enum seems to just drop out of the message. Is this expected until proto3 is fully supported? Thanks again for the library! |
Hi, is there any update? |
Sadly, no :-( I don't suspect I'll have the time to work on It's an interesting problem to tackle; wish I had more availability for it. |
Thanks. Would it be possible to maybe lay out some info you gained while investigating this? |
Tasks:
The text was updated successfully, but these errors were encountered: