Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

gb version 0.3.3

Compare
Choose a tag to compare
@davecheney davecheney released this 02 Dec 08:18
· 240 commits to master since this release

The 0.3 series focuses on gb test

Changes

  • gb should no longer leave temporary work directories in /tmp, and we have tests to prove it.
  • gb build should now build packages with .syso files. Thanks @nbjahan
  • gb info now reports the $GOROOT of the Go version that built gb. This is mainly useful for debugging gb installation problems. Fixes #393
  • gb help info now works. Fixes #394
  • Passing -v to gb test now enables -test.v and will print the output from the test binary. Fixes #438

Bug fixes

  • gb test now accepts the -tags flag. Fixes #423
  • Numerous issues incorrectly quoting file paths under Windows have been fixed.