Ecosyste.ms: Timeline

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

golang/go

zhangyoufu created a comment on an issue on golang/go
I agree with `ReadLinkFS` proposal, no need to change. But I have some words on the `Lstat`, actually `FileInfo` part. During my test on Windows, `FileInfo` returned by `Lstat` looks strange: *...

View on GitHub

prattmic created a comment on an issue on golang/go
cc @matloob @samthanawalla

View on GitHub

crisgc starred 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 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 == "golang.org/x/tools/internal/gcimporter" && test == "TestIssue69912" <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 == "TestIncremental" <details><summary>2024-10-25 12:37 x_tools-go1.22-...

View on GitHub

ChrisHines created a comment on an issue on golang/go
@ConradIrwin said: > If the key is based on build graph then you'll end up with multiple copies in the cache when the dependencies change (which is rare), but you reduce the number of copies if ...

View on GitHub

irene-brown starred golang/go
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622556 mentions this issue: `internal/godoc: increase max doc HTML limit`

View on GitHub

cuishuang 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?  I ...

View on GitHub

findleyr opened an issue on golang/go
x/tools/gopls: hover for format strings
This just occurred to me, when looking up a rarely used format verb for the nth time at pkg.go.dev/fmt: we should offer hover information for format strings. To start, this could simply show docume...
gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [x/tools/gopls: crash when renaming in a package using builtins with type parameters #52940 (closed)](https://github.com/golang/go/issues/52940) <!-- score=...

View on GitHub

adonovan opened an issue on golang/go
x/tools/gopls: "edit does not belong to syntax of package %q" bug in golang.Rename
``` #!stacks "bug.Reportf" && "golang.(*renamer).update:+45" ``` Issue created by [stacks](https://pkg.go.dev/golang.org/x/tools/gopls/internal/telemetry/cmd/stacks). ```go pgf, ok := enclo...
tukt04 starred golang/go
adonovan created a comment on an issue on golang/go
This stack `1zpQyw` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2024-10-24.json): - `gopls/bug` - [`golang.org/x/tools/gopls/internal/util/bug.report:+35`](htt...

View on GitHub

adonovan created a comment on an issue on golang/go
This stack `orz9eg` was [reported by telemetry](https://storage.googleapis.com/prod-telemetry-merged/2024-10-23.json): - `gopls/bug` - [`golang.org/x/tools/gopls/internal/util/bug.report:+35`](htt...

View on GitHub

hnamzian created a comment on an issue on golang/go
I can commit to the repository and make the repo public for a short time. is that good or you mind another way?

View on GitHub

gopherbot opened an issue on golang/go
internal/weak: TestIssue69210 failures
``` #!watchflakes default <- pkg == "internal/weak" && test == "TestIssue69210" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chromium.org/b/873313344436091...
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 12:37 x_tools-go1.22...

View on GitHub

gopherbot reopened an issue on golang/go
x/tools/internal/gcimporter: TestIssue69912 failures [consistent failure]
``` #!watchflakes default <- pkg == "golang.org/x/tools/internal/gcimporter" && test == "TestIssue69912" ``` Issue created automatically to collect these failures. Example ([log](https://ci.chrom...
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-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-24 15:50 x_tools-gotip-s...

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 12:05 gotip-openbsd-ppc64 go@e5e552b8 time.TestLoadFixe...

View on GitHub

seankhliao created a comment on an issue on golang/go
I don't see any specific proposal here, you may get what you want after #69536 and building the go toolchain with fips enabled.

View on GitHub

andig created a comment on an issue on golang/go
Appreciate the feedback. If you want to take the time- any idea what could increase binary size when only this single function is being updated? Is there any AST or similar of the compiled program ...

View on GitHub

mmatczuk created a comment on an issue on golang/go
I can confirm that setting `GODEBUG=tlskyber=0` sends Client Hello in a single frame.

View on GitHub

seankhliao created a comment on an issue on golang/go
looks like you have something other than generics that's increasing your binary size Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. G...

View on GitHub

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/622038 mentions this issue: `gopls/internal/cache: share type checking with analysis`

View on GitHub

mateusz834 created a comment on an issue on golang/go
I would say that this is caused by X25519Kyber768Draft00. See #67061. CC @golang/security @FiloSottile

View on GitHub

Load more