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...

Golang x/tools/gopls: improve FixImports filter for short dangling references

@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

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

#!watchflakespost <- pkg == "runtime/pprof" && test ~ `TestMutexProfile` && `profile sample...

Golang proposal: x/net/http2: per-write timeouts (WriteByteTimeout) for servers

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

Go versiongo version go1.22.1 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
上一页 下一页
.