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
Hi,
The current head commit doesn't work (for me anyway) as follows:
go get github.com/rillig/gobco
go: downloading github.com/rillig/gobco v0.0.0-20190712181434-65bb23983152
go: downloading github.com/google/uuid v1.1.1
# github.com/rillig/gobco
/main.go:82:16: undefined: os.UserHomeDir
../../../go/pkg/mod/github.com/rillig/gobco@v0.0.0-20190712181434-65bb23983152/main.go:204:24: exitErr.ExitCode undefined (type *exec.ExitError has no field or method ExitCode)
Apologies if this is teaching your grandmother to suck eggs but I would recommend having separate feature branches for experimental changes and keeping only tagged release versions on the master branch. See for example, https://datasift.github.io/gitflow/IntroducingGitFlow.html
Regards,
Bruce.
The text was updated successfully, but these errors were encountered:
Regarding your suggestion of adding feature branches: I won't do this right now because I always think of the master branch as being as stable and useful as possible. Granted, before copying everything to a temporary directory, gobco wasn't even ready to be used reliably, but feature branches wouldn't have changed this.
Feature branches also wouldn't have caught this use of new API. Therefore the argument of adding feature branches is moot in this particular case. It worked properly for me, I had tested it, therefore I considered it stable enough to be published.
Hi,
The current head commit doesn't work (for me anyway) as follows:
Apologies if this is teaching your grandmother to suck eggs but I would recommend having separate feature branches for experimental changes and keeping only tagged release versions on the master branch. See for example, https://datasift.github.io/gitflow/IntroducingGitFlow.html
Regards,
Bruce.
The text was updated successfully, but these errors were encountered: