-
Notifications
You must be signed in to change notification settings - Fork 1.6k
updated, now generated code won't compile and fields marked with xxx_ ? #615
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
Comments
What is the compilation error? The newly generated |
Thanks for the fast response! Build errors:
Did some further investigation and it was caused by vendored old version not matching the new version. So no issue anymore, can close, thanks. So what are the |
Ah, I think this can be fixed with simply doing It seems that you're running a newer version of |
They are for the internal implementation of |
awesome, thanks! |
Thanks @dsnet It solved the problem |
Not sure what happened, went to add a field to our messages (
IsFanout
), rango get -u github.com/golang/protobuf/protoc-gen-g
ranprotoc -I=. --go_out=. ./messages.proto
and the resulting file won't compile and also has a lot of fields markedxxx_
. I've attached a zip with the old files and the new ones for comparison. Should I be using a different version?protobuff.zip
The text was updated successfully, but these errors were encountered: