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

Build sometimes breaks with a stringer complaint #46

Open
jsccast opened this issue Sep 25, 2019 · 1 comment
Open

Build sometimes breaks with a stringer complaint #46

jsccast opened this issue Sep 25, 2019 · 1 comment

Comments

@jsccast
Copy link
Member

jsccast commented Sep 25, 2019

(which stringer > /dev/null) || go get golang.org/x/tools/cmd/stringer
(which jsonenums > /dev/null) || go get github.com/campoy/jsonenums
cd core && go generate && go test
stringer: no values defined for type StopReason
step.go:69: running "stringer": exit status 1
Makefile:10: recipe for target 'test' failed
make: *** [test] Error 1
@jsccast
Copy link
Member Author

jsccast commented Sep 25, 2019

Still undiagnosed, but doing

go get ./... && make prereqs && make

makes things work.

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

1 participant