Aurora Blog
Home
Spring SpEL: Resolving values from Map works different after PropertyAccessor is cached [SPR-7614]
2025-10-06 14:00:08
3653
Gerrit Brehmer opened SPR-7614 and commentedI want to inject a single value of a request-url-parameter from JSF Faces Co...
Golang go/doc: Package.Parser should collect up interface methods
2025-10-05 14:02:48
4219
Currently, the methods of a interface are not linkable because Package.Parser does not collect them up.Thus, if you put ...
Golang cmd/compile/internal/types2: deadlock using type alias
2025-10-05 14:02:46
8105
Go versiongo version go1.24.0 linux/arm64, go version go1.25.1 linux/arm64Output of go env in your module/workspace:AR='...
Golang Inconsistent rounding of floating-point numbers to integers across architectures
2025-10-05 14:02:31
3859
Go versiongo version go1.23.1 darwin/arm64; go version go1.23.1 darwin/amd64Output of go env in your module/workspace:GO...
Golang x/tools/gopls/internal/cmd: TestCodeAction failures
2025-10-05 14:02:24
740
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCodeAct...
Golang cmd/link/internal/loader: panic: runtime error: index out of range [1232602353] with length 116
2025-10-05 14:02:21
3952
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='amd64'GOBIN...
Golang cmd/go: test -fullpath prevents test caching
2025-10-05 14:02:17
2576
Go versiongo version go1.21.4 linux/amd64What operating system and processor architecture are you using (go env)?GO111MO...
Golang cmd/cgo: cgo is incompatible with constant references from C
2025-10-05 14:02:15
13101
Go versiongo1.25.1 X:nodwarf5 linux/amd64/clang/muslOutput of go env in your module/workspace:WORK=/tmp/go-build31935816...
Golang cmd/cgo: compiler stack overflow on exported function referencing an invalid recursive type
2025-10-05 14:02:12
19322
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang slog.SetDefault kills the process when running in ARMv8 platform configuration
2025-10-05 14:02:10
5795
Go version1.25.1Output of go env in your module/workspace:AR='ar'CC='aarch64-linux-gnu-gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLA...
Golang proposal: slices: add build tag for callers who prefer smaller binaries over faster sorts
2025-10-05 14:02:08
5077
Proposal DetailsI propose the slices package recognize a new build tag like slicesoptsize (or just gooptsize if for all ...
Golang proposal: errors: In() to check Is against multiple errors
2025-10-05 14:02:05
2907
Proposal DetailsProblemThe code looks redundant and cumbersome in cases when you need to check an error match several ti...
Golang image/draw: blank images after go1.18
2025-10-05 14:01:51
5254
Go versiongo1.23.1 amd64/linuxOutput of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN=''GOCACHE='/...
Golang cmd/internal/testdir:4_10: Test/codegen/constants.go failures [consistent failure]
2025-10-05 14:01:48
37102
#!watchflakesdefault <- pkg == "cmd/internal/testdir:4_10" && test == "Test/codegen/constants....
Golang cmd/internal/testdir:3_10: Test/codegen/mathbits.go failures [consistent failure]
2025-10-05 14:01:47
14263
#!watchflakesdefault <- pkg == "cmd/internal/testdir:3_10" && test == "Test/codegen/mathbits.g...
Golang proxy.golang.org: my new module not showing up on forked repo
2025-10-05 14:01:45
893
Hi Team,Initially while committing I had done mistake and now it looks like there is no way I can correct my proxy path....
Viper UnmarshalKey looses some data if a subitem is overridden
2025-10-05 14:01:41
10470
Expected behavior (what you expected to happen):viper.UnmarshalKey should unmarshals whole structure, not overridden key...
Viper Empty TOML tables cannot be listed
2025-10-05 14:01:39
4157
Problem descriptionThe TOML spec defines tables but it doesn't seem to mandate that a table has to have a key-value pair...
Viper SetEnvPrefix and SetEnvKeyReplacer values ignored when calling SafeWriteConfig
2025-10-05 14:01:37
1997
Expected behavior (what you expected to happen):After calling viper.SetEnvPrefix("FOO_") and viper.SetEnvKeyReplacer(str...
Viper Surgical update using a deep string path to the value
2025-10-05 14:01:35
3919
Given a fully merged config, I would like to update an item based upon a path to the item.Assume the following JSON conf...
上一页
下一页
1
…
12
13
14
15
16
…
367
.