go-flowrate icon indicating copy to clipboard operation
go-flowrate copied to clipboard

io_test.go:126: w.Write(b[20:]) returned ahead of time

Open nim-nim opened this issue 7 years ago • 2 comments

With Go 1.9.2

  • go test -compiler gc -ldflags '-X github.com/mxk/go-flowrate/version.GitSHA=cca7078d478f8520f85629ad7c68962d31ed7682 -extldflags '''-Wl,-z,relro '''' --- FAIL: TestWriter (0.38s) io_test.go:126: w.Write(b[20:]) returned ahead of time (382.895154ms) FAIL exit status 1 FAIL github.com/mxk/go-flowrate/flowrate 0.860s

nim-nim avatar Jan 17 '18 16:01 nim-nim

Fixed: https://github.com/tendermint/tmlibs/pull/165/files

jaekwon avatar Mar 14 '18 12:03 jaekwon

Thank you for caring!

nim-nim avatar Mar 14 '18 13:03 nim-nim