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

Regenerate .pb.go code using the new Go protobuf package. #646

Closed
wants to merge 1 commit into from

Conversation

ivucica
Copy link
Collaborator

@ivucica ivucica commented May 9, 2018

There have been incompatible changes in the underlying package, breaking at
least the OpenAPIv2 generator.

See https://groups.google.com/forum/#!topic/golang-nuts/F5xFHTfwRnY.

I did not run the tests locally, as I don't have a functioning setup of swagger codegen. I'll instead wait for the CI to complete, fix any problems and only spend time on setting it up locally if needed.

I regenerated the .pb.go files by just running make test.

@ivucica
Copy link
Collaborator Author

ivucica commented May 9, 2018

Any thoughts on why only the build configuration Go 1.10.x without request_context plugin flag would be failing here? @achew22

EDIT: I've hit retry, let's see if it goes through.

@achew22
Copy link
Collaborator

achew22 commented May 20, 2018

@ivucica I think I've fixed the underlying problem, but there might be more that you've noticed. Can you try at HEAD?

@ivucica ivucica force-pushed the ivucica-regenerate-pb branch from c6bb817 to 4b86305 Compare May 21, 2018 09:53
@ivucica
Copy link
Collaborator Author

ivucica commented May 21, 2018

I've rebased on HEAD, let's see if the tests go through now!

There have been incompatible changes in the underlying package, breaking at
least the OpenAPIv2 generator.

See https://groups.google.com/forum/#!topic/golang-nuts/F5xFHTfwRnY.

This commit is obsoleted by #656
@ivucica ivucica force-pushed the ivucica-regenerate-pb branch from 4b86305 to c4ae565 Compare May 21, 2018 09:59
@ivucica
Copy link
Collaborator Author

ivucica commented May 21, 2018

I just saw #656. Thanks, let's close this PR.

@ivucica ivucica closed this May 21, 2018
@ivucica ivucica deleted the ivucica-regenerate-pb branch May 25, 2018 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants