godo
godo copied to clipboard
golang build tool in the spirt of rake, gulp
On Windows, Godo causes panic. ``` > godo panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x14 pc=0x509f73] goroutine 1 [running]: gopkg.in/godo.v2/glob.isDir(0x11a46600, 0x37, 0x1199c620) C:/Users/(snip)/src/gopkg.in/godo.v2/glob/glob.go:221...
21 open issues, 9 open PRs, no commits in over a year?
I'm using godo for some products on Linux and Windows. Godo works fine on Linux, but on Windows, fails to install due to undefined syscalls. ``` > go get -u...
Hi, With the latest versions of everything (except howeyc-gopass stuck at 2c70fa7 due to go-godo/godo#44 ) cd /builddir/build/BUILD/godo-2.0.9/_build/src/gopkg.in/godo.v2/util /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/gopkg.in/godo.v2/util.a -trimpath $WORK -shared -goversion go1.9.2 -p gopkg.in/godo.v2/util -complete -installsuffix...
Thank you for a wonderful package. I confirmed that the file specified by src exists. You can also start the server. It seems that you can set the target with...
Currently the watcher recursively checks all vendored Golang dependencies. This PR would reduce the number of files needed to be scanned.
as referenced in #50, the -a flag tries to rebuild stdlibs now: https://go-review.googlesource.com/#/c/10761/
In the README the _assets?_ task definition is a bit wrong. ``` p.Task("assets?", nil, func(c *do.Context) { // The "?" tells Godo to run this task ONLY ONCE regardless of...
The upstream project and the godo version both share the problem of concurrent map access: ``` fatal error: concurrent map read and map write goroutine 15 [running]: runtime.throw(0x7a90b5, 0x21) /usr/lib/go/src/runtime/panic.go:596...
Just a minor stylistic change to avoid having the shell prompt displaying on the same line as the last usage string line: ``` $ godo godo 2.0.9 - do task(s)...