Ecosyste.ms: Timeline

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

golang/go

prattmic created a comment on an issue on golang/go
> I'll add a skip like #69593 and #69592. The fundamental issue is that I don't know how to express "it's a failure if there isn't at least one builder that can run this test, but it's ok if some b...

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622375 mentions this issue: `[release-branch.go1.23] runtime: uphold goroutine profile invariants in coroswitch`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622375 mentions this issue: `[release-branch.go1.23] runtime: uphold goroutine profile invariants in coroswitch`

View on GitHub

23024T0432060031001 starred golang/go
dino-harris416 forked golang/go

dino-harris416/go

gopherbot pushed 1 commit to master golang/go
  • runtime: uphold goroutine profile invariants in coroswitch Goroutine profiles require checking in with the profiler ... 2a98a18

View on GitHub

gopherbot closed an issue on golang/go
net/http/pprof: coroutines + pprof makes the program panic
### Go version go version devel go1.24-d0631b90a3 Wed Oct 23 04:48:55 2024 +0000 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOAU...
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622038 mentions this issue: `gopls/internal/cache: share type checking with analysis`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/621498 mentions this issue: `unix: add unix.TimeToPtpClockTime on Linux`

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • runtime: fix ASAN poison calculation in mallocgc A previous CL broke the ASAN poisoning calculation in mallocgc by n... fb2a7f8

View on GitHub

yarikk opened an issue on golang/go
proposal: golang.org/x/sys/unix: add methods to covert between time.Time and unix.PtpClockTime on Linux
### Proposal Details Recently we have exposed the syscalls and types related to PTP (IEEE 1588) on Linux in the `unix` package. Amongs those is a struct representing time in PTP calls, `unix.PtpC...
gopherbot closed an issue on golang/go
crypto/sha256: TestGolden/Armv8.0 failures [consistent failure]
``` #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGolden/Armv8.0" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/87332735635...
gopherbot closed an issue on golang/go
crypto/sha256: TestGoldenMarshal/Armv8.0 failures [consistent failure]
``` #!watchflakes default <- pkg == "crypto/sha256" && test == "TestGoldenMarshal/Armv8.0" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/8733...
gopherbot pushed 1 commit to master golang/go
  • crypto/internal/cryptotest: skip hardware support check on non-Linux builders Non-Linux builder hardware is more var... 06cb3fb

View on GitHub

gopherbot closed an issue on golang/go
crypto/sha256: TestHash/SHA-224/Armv8.0 failures
``` #!watchflakes default <- pkg == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/87332...
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622335 mentions this issue: `doc: document new http.Transport limit on 1xx responses`

View on GitHub

qvalentin created a comment on an issue on golang/go
For html templates this project look already pretty good: [djLint](https://github.com/djlint/djLint). For yaml templates (e.g. kubernetes helm) this seem like a open challenge to implement.

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/gcimporter" && test == "TestIssue69912" <details><summary>2024-10-24 15:50 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 == "crypto/sha256" && test == "TestHash/SHA-224/Armv8.0" <details><summary>2024-10-24 12:32 gotip-netbsd-arm64 go@77c53c1...

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 12:32 gotip-netbsd-arm64 go@77c53c...

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-24 15:50 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 == "crypto/sha256" && test == "TestGolden/Armv8.0" <details><summary>2024-10-24 12:32 gotip-netbsd-arm64 go@77c53c16 cryp...

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-24 15:50 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 == "golang.org/x/tools/cmd/stringer" && test ~ `TestEndToEnd` <details><summary>2024-10-24 15:50 x_tools-gotip-solaris-am...

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • net/http: limit 1xx based on size, do not limit when delivered Replace Transport's limit of 5 1xx responses with a l... bf2aa6c

View on GitHub

adonovan created a comment on an issue on golang/go
Are you able to estimate the the false positive rate when these cases are excluded? The file attached above contains the complete list of 1225 findings. Can you sample a couple of dozen?

View on GitHub

randall77 created a comment on an issue on golang/go
@kyakdan

View on GitHub

neild created a comment on an issue on golang/go
> Personally I like the unbubbling idea, perhaps because I'm already a bit skeptical of the idea of bubbling in general. You could do it without increasing the size of chan by keeping a side table ...

View on GitHub

randall77 created a comment on an issue on golang/go
Looks like `fuzz` and `asan` are not playing nicely together. Asan is unhappy with us writing the counter array which tracks coverage. `fuzz` and `race` play nicely together though. Not sure wha...

View on GitHub

cuishuang created a comment on an issue on golang/go
At present, through the analysis of the corpus information provided by Alan and my previous analysis of the go project on GitHub, the following situations occur when calling a method of the standar...

View on GitHub

Load more