Aurora Blog
Home
Golang proposal: spec: function aliases
2025-06-12 14:10:58
688
Proposal DetailsGo currently does not support function aliases. However, you can simulate function aliases using wrappe...
Golang cmd/go: crash on unknown GOEXPERIMENT during toolchain selection [1.24 backport]
2025-06-12 14:10:56
219
@prattmic requested issue #74111 to be considered for backport to the next 1.24 minor release.@gopherbot Please backport...
Golang x/tools/internal/mcp: Add ability to provide a custom http.Client when creating mcp.NewSSEClientTransport
2025-06-12 14:10:55
796
The SSE implementation of the MCP client currently hard codes http.DefaultClient https://github.com/golang/tools/blob/43...
Golang runtime: plugin has empty pluginpath
2025-06-12 14:10:53
2726
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:➜ milvus-cdc git:(dev) go envAR='ar'...
Golang cmd/go: revisit allowed set of characters in module, import, and file paths
2025-06-12 14:10:50
5796
Currently, import paths have the following lexical restrictions (see module.CheckImportPath):Must consist of valid path ...
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...
上一页
下一页
1
…
319
320
321
322
323
…
368
.