Spring Align HttpMessageConverters builder with WebFlux codecs variants

As of https://github.com/spring-projects/spring-framework/issues/33894, we introduced a new HttpMessageConverters API. W...

Golang cmd/vendor: go mod vendor for cmd does not work when rebuilding the toolchain using make.bash

Go version1.24.2Output of go env in your module/workspace:AR='ar'CC='/usr/bin/gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_...

Golang net/http: Request.URL contains only path value when requested via http2

Go versiongo version go1.22.5 linux/amd64Output of go env in your module/workspace:O111MODULE=''GOARCH='amd64'GOBIN=''GO...

Golang Get back pack for micha kinchen

Get back pack because every one said I was crazy when they are only trying to rob me GitHub we have never been gave one ...

Golang cmd/compile: incorrect optimization (go1.25rc2)

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

Golang cmd/go: "RLock …: Function not implemented" when the main module is in a filesystem that does not support locking

What version of Go are you using (go version)?$ go versiongo version go1.17.1 android/arm64Does this issue reproduce wit...

Golang runtime: TestMemmoveOverlapLarge0x120000 failures

#!watchflakespost <- pkg == "runtime" && test == "TestMemmoveOverlapLarge0x120000"Issue c...

Golang x/net: vuln: CVE-2023-39325, CVE-2023-39326, and CVE-2023-44487

govulncheck versionDevs, I'm dealing with a corporate vulnerability scanning tool, and trying to determine the specific ...

Golang os: document behavior of IsNotExist, IsExist, etc. for nil errors

The IsNotExist, IsExist, IsPermission and IsTimeout functions in package os all return false when passed a nil error, bu...

Golang x/pkgsite: //go:debug information missing

What is the URL of the page with the issue?https://pkg.go.dev/cmd/compile#hdr-Compiler_Directives What is your user agen...

Golang go/doc, x/pkgsite/cmd/pkgsite: doc links not working for interface methods in scope

What version of Go are you using (go version)?$ go versiongo version go1.19rc2 linux/amd64Does this issue reproduce with...

Golang cmd/go/internal/vcweb/vcstest: TestScripts/git/vgotest1.txt failures

#!watchflakesdefault <- pkg == "cmd/go/internal/vcweb/vcstest" && test == "TestScripts/git/vgo...

Golang cmd/go, testing: go fuzz testing get's stuck somewhere else other than the code to be fuzzed

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 build: golang.org/x/telemetry/internal/configgen failures

#!watchflakesdefault <- repo == "telemetry" && pkg == "" && test == "golang....

Golang x/tools/gopls: add telemetry for refactor -> add and remove struct tags operations

Telemetry did not count any users that are using VSCode's modify struct tags command (https://screenshot.googleplex.com/...

Golang errors: should have minimal dependency on reflectlite

On go1.19, A blank import of "errors" increases the binary size by ~15.5KiB due to the transitive dependency on reflectl...

Golang x/tools/go/analysis/internal/checker: -fix should remove unneeded imports

The -fix flag of each {single,multi}checker tool applies as many fixes as possible without textual conflicts. However, s...

Golang x/tools/gopls: modernize should remove unused imports

package mainimport ( "sort")func main() { foo := []string{} sort.Slice(foo, func(i, j int) bool { ret...

Golang x/mobile: seccomp prevented call to disallowed arm64 system call 434

Go versiongo version 1.22.9 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=''...

Golang os: os.checkPidfd() crashes with SIGSYS

Go versiongo version go1.23.0 android/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN='...
上一页 下一页
.