You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
/usr/local/go/pkg/tool/darwin_amd64/link: cannot create /var/folders/g2/xmqjypqx3wn6h3nvq4yw9vr00000gp/T/gb539820733/main/_test/main: open /var/folders/g2/xmqjypqx3wn6h3nvq4yw9vr00000gp/T/gb539820733/main/_test/main: is a directory
The text was updated successfully, but these errors were encountered:
/usr/local/go/pkg/tool/darwin_amd64/link: cannot create /var/folders/g2/xmqjypqx3wn6h3nvq4yw9vr00000gp/T/gb539820733/main/_test/main: open /var/folders/g2/xmqjypqx3wn6h3nvq4yw9vr00000gp/T/gb539820733/main/_test/main: is a directory
—
Reply to this email directly or view it on GitHub #375.
Fixes#375
The test for Package.isMain had a loophole where a main package,
being built as a test would be linked.
- [ ] Add unit test for Package.isMain
Fixes#375
The test for Package.isMain had a loophole where a main package,
being built as a test would be linked.
- [ ] Add unit test for Package.isMain
If i have some directory tree like this:
running command
gb test all
throwing:The text was updated successfully, but these errors were encountered: