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

run 'go generate ./...' #31

Merged
merged 1 commit into from
Apr 24, 2019
Merged

run 'go generate ./...' #31

merged 1 commit into from
Apr 24, 2019

Conversation

jhump
Copy link
Contributor

@jhump jhump commented Apr 18, 2019

A recent PR changed the JavaScript for the web form (#29), but failed to reincorporate it into Go code (by running go generate). So building grpcui did not build a binary that actually included the fix.

Fixes #30

Copy link
Member

@dragonsinth dragonsinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird, I thought that was supposed to break the build...

@jhump
Copy link
Contributor Author

jhump commented Apr 24, 2019

weird, I thought that was supposed to break the build...

It does in CircleCI in our main repo. But I never added similar checks to these open-source repos. I guess I should...

@jhump jhump merged commit 71d8e8f into master Apr 24, 2019
@jhump jhump deleted the jh/rerun-go-generate branch April 24, 2019 02:01
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

Successfully merging this pull request may close these issues.

Can't use negative values on int64
3 participants