Ecosyste.ms: Timeline

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

golang/go

earthboundkid opened an issue on golang/go
proposal: strings, bytes: Add JoinSeq
### Proposal Details #61901 added SplitSeq and friends to bytes, but nothing for joining. Right now you have to do slices.Collect first or use a bytes.Buffer/strings.Builder, which feels unfortuna...
ianlancetaylor created a comment on an issue on golang/go
CC @golang/security

View on GitHub

ianlancetaylor created a comment on an issue on golang/go
The most likely cause here is a `Write` method that does not behave as described at https://pkg.go.dev/io#Writer.

View on GitHub

gopherbot pushed 1 commit to master golang/go
  • cmd/link: don't pass --build-id if C linker doesn't support it On Solaris the default (non-GNU) C linker doesn't sup... 15c5580

View on GitHub

marc-ostrow opened an issue on golang/go
x/tools/gopls: identifies arbitrary dotted text in strings as links
<!-- For asking questions, see: - [Stack Overflow](https://stackoverflow.com/questions/tagged/go+visual-studio-code) - [GitHub Discussions (Help)](https://github.com/golang/vscode-go/discussions...
henri starred golang/go
adonovan created a comment on an issue on golang/go
> A successful TryLock ends with you holding the lock for the entire duration of the test Ah, I see; has I misread the defer as a shorthand for a critical section that updates some resource, rat...

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 16:10 gotip-netbsd-arm64 go@bf2aa6c...

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 16:10 gotip-netbsd-arm64 go@bf2aa6...

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 16:10 gotip-netbsd-arm64 go@bf2aa6c2 cryp...

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:10 gotip-solaris-amd64 go@bf2a...

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:10 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/testerrors" && test == "TestPointerChecks" <details><summary>2024-10-24 17:32 gotip-solaris-amd64 go...

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 == "cmd/cgo/internal/test" && test == "" <details><summary>2024-10-24 16:10 gotip-solaris-amd64 go@bf2aa6c2 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 == "time" && test == "TestLoadFixed" <details><summary>2024-10-24 17:32 gotip-openbsd-ppc64 go@1846dd5a time.TestLoadFixe...

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 default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ~ `TestTelemetryPrompt_Response` <details><summary>2...

View on GitHub

seankhliao created a comment on an issue on golang/go
A successful TryLock ends with you holding the lock for the entire duration of the test, covering any change and restore operation you make on the global resource. Any other test using the same loc...

View on GitHub

adonovan created a comment on an issue on golang/go
> This will [not work](https://go.dev/play/p/UktR6_1JUCu). That depends how you define it: it correctly returns the last element, which means it must have iterated over the whole sequence. If th...

View on GitHub

adonovan created a comment on an issue on golang/go
See https://github.com/golang/go/issues/70022#issuecomment-2435981437 for possible mitigations, including merely documenting it.

View on GitHub

g00dv1n starred golang/go
felixalguzman starred golang/go
gopherbot closed an issue on golang/go
x/pkgsite-metrics/cmd/govulncheck_compare: Test/multipleComparison failures
``` #!watchflakes default <- pkg == "golang.org/x/pkgsite-metrics/cmd/govulncheck_compare" && test == "Test/multipleComparison" ``` Issue created automatically to collect these failures. Example ...
gopherbot created a comment on an issue on golang/go
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

View on GitHub

ianlancetaylor created a comment on an issue on golang/go
You said you wanted a single unified vision....

View on GitHub

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

View on GitHub

findleyr closed an issue on golang/go
x/pkgsite: package removal request for github.com/madalinpopa/dockup
Please help me to remove the the package `github.com/madalinpopa/dockup` from pkg.go.dev as it was deleted and at this time it only pollutes pkg.go.dev search results.
findleyr created a comment on an issue on golang/go
Done. Sorry for the delay. Please allow a few hours for this to propagate.

View on GitHub

Load more