Spring SpEL: Resolving values from Map works different after PropertyAccessor is cached [SPR-7614]

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

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

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

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

#!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

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

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

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

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

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

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

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

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]

#!watchflakesdefault <- pkg == "cmd/internal/testdir:4_10" && test == "Test/codegen/constants....

Golang cmd/internal/testdir:3_10: Test/codegen/mathbits.go failures [consistent failure]

#!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

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

Expected behavior (what you expected to happen):viper.UnmarshalKey should unmarshals whole structure, not overridden key...

Viper Empty TOML tables cannot be listed

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

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

Given a fully merged config, I would like to update an item based upon a path to the item.Assume the following JSON conf...
上一页 下一页
.