Aurora Blog
Home
Golang net/http: expect: 100-continue handling is broken in various ways [1.22 backport]
2025-07-03 14:04:42
3433
@neild requested issue #67555 to be considered for backport to the next 1.22 minor release.@gopherbot please open backpo...
Golang net/http: expect: 100-continue handling is broken in various ways [1.21 backport]
2025-07-03 14:04:40
2351
@neild requested issue #67555 to be considered for backport to the next 1.21 minor release.@gopherbot please open backpo...
Golang github: issue template should prompt if toolchain is go1.23 and above use go env -changed report bug
2025-07-03 14:04:38
1095
See #34208 , it background is that report an bug usually require the user to provide a go env, which has a problem the o...
Golang cmd/go: go bug should use go env -changed
2025-07-03 14:04:34
2057
Go versiontipOutput of go env in your module/workspace:no need.What did you do?go bugWhat did you see happen?use go env...
Golang proposal: context: NewLinkedCancelCtx
2025-07-03 14:04:32
12132
Proposal DetailsCurrently, a cancelCtx propagates its cancelFunc to its parent context.If we add some little changes, we...
Golang proposal: runtime/metrics: define a recommended set of metrics
2025-07-03 14:04:29
25673
IntroductionWith each Go release the set of metrics exported by the runtime/metrics grows in size. Not all metrics are a...
Golang internal/poll: deadlock when SetReadDeadline and Read race (on net.UnixConn)
2025-07-03 14:04:27
16911
Go versiongo version go1.23-dev +5a18e79687Output of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='amd64...
Golang runtime: "fatal error: runtime: pipe failed" on macOS Big Sur
2025-07-03 14:04:25
19868
What version of Go are you using (go version)?$ go versiongo version go1.16.1 darwin/amd64Does this issue reproduce with...
Golang bufio: NewScanner(file).Scan() not setting error when file is already closed
2025-07-03 14:04:03
4058
Go versiongo version go1.22.0 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang x/tools/gopls: release version v0.16.1
2025-07-03 14:04:01
411
This issue tracks progress toward releasing gopls@v0.16.1[x] create or update gopls-release-branch.0.16[x] update go.mod...
Golang net/http: h2_bundle.go (fatal error: concurrent map iteration and map write)
2025-07-03 14:03:57
5703
Go versiongo version go1.23.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
Golang x/tools/gopls: make Hover display std version information
2025-07-03 14:03:51
2912
While solving https://github.com/golang/go/issues/46136 by adding a new analyzers, stdversion, we created an internal he...
Golang proposal: cmd/compile: optimization for single-method interfaces
2025-07-03 14:03:49
2273
Proposal DetailsIt occurs to me that interfaces with single methods are ~isomorphic with passing funcs. Where one can pa...
Golang x/tools/gopls: add telemetry counters that will help with the v0.17.0 release
2025-07-03 14:03:47
1183
In the v0.17.0 release, we are planning a couple decisions that could benefit from more information:6782165917We should ...
Golang net/http/h2_bundle.go (fatal error: concurrent map iteration and map write)
2025-07-03 14:03:45
4602
Go versiongo version go1.23.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
Golang context: canceling a context should clear the timeout in nodejs
2025-07-03 14:03:44
7217
What version of Go are you using (go version)?$ go versiongo version go1.23.6 linux/amd64Does this issue reproduce with ...
Golang x/crypto/ocsp: create OCSP request without issuer certificate
2025-07-03 14:03:42
2924
What version of Go are you using (go version)?$ go versiongo version go1.17.2 darwin/arm64x/crypto version: v0.0.0-20210...
Golang x/tools/gopls/internal/analysis/simplifyrange: adapt for go1.23 range over func
2025-07-03 14:03:32
1065
When it sees for _ = range x { ... }, the simplifyrange analyzer in gopls offers a suggested fix to remove the _ = part....
Golang x/build/cmd/relui: improve security release automation
2025-07-03 14:03:30
1139
Doing a security release involves quite a bit of manual work from the release coordinator. For an initial cut, let's see...
Golang proposal: x/crypto/acme: add RetryAfter field to Authorization object returned by GetAuthorization
2025-07-03 14:03:26
664
Proposal DetailsWhen using WaitAuthorization is not practical due to its blocking, for example in Kubernetes controllers...
上一页
下一页
1
…
120
121
122
123
124
…
246
.