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
Change https://go.dev/cl/622319 mentions this issue: `internal/gcimporter: extend markBlack workaround go1.22`

View on GitHub

zigo101 created a comment on an issue on golang/go
Similar case, which will only not panic when N <= 1 or Go version < 1.22; ```go package main import "container/list" const N = 2 func CreateList() *list.List { for l, k := (list.List...

View on GitHub

adonovan created a comment on an issue on golang/go
Fair point. I remember I once asked you why we bothered with hover on built-ins and you responded that they're really useful. I do think there would be real value in tying each %v formatting ope...

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-25 15:30 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/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-25 12:37 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/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-25 12:37 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 == "time" && test == "TestLoadFixed" <details><summary>2024-10-25 13:46 gotip-openbsd-ppc64 go@b45c7f16 time.TestLoadFixe...

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • runtime: reserve fewer memory for aligned reservation on sbrk systems Sometimes the runtime needs to reserve some me... 22664f3

View on GitHub

cuonglm created a comment on an issue on golang/go
> I suspect this involves [outlives](https://github.com/golang/go/blob/go1.23.2/src/cmd/compile/internal/escape/solve.go#L259) and [containsClosure](https://github.com/golang/go/blob/go1.23.2/src/c...

View on GitHub

dr2chase created a comment on an issue on golang/go
I suspect this involves [outlives](https://github.com/golang/go/blob/go1.23.2/src/cmd/compile/internal/escape/solve.go#L259) and [containsClosure](https://github.com/golang/go/blob/go1.23.2/src/cmd...

View on GitHub

Spatulox starred golang/go
findleyr created a comment on an issue on golang/go
> Though it may benefit the beginner, I expect it would do so at the cost of the Go programmers who have passed that phase and find the extra popups a nuisance. I'm not following this argument. ...

View on GitHub

gopherbot closed an issue on golang/go
runtime: runtime.Caller returns always '/' separator in file paths on Windows
by **pkorotkov**: <pre>What steps will reproduce the problem? 1. Call function runtime.Caller(...) 2. Take the file path (second argument) What is the expected output? On Windows path separator i...
gopherbot pushed 1 commit to master golang/go
  • runtime: document that Caller and Frame.File always use forward slashes Document that Caller and Frame.File always u... 0addb2a

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-25 15:30 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/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-25 12:38 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 <- builder ~ `openbsd-amd64` && repo == "go" && (mode == "build" || pkg ~ `cmd/` || `resource temporarily unavailable` || `\[buil...

View on GitHub

findleyr created a comment on an issue on golang/go
Done. Please allow a few hours to propagate.

View on GitHub

findleyr closed an issue on golang/go
x/pkgsite: package removal request for github.com/OI4/oi4-oec-service-go
Hi guys, we changed our project from a workspace "back" to a regular module. We haven't yet published any stable release, but the v0.1.x are still there. As the go.mod file of the workspace m...
fengyoulin created a comment on an issue on golang/go
It seems that currently nested rangefunc, function inline and escape analysis do not work well together. I can reproduce this problem on the master branch code using the following code: ``` pa...

View on GitHub

rolandshoemaker created a comment on an issue on golang/go
There is not really much we can do about this. PQ schemes are, generally, large, and using them is likely to cause a client hello to span more than one TCP packet. TLS makes no guarantee that the h...

View on GitHub

scr-oath created a comment on an issue on golang/go
Curiously enough, changing ```go joined += joined + "_" + stringValue ``` to ```go joined += "_" + stringValue ``` Seems to avoid this problem - maybe that's a clue?

View on GitHub

adonovan created a comment on an issue on golang/go
Format strings are only one small step removed from the language spec in the sense that every Go file uses them and every Go reader is expected to recognize them, or at least the dozen or so most c...

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • cmd/compile: add shift optimization test For #69635 Change-Id: Id5696dc9724c3b3afcd7b60a6994f98c5309eb0e Reviewed-o... bb07aa6

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622596 mentions this issue: `[release-branch.go1.22] cmd/link: generate Mach-O UUID when -B flag is specified`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622595 mentions this issue: `[release-branch.go1.23] cmd/link: generate Mach-O UUID when -B flag is specified`

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622595 mentions this issue: `[release-branch.go1.23] cmd/link: generate Mach-O UUID when -B flag is specified`

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 12:38 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 12:38 x_tools-go1.22-...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes post <- builder ~ `(gotip|go1\.\d\d)-openbsd-amd64` && (`test timed out` || `SIGQUIT` || `context deadline exceeded` || `command exceeded...

View on GitHub

Load more