Aurora Blog
Home
Golang cmd/cgo/internal/testsanitizers: TestLSAN/lsan1 failures
2025-06-12 14:10:48
911
#!watchflakesdefault <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestLSAN/lsan1&qu...
Golang runtime: CPU limit-aware GOMAXPROCS default
2025-06-12 14:10:33
66776
OverviewChange the Go runtime on Linux to use CPU cgroup quota limits to set the default value of GOMAXPROCS.This is a c...
Golang proposal: encoding/xml: Add EmptyElement token type to support self-closing elements.
2025-06-12 14:10:27
12174
Proposal DetailsBackgroundThe current implementation has no concept of self-closing elements and if a empty value (like ...
Golang os/signal: TestSignalTrace failures
2025-06-12 14:10:25
1877
#!watchflakesdefault <- pkg == "os/signal" && test == "TestSignalTrace"Issue created auto...
Golang cmd/fix: remove all functionality
2025-06-12 14:09:44
3190
(This proposal is the first of a sequence of two; https://github.com/golang/go/issues/71859 is the second.)Background: T...
Golang encoding/xml: add omitzero option
2025-06-12 14:09:42
663
Proposal DetailsSince #45669 was accepted, for consistency, we should probably support omitzero option in encoding/xml w...
Golang os: stop manually setting sticky bit on file creation on *BSD, Solaris
2025-06-12 14:09:40
4997
Proposal DetailsOn *BSD and Solaris systems, open(2) and mkdir(2) will not create a file with the sticky bit set. The Fr...
Golang x/tools/gopls: Extract variable from type switch produces invalid code
2025-06-12 14:09:35
5305
gopls versionBuild infogolang.org/x/tools/gopls v0.15.3 golang.org/x/tools/gopls@v0.15.3 h1:zbdOidFrPTc8Bx0YrN5QKgJ0z...
Golang lib/time: update tzdata before release
2025-06-12 14:09:25
16680
The timezone database in lib/time should be updated shortly before the 1.10 release (to whatever tzdata release is curre...
Golang internal/trace: TestTraceStressStartStop/Stress failures
2025-06-12 14:09:11
1069
#!watchflakesdefault <- pkg == "internal/trace" && test == "TestTraceStressStartStop/Stress&qu...
Golang x/tools/go/analysis/analysistest: RunWithSuggestedFixes doesn't fail if all fixes are missing
2025-06-12 14:09:09
349
analysistest.RunWithSuggestedFixes loops over all the files affected by fixes and checks that each one has the expected ...
Golang cmd/go: "go generate" appears to be a silent no-op when given a missing package
2025-06-12 14:08:47
3131
What version of Go are you using (go version)?$ go versiongo version devel go1.21-8d5065ce6e Tue May 9 01:28:10 2023 +00...
Golang x/tools/internal/jsonrpc2_v2: BadRequest due to empty JSON-RPC params object being marshalled to null instead of omitted
2025-06-12 14:08:45
1394
nil params produce a "params": null in the POST body leading to Bad Request on ListTools calls from internal/mcp. If the...
Golang go/parser: newline causes ParseExpr to fail
2025-06-12 14:08:43
1332
https://go.dev/play/p/oG6FEe-1yB2 demonstrates a valid (I think) input to ParseExpr that causes it to fail:(a &&...
Golang x/tools/gopls: stuck organizeImports code action
2025-06-12 14:08:41
1746
gopls built at ae52477ae52477Observed organize imports stuck (deadlocked) occasionally.In VS Code where the extension is...
Golang x/tools/gopls: improve FixImports filter for short dangling references
2025-06-12 14:08:37
976
@dominikh reports in slack that gopls' organizeImports is particularly slow when there is a method call on an undefined ...
Golang os: failure in TestProcessAlreadyDone on freebsd,netbsd,openbsd
2025-06-12 14:08:32
3409
Go versionlast commit as of now (beaf7f3282c25)Output of go env in your module/workspace:n/aWhat did you do?A test case ...
Golang runtime/pprof: TestMutexProfile failures
2025-06-12 14:08:29
68115
#!watchflakespost <- pkg == "runtime/pprof" && test ~ `TestMutexProfile` && `profile sample...
Golang proposal: x/net/http2: per-write timeouts (WriteByteTimeout) for servers
2025-06-12 14:08:25
1263
This issue is part of a project to move x/net/http2 into std: #67810HTTP/2 transports have a Transport.WriteByteTimeout ...
Golang time: RFC1123{,Z} format strings appear to be very slightly wrong
2025-06-12 14:08:22
2829
Go versiongo version go1.22.1 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
上一页
下一页
1
…
321
322
323
324
325
…
369
.