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

books.pb.go needs to be regenerated #6

Closed
MakMukhi opened this issue Feb 1, 2017 · 3 comments
Closed

books.pb.go needs to be regenerated #6

MakMukhi opened this issue Feb 1, 2017 · 3 comments

Comments

@MakMukhi
Copy link

MakMukhi commented Feb 1, 2017

Hey,

We recently updated the grpc code and the protoc generator thereby rendering grpc.SupportPackageIsVersion3 obsolete. This will cause compile-time problems. Regenerating books.pb.go should work.
Under books dir run: protoc -I . books.proto --go_out=plugins=grpc:.

Thanks

@jab
Copy link

jab commented Feb 2, 2017

Thanks for opening this @MakMukhi!

Once the maintainers fix it this time, is there some way they can make sure it doesn't happen in the future, assuming that's possible? (e.g. Could a future update to grpc ever cause a change like const _ = grpc.SupportPackageIsVersion5 which would result in this breaking again?)

@MakMukhi
Copy link
Author

MakMukhi commented Feb 2, 2017 via email

@markmandel
Copy link
Collaborator

This seems to be fine now. Please re-open if it becomes an issue again.

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

3 participants