nim-nim

Results 28 issues of nim-nim

cb568a3e5cc06256f91a2da5a87455f717eb33f4 does not pass unit tests with Go 1.10. At least: ``` Testing: "/builddir/build/BUILD/go-cb568a3e5cc06256f91a2da5a87455f717eb33f4/_build/src/github.com/siddontang/go/filelock" + GOPATH=/builddir/build/BUILD/go-cb568a3e5cc06256f91a2da5a87455f717eb33f4/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro '\''' # github.com/siddontang/go/filelock ./file_lock_test.go:43:...

abd1f791f5ee99465ee7cffe771436379d6cee5a does not pass unit tests with Go 1.10. At least: ``` + GOPATH=/builddir/build/BUILD/go-gg-abd1f791f5ee99465ee7cffe771436379d6cee5a/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro '\''' # github.com/aclements/go-gg/gg ./scale.go:714: Sprintf format...

The pseudoversion parsing code is in [cmd/go/internal/modfetch](https://godoc.org/cmd/go/internal/modfetch) as documented in https://github.com/golang/go/issues/31077

Please include a copy of /src/cmd/go/internal/modfetch, the only thing that specifies what a module list file is and how it should be generated is rewriteVersionList

This project really helps trying to do things with go modules but it is incomplete as it stands. It is missing src/cmd/go/internal/modcmd that defines the official structure of a go...

cockroachdb/cmux is a strange mix of dubious changes and fixes Would you mind looking at it and merging back what's worthwhile? I'd love to forget cockroachdb/cmux ever existed

golang-github-jtolds-gls-devel.noarch 0-0.10.git9a4a02d.fc27 golang-github-smartystreets-assertions-devel.noarch 1.8.0-1.fc28.llt golang-golangorg-net-devel.noarch 0-0.40.git1c05540.fc28.llt golang-golangorg-text-devel.noarch 0-0.21.git3bd178b.fc28 Exécution_de(%check) : /bin/sh -e /var/tmp/rpm-tmp.5OAobM umask 022 cd /builddir/build/BUILD cd goconvey-1.6.3 ++ pwd GO_BUILD_PATH=/builddir/build/BUILD/goconvey-1.6.3/_build ++ dirname /builddir/build/BUILD/goconvey-1.6.3/_build/src/github.com/smartystreets/goconvey install -m 0755 -vd /builddir/build/BUILD/goconvey-1.6.3/_build/src/github.com/smartystreets...

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...

Hi, I don't know if it's a RFE or if the functionality already exists in goda, without good documentation Dependency cycles are the curse of software integration. When A depends...