Aurora Blog
Home
Spring Add ability to decorate HttpExchangeAdapter through HttpServiceProxyFactory
2025-06-19 14:00:08
276
Spring Cloud needs to decorate the adapter to apply circuit breaker support. There are other use cases where the need ma...
Golang cmd/go: C source files not allowed when not using cgo or SWIG
2025-06-18 14:06:51
4912
Go version1.24.3Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-O2 -gset CGO_CPPFLAGS=set C...
Golang crypto: upgrade to BoringCrypto fips-20230428 [freeze exception]
2025-06-18 14:06:38
2061
This only affects GOEXPERIMENT=boringcryptoPrevious BoringCrypto upgrade was at https://github.com/golang/go/issues/6471...
Golang x/tools/gopls/internal/test/marker: Test/fixedbugs/issue59944.txt failures [openbsd]
2025-06-18 14:06:36
852
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang runtime/race: TestRace failures in RaceWaitGroupWrongAdd
2025-06-18 14:06:31
6590
#!watchflakespost <- pkg == "runtime/race" && `RaceWaitGroupWrongAdd\s+FAILED`Examples:- https://bu...
Golang crypto/x509: provide method for generating conformant serial numbers
2025-06-18 14:05:55
1801
Currently, generating valid, RFC 5280 conformant, serial numbers is an exercise left up to the user. As of https://go.de...
Golang go/types: type mismatch with func error less helpful since go 1.18
2025-06-18 14:05:49
912
Go versiongo version go1.24.2 linux/amd64Output of go env in your module/workspace:N/AWhat did you do?This like #57160, ...
Golang x/tools/gopls: fix global @item test namespace
2025-06-18 14:05:47
490
Currently the gopls completion tests use a global namespace for the @item marks. This is annoying because when adding a ...
Golang cmd/internal/testdir:1_10: Test/fixedbugs/issue46234.go failures
2025-06-18 14:05:43
952
#!watchflakesdefault <- pkg == "cmd/internal/testdir:1_10" && test == "Test/fixedbugs/issue462...
Golang proposal: encoding/json/v2: decide on default representation for time.Duration
2025-06-18 14:05:37
44880
Proposal DetailsThis is a sub-issue of the "encoding/json/v2" proposal (#71497).Here, we discuss the default JSON repres...
Golang x/build/cmd/coordinator: bad test partitioning for plan9-arm
2025-06-18 14:05:34
11230
Currently a lot of short tests are being executed individually in separate invocations of go tool dist test, instead of ...
Golang CVEs still showing up in latest version of Go 1.22.2
2025-06-18 14:05:32
2429
govulncheck versiongo version (v1.22.2)Does this issue reproduce at the latest version of golang.org/x/vuln?YesOutput of...
Golang x/build: add LUCI linux-mipsle builder
2025-06-18 14:05:30
5161
There currently isn't a LUCI builder that tests the linux/mipsle port (other than the misc-compile builder, which tests ...
Golang go/types, cmd/compile: "invalid type loop" depending on declaration order
2025-06-18 14:05:28
4545
types2 currently rejects the test case below with "invalid recursive type A". Swapping the order of declarations for A a...
Golang proposal: src/sort: Expand sort.Sort() and sort.Stable() to use generic types
2025-06-18 14:05:14
5006
Proposal DetailsThis proposal is for expanding the sort package in the stdlib to use generics. The Sort and Slices packa...
Golang cmd/go: separate default GODEBUGs from go language version
2025-06-18 14:05:09
21206
Go 1.21 introduced a formalization of how we handle compatible-but-breaking changes, defining configuration knobs called...
Golang x/pkgsite: support <picture> element in README for light/dark mode images
2025-06-18 14:05:07
2114
What is the URL of the page with the issue?https://pkg.go.dev/github.com/jmcmenamy/GoVector@v0.8.0What is your user agen...
Golang go/doc: IsPredeclared missing clear, min, max
2025-06-18 14:04:53
1122
Go version1.22.4Output of go env in your module/workspace:go.dev/play "Go 1.22"What did you do?I browsed https...
Golang cmd/compile: internal compiler error on generic type alias in method signature
2025-06-18 14:04:48
4217
Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime: RSS seems to have increased in Go 1.24 while the runtime accounting has not [1.24 backport]
2025-06-18 14:04:44
1387
@mknyszek requested issue #72991 to be considered for backport to the next 1.24 minor release.@gopherbot Please open a b...
上一页
下一页
1
…
293
294
295
296
297
…
369
.