Ecosyste.ms: Timeline

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

golang/go

seankhliao created a comment on an issue on golang/go
if you need to invoke multiple analysis passes, you should be using https://pkg.go.dev/golang.org/x/[email protected]/go/analysis/multichecker

View on GitHub

seankhliao closed an issue on golang/go
vet: Enable multiple linters with -vettool
### Proposal Details Currently, when we want to run multiple original linters, we have to run in each with -vettool. So I want the feature that we can run multiple linters at once like -vettools. ...
ReyWilliams starred golang/go
seankhliao created a comment on an issue on golang/go
Duplicate of #50988

View on GitHub

seankhliao closed an issue on golang/go
repeated extension
### Go version go version go1.18.1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/liu/.cache/go-build" G...
gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [proxy.golang.org: single intermittent failure of vanity URL causes stale cache #49916](https://github.com/golang/go/issues/49916) <!-- score=0.87679 --> -...

View on GitHub

mvdan opened an issue on golang/go
sum.golang.org: repeated 500 internal server errors when fetching very new versions
We have had four CI jobs fail in the past week due to `sum.golang.org` reporting 500 internal server errors as well as an unexpected EOF. * https://github.com/cue-lang/cuelang.org/actions/runs/1...
sivchari opened an issue on golang/go
vet: Enable multiple linters with -vettool
### Proposal Details Currently, when we want to run multiple original linters, we have to run in each with -vettool. So I want the feature that we can run multiple linters at once like -vettools. ...
domi-unimedia starred golang/go
gopherbot created a comment on a pull request on golang/go
This PR (HEAD: 2c0ea5b2ba22843b8d346c0efdd143f88090e602) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/622239. **Important tips**: ...

View on GitHub

gopherbot created a comment on a pull request on golang/go
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: A maintainer will review your change and provide feedback. See ...

View on GitHub

gopherbot created a comment on a pull request on golang/go
Message from Gopher Robot: Patch Set 1: (1 comment) --- Please don’t reply on this GitHub thread. Visit [golang.org/cl/622239](https://go-review.googlesource.com/c/go/+/622239#message-d2129e67b5...

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 == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-24 15:50 x_tools-gotip-n...

View on GitHub

nacioboi forked golang/go

nacioboi/go

gopherbot created a comment on a pull request on golang/go
This PR (HEAD: e1e7fbd3be6b5be28eb11fad69b9d51aa1f1a981) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/622239. **Important tips**: ...

View on GitHub

mleko opened a pull request on golang/go
regex: remove use of panic as a control flow mechanism and cleanup
It seems that panic is used as a control flow mechanism and can be replaced with regular errors to make it easier to track the flow. No interface or behavior changes are expected. Remove unused ...
gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622257 mentions this issue: `cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64`

View on GitHub

Re2906 created a comment on an issue on golang/go
> ### Go version > > go version go1.23.2 darwin/arm64 > > ### Output of `go env` in your module/workspace: > > ```shell > GO111MODULE='' > GOARCH='arm64' > GOBIN='' > GOCACHE='/user/Library/Cach...

View on GitHub

Re2906 created a comment on an issue on golang/go
> > ### Go version > > go version go1.18.1 linux/amd64 > > ### Output of `go env` in your module/workspace: > > ```shell > GO111MODULE="" > GOARCH="amd64" > GOBIN="" > GOCACHE="/home/liu/.cache...

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [crypto/x509: ParseCertificate and ParseCertificateRequest should return an error when there are duplicate x509 extensions #50988 (closed)](https://github.c...

View on GitHub

dulanshuangqiao opened an issue on golang/go
repeated extension
### Go version go version go1.18.1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/liu/.cache/go-build" GOENV="/ho...
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-n...

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 04:52 gotip-openbsd-ppc64 go@2ef8e41f time.TestLoadFixe...

View on GitHub

tedli created a comment on an issue on golang/go
Hi @mknyszek , Thanks for reply, appreciate. I'm going to close this issue, because I did `stress-ng --all 2`, also got errors. It should be some hardware issue, not golang's fault. ```bash ...

View on GitHub

tedli closed an issue on golang/go
runtime: memory corruption crashes since Go 1.9
### Go version go version go1.21.11 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/...
mleko closed a pull request on golang/go
regex: remove use of panic as a control flow mechanism
It seems that panic is used as a control flow mechanism and can be replaced with regular errors to make it easier to track the flow. No interface or behavior changes are expected. This PR will b...
mleko opened a pull request on golang/go
regex: remove use of panic as a control flow mechanism
It seems that panic is used as a control flow mechanism and can be replaced with regular errors to make it easier to track the flow. No interface or behavior changes are expected. This PR will b...
mleko closed a pull request on golang/go
refactor: remove use of panic as a control flow mechanism
It seems that panic is used as a control flow mechanism and can be replaced with regular errors to make it easier to track the flow. No interface or behavior changes are expected. This PR will b...
Load more