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 default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-23 17:21 x_tools-gotip-n...

View on GitHub

tomistripping starred golang/go
yobwen opened an issue on golang/go
import/path: issue title
### 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 pushed 1 commit to master golang/go
  • cmd/compile: fold MOV*nop and MOV*const on loong64 Change-Id: I4bb1082518fc08fc0a1cb66970746d5b4f13c934 Reviewed-on:... 252fbaf

View on GitHub

weimx2023 starred golang/go
sutext starred golang/go
qmuntal created a comment on an issue on golang/go
> It sounds to me that if we do this, some programs' behavior would change. Would it only change from fail to not fail, or it can change in other ways? I was a bit optimistic when writing this i...

View on GitHub

Mawtheo starred golang/go
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622096 mentions this issue: `crypto/internal/cryptotest: skip hardware support check on non-Linux builders`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622096 mentions this issue: `crypto/internal/cryptotest: skip hardware support check on non-Linux builders`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622096 mentions this issue: `crypto/internal/cryptotest: skip hardware support check on non-Linux builders`

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-23 15:21 gotip-netbsd-arm64 go@cb69354...

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-23 15:21 gotip-netbsd-arm64 go@cb69354d cryp...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "crypto/sha512" && test == "TestAllocations" <details><summary>2024-10-24 08:23 gotip-linux-amd64-noopt go@0f58a7be cr...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/internal/testdir" && test == "Test/codegen/shift.go" <details><summary>2024-10-24 08:23 gotip-linux-ppc64_power10...

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 == "TestAllocations" <details><summary>2024-10-24 08:23 gotip-linux-amd64-noopt go@0f58a7be cr...

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/testfortran" && test == "TestFortran" <details><summary>2024-10-24 08:23 gotip-solaris-amd64 go@0f58...

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 08:23 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 == "cmd/cgo/internal/test" && test == "" <details><summary>2024-10-24 08:23 gotip-solaris-amd64 go@0f58a7be 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 == "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 == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-23 20:06 x_tools-gotip-l...

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

egonk created a comment on an issue on golang/go
Just to add a datapoint, right now Windows Defender with default settings is interfering with Go builds and reporting this as a trojan: `C:\Users\egon\AppData\Local\Temp\go-link-1297298664\a.out` ...

View on GitHub

gopherbot closed an issue on golang/go
crypto/sha512: TestAllocations failures [consistent failure]
``` #!watchflakes default <- pkg == "crypto/sha512" && test == "TestAllocations" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/87332742838886...
gopherbot closed an issue on golang/go
crypto/sha256: TestAllocations failures [consistent failure]
``` #!watchflakes default <- pkg == "crypto/sha256" && test == "TestAllocations" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/87332742460282...
gopherbot pushed 1 commit to master golang/go
  • crypto/sha256,crypto/sha512: skip TestAllocations without optimizations Fixes #70004 Fixes #70005 Cq-Include-Trybot... 651e839

View on GitHub

sedyh created a comment on an issue on golang/go
Well, that was happening because there was two servers on my machine and git was looking on 22 which is tty, and not gitlab ssh server ._. So I need to specify the port manually: ``` cat ~/.gi...

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • cmd/compile: inline constant sized memclrNoHeapPointers calls on loong64 Tested that on loong64, the optimization ef... 91d07ac

View on GitHub

kourosh-alasti starred golang/go
Load more