Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

golang/go

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/cmd/stringer" && test ~ `TestEndToEnd` <details><summary>2024-10-23 20:06 x_tools-gotip-solaris-am...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes post <- pkg == "net/http" && test == "TestRequestWriteTransport" && `unexpected Transfer-Encoding in request` <details><summary>2024-10...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGoldenMarshal/Armv8.0" <details><summary>2024-10-24 08:58 gotip-netbsd-arm64 go@651e83...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0" <details><summary>2024-10-24 08:58 gotip-netbsd-arm64 go@651e839...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGolden/Armv8.0" <details><summary>2024-10-24 08:58 gotip-netbsd-arm64 go@651e839d cryp...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/cgo/internal/testerrors" && test == "TestReportsTypeErrors" <details><summary>2024-10-24 12:32 gotip-solaris-amd6...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-23 20:06 x_tools-got...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/cgo/internal/test" && test == "" <details><summary>2024-10-24 12:32 gotip-solaris-amd64 go@77c53c16 cmd/cgo/inter...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-23 20:06 x_tools-gotip-n...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/cmd/stringer" && test ~ `TestEndToEnd` <details><summary>2024-10-23 20:06 x_tools-gotip-solaris-am...

View on GitHub

FiloSottile created a comment on an issue on golang/go
Done in https://github.com/golang/go/issues/53021

View on GitHub

thedoublejay starred golang/go
gopherbot created a comment on a pull request on golang/go
Message from Go LUCI: Patch Set 6: LUCI-TryBot-Result+1 --- Please don’t reply on this GitHub thread. Visit [golang.org/cl/620855](https://go-review.googlesource.com/c/go/+/620855#message-604136f...

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [strings: optimize ToLower](https://go-review.googlesource.com/c/go/+/76470#related-content) <!-- score=0.82182 --> <sub>(Emoji vote if this was helpful or...

View on GitHub

bboreham opened an issue on golang/go
Benchmark goes faster if I add a panic.
### Go version go version go1.23.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/....
lyxgy starred golang/go
gopherbot pushed 1 commit to master golang/go
  • cmd/internal/obj,cmd/asm: add vector registers to riscv64 assembler This adds V0 through V31 as vector registers, wh... 4646556

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • cmd/internal/obj/riscv: add vector instruction encodings Regenerate the riscv instruction encoding table with the V ... 77c53c1

View on GitHub

abhinav created a comment on an issue on golang/go
That's true, @seankhliao, except that's not always an option. TB.Setenv and the incoming [TB.Chdir](https://github.com/golang/go/issues/62516) are examples of this. They both rely on being able t...

View on GitHub

Jorropo created a comment on an issue on golang/go
As a workaround you can do: ```go func TestShouldNotBeParallel(t *testing.T) { t.Parallel() // ... changeGlobalState(t) // a mistake, given above t.Parallel() // ... } var...

View on GitHub

Santhoshmani1 starred golang/go
Jorropo closed an issue on golang/go
¿unknown?: spreading a slice of []T where T implements I into []I is reported as a syntax error
### Go version go version go1.22.4 windows/amd64 ### Output of `go env` in your module/workspace: ```shell set GO111MODULE=on set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\Administrator\Ap...
gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0" <details><summary>2024-10-24 09:47 gotip-netbsd-arm64 go@252fbaf...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGoldenMarshal/Armv8.0" <details><summary>2024-10-24 09:47 gotip-netbsd-arm64 go@252fba...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGolden/Armv8.0" <details><summary>2024-10-24 09:47 gotip-netbsd-arm64 go@252fbaf3 cryp...

View on GitHub

WantTrueNerds created a comment on an issue on golang/go
I think the crypto/tls library already provides support for everything needed to perform channel binding. - "tls-unique" appears to be supported here: https://github.com/golang/go/blob/252fba...

View on GitHub

shashank-priyadarshi created a comment on an issue on golang/go
@findleyr I would like to take this up. However, having not contributed to the Go language before, I would require a bit of guidance on the objective.

View on GitHub

shashank-priyadarshi created a comment on an issue on golang/go
@prattmic can I please take this up?

View on GitHub

gopherbot created a comment on a pull request on golang/go
Message from Mauri de Souza Meneguzzo: Patch Set 6: (1 comment) --- Please don’t reply on this GitHub thread. Visit [golang.org/cl/620855](https://go-review.googlesource.com/c/go/+/620855#messag...

View on GitHub

gopherbot created a comment on a pull request on golang/go
Message from Go LUCI: Patch Set 6: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-10-24T11:43:41Z","revision":"69820e66ef4c7f4798b1791ab0d4f400e0a723a1"} --- ...

View on GitHub

Load more