-
Notifications
You must be signed in to change notification settings - Fork 57
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 protobuf3? #55
Comments
Yes of course. There was at least one discussion mentioning this here: #46 (comment) Right now, ver 2 seems sufficient for most cases that I have encountered. I shall probably attempt it when I do any changes to the package next. Please feel free to send in a PR if you need it in the meantime. |
One place where protobuf3 would be useful is for supporting Tensorflow. |
I had attempted this some time ago. Should be able to push an update this week. |
FWIW, I'm working further on it, but there's basic support for protobuf3 now in this branch: https://github.com/tanmaykm/ProtoBuf.jl/tree/proto3. |
Oh great, thank you so much.
|
Protobuf3 support should now be available in master via #70. |
As far as I understand, protobuf3 is even simpler to implement, particularly given changes in default value semantics. Have you thought about supporting it?
The text was updated successfully, but these errors were encountered: