Robert-André Mauchin
Robert-André Mauchin
NewPlayer has been deleted in github.com/hajimehoshi/oto 0.6.0 and after. Signed-off-by: Robert-André Mauchin
Fix #80 Signed-off-by: Robert-André Mauchin
I don't know if some rounding changed but I'm experiencing issues with Golang 1.13: ``` Testing in: /builddir/build/BUILD/statik-0.1.6/_build/src PATH: /builddir/build/BUILD/statik-0.1.6/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/statik-0.1.6/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler...
Since 1.0.16 (tested git tip too), the tests are failing randomly with: ``` --- FAIL: TestMatchMock (0.00s) st.go:41: matcher_test.go:154: should be == have: (*gock.Mocker) &{disabled:true mutex:{state:0 sema:0} matcher:0xc0000aa120 request:0xc0004124e0 response:0xc0004be6e0}...
Golang 1.12.6 on i686 and armv7: ``` Testing in: /builddir/build/BUILD/xorm-0.7.1/_build/src PATH: /builddir/build/BUILD/xorm-0.7.1/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/xorm-0.7.1/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags "-X github.com/go-xorm/xorm/version=0.7.1 -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now...
Env: Fedora Rawhide, Go 1.18rc1 on x86_64, i686 I'm running the tests during build and encountering the following segfault: ``` gonum.org/v1/gonum/graph unexpected fault address 0x7040104 fatal error: fault [signal SIGSEGV:...
Golang 1.12.6 on aarch64, ppc64le, s390x: ``` Testing in: /builddir/build/BUILD/gg-72436a171bf31757dc87fb8fa9f7485307350307/_build/src PATH: /builddir/build/BUILD/gg-72436a171bf31757dc87fb8fa9f7485307350307/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/gg-72436a171bf31757dc87fb8fa9f7485307350307/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags "-X github.com/fogleman/gg/version.commit=72436a171bf31757dc87fb8fa9f7485307350307 -X github.com/fogleman/gg/version=1.3.0 -extldflags '-Wl,-z,relro...
Do you intend to keep maintaining it? My intent was to continue the packaging for Fedora but if upstream is dead, it's moot.
``` Testing: github.com/shopspring/decimal Testing: "/builddir/build/BUILD/decimal-1.1.0/_build/src/github.com/shopspring/decimal" + GOPATH=/builddir/build/BUILD/decimal-1.1.0/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' --- FAIL: TestFloat64 (0.00s) decimal_test.go:297: 0.00000000000000000100000000000000000000000000000000012341234 should be represented inexactly...
Go 1.15 beta 1 on Fedora Rawhide, during go testing: ``` github.com/coreos/go-systemd/internal/dlopen # github.com/coreos/go-systemd/internal/dlopen [github.com/coreos/go-systemd/internal/dlopen.test] ./dlopen_test.go:54:15: undefined: strlen FAIL github.com/coreos/go-systemd/internal/dlopen [build failed] ```