Golang proposal: spec: function aliases

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]

@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

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

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

Currently, import paths have the following lexical restrictions (see module.CheckImportPath):Must consist of valid path ...

Golang cmd/cgo/internal/testsanitizers: TestLSAN/lsan1 failures

#!watchflakesdefault <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestLSAN/lsan1&qu...

Golang runtime: CPU limit-aware GOMAXPROCS default

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.

Proposal DetailsBackgroundThe current implementation has no concept of self-closing elements and if a empty value (like ...

Golang os/signal: TestSignalTrace failures

#!watchflakesdefault <- pkg == "os/signal" && test == "TestSignalTrace"Issue created auto...

Golang cmd/fix: remove all functionality

(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

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

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

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

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

#!watchflakesdefault <- pkg == "internal/trace" && test == "TestTraceStressStartStop/Stress&qu...

Golang x/tools/go/analysis/analysistest: RunWithSuggestedFixes doesn't fail if all fixes are missing

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

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

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

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

gopls built at ae52477ae52477Observed organize imports stuck (deadlocked) occasionally.In VS Code where the extension is...
上一页 下一页
.