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/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-25 22:31 x_tools-go1...

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-25 22:31 x_tools-go1.22-...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "internal/coverage/cfile" && test == "TestCoverageApis/emitToFailingWriter" <details><summary>2024-10-25 21:42 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/go/ssa/interp" && test == "TestIssue69298" <details><summary>2024-10-25 17:52 x_tools-gotip-js-was...

View on GitHub

gopherbot opened an issue on golang/go
internal/coverage/cfile: TestCoverageApis/emitToFailingWriter failures
``` #!watchflakes default <- pkg == "internal/coverage/cfile" && test == "TestCoverageApis/emitToFailingWriter" ``` Issue created automatically to collect these failures. Example ([log](https://c...
gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/go/ssa/interp" && test == "TestTestdataFiles/rangevarlifetime_go122.go" <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 == "golang.org/x/tools/go/ssa/interp" && test == "TestGorootTest/stringrange.go" <details><summary>2024-10-25 17:52 x_too...

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-25 17:52 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-25 17:52 x_tools-gotip-l...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes post <- pkg == "runtime" && test == "TestPingPongHog" <details><summary>2024-10-23 22:07 go1.23-darwin-amd64-longtest release-branch.go1...

View on GitHub

gopherbot reopened an issue on golang/go
x/tools/gopls/internal/test/integration/codelens: TestUpgradeCodelens_Workspace failures
``` #!watchflakes default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/codelens" && test ~ `TestUpgradeCodelens_Workspace` ``` Issue created automatically to collect these fa...
johnb8 created a comment on an issue on golang/go
I was able to try a build with https://go.dev/cl/600296 and it did resolve the issue. Thanks for investigating this @prattmic!

View on GitHub

adonovan created a comment on an issue on golang/go
Unfortunately that won't be so simple because the x/tools repo has change a lot recently under the assumption that go1.22 is the minimum version. It might be easier to prepare a branch of x/teleme...

View on GitHub

adonovan created a comment on an issue on golang/go
Yep, that works. Thanks.

View on GitHub

adonovan created a comment on an issue on golang/go
Dup of [70051](https://github.com/golang/go/issues/70051)

View on GitHub

adonovan created a comment on an issue on golang/go
The issue here is that the formatting done to turn the code into an example changes its behavior: when run as a test, the stack includes these functions: ``` runtime.Callers runtime_test.Example...

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/go/ssa/interp" && test == "TestIssue69298" <details><summary>2024-10-25 17:52 x_tools-gotip-js-was...

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/go/ssa/interp" && test == "TestGorootTest/stringrange.go" <details><summary>2024-10-25 17:52 x_too...

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/go/ssa/interp" && test == "TestTestdataFiles/rangevarlifetime_go122.go" <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 == "golang.org/x/tools/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-25 17:52 x_tools-go1...

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-25 17:52 x_tools-go1.23-...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "time" && test == "TestLoadFixed" <details><summary>2024-10-25 17:13 gotip-openbsd-ppc64 go@22664f33 time.TestLoadFixe...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "cmd/go" && test == "TestScript/mod_invalid_version" <details><summary>2024-10-25 19:05 gotip-linux-amd64-longtest-rac...

View on GitHub

gopherbot closed an issue on golang/go
internal/fuzz: odr-violation error
### Go version go1.22.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/.config/go/e...
gopherbot pushed 1 commit to master golang/go
  • cmd/link: for asan align coverage counter section to 8 bytes Fixes #66966 Change-Id: I92777a7d7d8afaa82ffcd605aa3e6... 6dc99aa

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [Package runtime \> type Frames ¶ 1.7 ](https://go.dev/pkg/runtime/?m=old#Frames) <!-- score=0.83977 --> - [runtime: Frames.Next is confusi...

View on GitHub

jimmyfrasche opened an issue on golang/go
runtime: Frames example does not produce documented output
### Go version go version go1.23.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell Ran on the playground and locally ``` ### What did you do? Run the example at https://...
Re2906 created a comment on an issue on golang/go
> ### Go version > > go version go1.23.2 darwin/arm64 > > ### Output of `go env` in your module/workspace: > > ```shell > GO111MODULE='' > GOARCH='arm64' > GOBIN='' > GOCACHE='/user/Library/Cach...

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622378 mentions this issue: `test: add a test for wasm memory usage`

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • net/http/pprof: replace sort.Slice with slices.SortFunc Change-Id: Ie416ed0d7abcb64e63d999b8cee5975a0fc13875 Reviewe... 46b576b

View on GitHub

Load more