Aurora Blog
Home
Spring RetryException#getCause should not be nullable
2025-08-16 14:00:08
654
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
2025-08-15 14:05:17
2984
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
2025-08-15 14:05:08
6993
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]
2025-08-15 14:05:03
586
@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
2025-08-15 14:04:59
877
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
2025-08-15 14:04:57
1827
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
2025-08-15 14:04:53
6147
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
2025-08-15 14:04:34
5640
#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestRuntimeLockMetricsAndProfile/run...
Golang runtime: TestRuntimeLockMetricsAndProfile failures
2025-08-15 14:04:32
80983
#!watchflakespost <- pkg == "runtime" && test ~ `TestRuntimeLockMetricsAndProfile`Issue created aut...
Golang proposal: runtime: allow access to stopTheWorld/startTheWorld via go:linkname
2025-08-15 14:04:21
14520
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]
2025-08-15 14:04:19
718
@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]
2025-08-15 14:04:17
718
@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
2025-08-15 14:04:11
431
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
2025-08-15 14:04:07
16368
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
2025-08-15 14:04:05
4962
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
2025-08-15 14:03:58
6983
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
2025-08-15 14:03:56
1111
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
2025-08-15 14:03:54
933
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
2025-08-15 14:03:52
1895
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
2025-08-15 14:03:49
572
Proposal DetailsProposalAlthough the compiler is supposed to support RVA20U64, it is possible to use d=softfloat to remo...
上一页
下一页
1
…
48
49
50
51
52
…
315
.