-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
cmd/.../genutil: verbose codegen by default #1271
Conversation
test/e2e: remove explicit setting of verbosity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fixes #1181
Nit: Update the CHANGELOG as well. It's a minor fix but worth pointing out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after CHANGELOG update
Also can you backport this to the v0.6.x branch. Not sure if this warrants a v0.6.1 release but we should try to make sure we port our bug fixes back to the latest release branch. |
fixes #1181
Description of the change: instead of checking whether
GOFLAGS="-v"
is set, always print codegen errors.Motivation for the change: better user experience.