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

Make generate_test_main.go work with future versions #355

Merged
merged 1 commit into from
Apr 4, 2017

Conversation

jayconrod
Copy link
Contributor

Follow-up for #352

for i, s := range strParts {
v, err := strconv.Atoi(s)
if err != nil {
panic(err)
Copy link
Member

Choose a reason for hiding this comment

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

prefer log.Fatalf with the error

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@jayconrod jayconrod merged commit 3e16d3e into bazelbuild:master Apr 4, 2017
@jayconrod jayconrod deleted the fix-generate-test-main-19 branch April 4, 2017 18:07
@pmbethe09
Copy link
Member

LGTM

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