Spring RetryException#getCause should not be nullable

The last thrown exception is often used in code that catches RetryException.Currently the cause is @Nullable from the co...

Golang x/mobile: type aliases no longer export

Go versiongo version go1.24.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang net/http: ServeMux patterns eliminate semantically-significant encoding differences

Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang testing/synctest: bubble not terminating [1.25 backport]

@neild requested issue #74837 to be considered for backport to the next 1.25 minor release.@gopherbot please backport to...

Golang x/build/cmd/gomote: gomote create -list timeout too short

gomote create -list has a hardcoded 5 second timeout https://cs.opensource.google/go/x/build/+/master:cmd/gomote/create....

Golang x/tools/gopls: find write references only

gopls versionToday,we can find all the references of a variable.But I want to find the write references only. How to do ...

Golang cmd/go: mod tidy fails when using go-import subDir

Go versiongo version go1.25.0 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...

Golang runtime:cpu4: TestRuntimeLockMetricsAndProfile/runtime.lock/sample-1 failures

#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestRuntimeLockMetricsAndProfile/run...

Golang runtime: TestRuntimeLockMetricsAndProfile failures

#!watchflakespost <- pkg == "runtime" && test ~ `TestRuntimeLockMetricsAndProfile`Issue created aut...

Golang proposal: runtime: allow access to stopTheWorld/startTheWorld via go:linkname

Proposal DetailsMy module github.com/fjl/memsize walks a data structure and computes its total referred memory size in b...

Golang os: TestChtimes failures [1.23 backport]

@dmitshur requested issue #68687 to be considered for backport to the next 1.23 minor release.@gopherbot Please backport...

Golang os: TestChtimes failures [1.22 backport]

@dmitshur requested issue #68687 to be considered for backport to the next 1.22 minor release.@gopherbot Please backport...

Golang x/telemetry/cmd/gotelemetry: charts are broken with new go command counters

With the additional counters added by the go command, it seems that the charting frontend of gotelemetry view is broken:...

Golang all: add opt-in transparent telemetry to Go toolchain

In February I posted a series of blog posts defining Transparent Telemetry, and we had a lively discussion on #58409. In...

Golang math/rand: make global Seed a no-op

In Go 1.24, I propose to make rand.Seed (the top-level function) a no-op, controlled by GODEBUG=randseednop=1. (Because ...

Golang cmd/go, encoding/json/v2: setting GOEXPERIMENT=jsonv2 causes "go env -json" to crash

Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang x/exp/rand: isolate into nested module, tag, delete

This issue tracks a remaining subset of the accepted proposal #61716. Specifically:Once math/rand/v2 has shipped, we wou...

Golang net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9

CL 689976 added a new test which plan9 builders are unable to pass, because function (*UDPConn).writeMsgAddrPort is not...

Golang x/tools/gopls: don't suggest modernization inconsistent with current go version

Currently, without a go.mod file, gopls assumes the latest version of go regardless of what's installed. This can cause ...

Golang proposal: runtime: softfloat for RISCV target

Proposal DetailsProposalAlthough the compiler is supposed to support RVA20U64, it is possible to use d=softfloat to remo...
上一页 下一页
.