-
Notifications
You must be signed in to change notification settings - Fork 4
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
zb build
doesn't report about missing dependencies errors
#14
Comments
Hmm... when I tried that I get this:
I thought it might be something in my environment, but it doesn't seem so:
|
This is my output:
I tested it on Fedora 26 and Ubuntu 16.04 |
I've been testing on Mac, it might be a Linux specific issue. What do you get when you run: |
Also nothing. |
Are you sure you |
Yes, my |
How to replicate:
create a new empty environment (GOPATH), eg:
clone repository (without using
go get
) with some dependencies, eg:run
zb build
there.It will return quietly without reporting error about missing dependencies. If you run
go build
(eg inside thelog15/example
package) it will return with errors.The text was updated successfully, but these errors were encountered: