Ecosyste.ms: Timeline

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

golang/go

luisnetto 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-24 15:50 x_tools-got...

View on GitHub

greg-dennis created a comment on an issue on golang/go
Yeah, I should have said suite/package, not suite/file, because of course packages can have many test files. Internally at Google, the go test output is transformed into Sponge XML, a superset of J...

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

View on GitHub

NHAS created a comment on an issue on golang/go
> note that we can't change the `Channel` interface definition for backwards compatibility reasons. Does that freeze include adding a method? As I don't want to change any existing function signa...

View on GitHub

cherrymui created a comment on an issue on golang/go
I updated CL 600296 to cover this, implemented basically https://github.com/golang/go/issues/68587#issuecomment-2304877746. If the stack moved, we use a new bounds of [SP, SP+32KB), which I think i...

View on GitHub

xzbdmw created a comment on an issue on golang/go
That’s fair, the alternative would be using buffer completion source for this .

View on GitHub

findleyr created a comment on an issue on golang/go
@xzbdmw I think the tricky thing is defining the name in the lexical scope. Right now, gopls looks in the surrounding `types.Scope` to find available names. If the name is undefined due to the inva...

View on GitHub

findleyr closed an issue on golang/go
x/tools/gopls: offer undeclared names in lexical completion
This issue is extracted from #69980, where the request is to include undeclared (but used) names in lexical completion results. We could do this by extracting such names from type errors (see also...
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/600296 mentions this issue: `runtime: update and restore g0 stack bounds at cgocallback`

View on GitHub

earthboundkid created a comment on an issue on golang/go
I imagine it would just use a strings.Builder and opt into whatever the default buffer there is. Maybe there could be optimization to use a slice for sequences shorter than N.

View on GitHub

neild created a comment on an issue on golang/go
Adding support for properties-in-output to go-junit-report seems like an excellent path to generating data on the general usefulness of properties. > Even if such support is added to go-junit-re...

View on GitHub

seh created a comment on an issue on golang/go
Do you imagine that it would collect all the items from the sequence first to figure out the total length of the final string before concatenating them?

View on GitHub

coxley created a comment on an issue on golang/go
@dr2chase Sorry for the non-standard benchmark — only did that so it was viewable in `go.dev/play`.

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 16:55 gotip-solaris-amd64 go@fb2a...

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-got...

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 16:55 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 16:55 gotip-solaris-amd64 go@fb2a7f8c 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 == "TestIncremental" <details><summary>2024-10-24 15:50 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

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 created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && ( `Failed to connect to github.com port 443: Connection refused` || `...

View on GitHub

mknyszek created a comment on an issue on golang/go
Huzzah! `make.bash` works now. https://ci.chromium.org/ui/p/golang/builders/ci-workers.shadow/gotip-linux-arm64-clang15-build_go/b8733166898151394753/infra

View on GitHub

JunyangShao created a comment on an issue on golang/go
I am experimenting with the implementation, and feel this might be a better semantic: For the loop body of testing.B.Loop, no inlining will be performed. (inlining could still happen inside the ...

View on GitHub

mknyszek created a comment on an issue on golang/go
I've confirmed that the bookworm image does actually have a new enough `libstdc++`, so hopefully it'll work there.

View on GitHub

earthboundkid created a comment on an issue on golang/go
Today I wished I had strings.JoinSeq (and could have sworn it was already in Go 1.23), so I opened #70034.

View on GitHub

ianlancetaylor closed an issue on golang/go
cmd/link: Use of --build-id broke solaris-amd64 bot
### Go version go version devel go1.24-4646556ba4 Thu Oct 24 12:32:56 2024 +0000 solaris/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOAUTH='n...
ianlancetaylor created a comment on an issue on golang/go
The fix is https://go.dev/cl/621639.

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [proposal: strings: add a Join method to Builder #49546 (closed)](https://github.com/golang/go/issues/49546) <!-- score=0.82458 --> <sub>(Emoji vote if thi...

View on GitHub

Load more