Aurora Blog
Home
Golang runtime/pprof: TestProfilerStackDepth/mutex failures
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/mutex"I...
2025-09-09 14:05:42
5615
Golang proposal: runtime/pprof,runtime: add new goroutine leak profile as a GOEXPERIMENT
This is a mini-proposal to land the work powering #74609 behind a new GOEXPERIMENT, goleakprofiler, so1. The implementat...
2025-09-09 14:05:40
688
Golang x/tools/gopls/internal/analysis/modernize: rangeint suggests changes that alter some programs' semantics
Go versiongo version go1.25.1 darwin/amd64Output of go env in your module/workspace:N/AWhat did you do?I ran modernize (...
2025-09-09 14:05:36
3156
Golang proposal: net/http: reuse connection if entire unread body is in buffer
Proposal DetailsCurrently, if an HTTP response body is closed before fully read (fully means till EOF),the underlying HT...
2025-09-09 14:05:34
807
Golang x/tools/gopls: Improve MCP Port Management for gopls in Multi-Workspace Environments
Description:The current implementation of the gopls MCP server (https://tip.golang.org/gopls/features/mcp) presents chal...
2025-09-09 14:05:32
1390
Golang proposal: crypto/tls: add QUICEvent.Err
Proposal DetailsThis is an offshoot of discussion on #74922.crypto/tls.QUICConn can report errors occurring during the T...
2025-09-07 14:03:48
4123
Golang x/pkgsite: and other docs
What is the URL of the page with the issue?All other the pages!What is your user agent?Any user agentScreenshotJust visi...
2025-09-07 14:03:44
1211
Golang net: add tcp WriteTo func to enable splice socket data to file
When transfer data from tcp socket to file directly, splice will help us with low time cost in linux. Currently, os.File...
2025-09-07 14:03:34
4453
Golang net/http: document panic behavior of CrossOriginProtection.AddInsecureBypassPattern
The CrossOriginProtection.AddInsecureBypassPattern method of the net/http package panics if the given pattern conflicts ...
2025-09-07 14:03:30
1690
Golang x/tools/go/callgraph/rta: TestRTA/testdata/reflectcall.txtar failures [consistent failure]
#!watchflakesdefault <- pkg == "golang.org/x/tools/go/callgraph/rta" && test == "TestRTA/testd...
2025-09-07 14:03:28
37801
Golang x/tools/gopls/internal/analysis/modernize: added std imports are not grouped correctly
For example, take a look at https://review.gerrithub.io/c/cue-lang/cue/+/1222171, which ran modernize -fix -slicescontai...
2025-09-07 14:03:26
689
Golang github.com/hashicorp/terraform: unable to install terraform
Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
2025-09-07 14:03:23
7958
Golang proposal: crypto/internal/fips140/aes: asm implementation of AES-XTS
Proposal DetailsCurrently, AES CTR has an asm implementation for multi-blocks, which allows fast operation, but AES-XTS ...
2025-09-07 14:03:21
296
Golang testing: tiny benchmark with StopTimer runs forever
From at least Go 1,4 onward,$ go versiongo version devel +e03220a594 Sat Aug 25 02:39:49 2018 +0000 linux/amd64$If we ru...
2025-09-07 14:03:16
6459
Golang x/build: add tip builders with GOEXPERIMENT=aliastypeparams=1 for at least go and x/tools repo
Add a builder for >=1.24 with GOEXPERIMENT=aliastypeparams=1 for additional test coverage (#46477). aliastypeparams w...
2025-09-07 14:03:12
1252
Golang x/tools/cmd/callgraph: calls from unreachable unexported methods not reported in callgraph
Go versiongo version go1.22.0 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN='/...
2025-09-07 14:03:10
7808
Golang x/crypto/pkcs12: unknown digest algorithm 2.16.840.1.101.3.4.2.1
What version of Go are you using (go version)?$ go versiongo version go1.21.0 windows/amd64Does this issue reproduce wit...
2025-09-07 14:03:08
1705
Golang all: fix printf(var) mistakes newly found in golang.org/x repos
Some golang.org/x repos have new findings from issue #68796 being resolved.This issue is to track fixing them all.CC @ad...
2025-09-07 14:03:01
1909
Golang x/net/route: ParseRIB fails with errMessageTooShort on an AF_ROUTE message from Darwin
I have a macOS program which listens to route changes from the kernel.It opens an AF_ROUTE socket: fd, err := uni...
2025-09-07 14:02:59
4619
Golang sync/WaitGroup: new feature WaitWithTimeout
Hi!I would like to have a WaitWithTimeout function in the standard sync/WaitGroup structure.Example:package mainimport (...
2025-09-07 14:02:53
3340
上一页
下一页
1
2
3
4
5
6
7
…
134
.