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

gb version 0.3.4

Compare
Choose a tag to compare
@davecheney davecheney released this 09 Dec 23:26
· 230 commits to master since this release

The 0.3 series focuses on gb test

Changes

  • gb has a new command, env, which is an alias for info. Thanks @gosuri

  • gb env $VAR, now prints the name of the variable without additional adornment. Fixes #476. Thanks @gosuri

    % gb env GB_PROJECT_DIR
    /home/dfc/devel/demo6
    

Bug fixes

  • A bug in gb test where arguments, -foo=bar were mangled when being passed to the test binary has been fixed. Fixes #349
  • A bug where -v if present at the end of a gb test list of arguments would be parsed as a package name, not a flag, has been fixed. Fixes #473