Aurora Blog
Home
Spring Align HttpMessageConverters builder with WebFlux codecs variants
2025-07-12 14:00:11
1022
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
2025-07-11 14:09:30
6284
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
2025-07-11 14:09:27
5665
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
2025-07-11 14:09:25
313
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)
2025-07-11 14:09:23
4939
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
2025-07-11 14:09:17
6472
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
2025-07-11 14:09:11
3099
#!watchflakespost <- pkg == "runtime" && test == "TestMemmoveOverlapLarge0x120000"Issue c...
Golang x/net: vuln: CVE-2023-39325, CVE-2023-39326, and CVE-2023-44487
2025-07-11 14:09:09
1708
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
2025-07-11 14:09:07
1740
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
2025-07-11 14:09:04
417
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
2025-07-11 14:09:03
12360
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
2025-07-11 14:08:59
2094
#!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
2025-07-11 14:08:51
12487
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
2025-07-11 14:08:49
820
#!watchflakesdefault <- repo == "telemetry" && pkg == "" && test == "golang....
Golang x/tools/gopls: add telemetry for refactor -> add and remove struct tags operations
2025-07-11 14:08:45
345
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
2025-07-11 14:08:42
2502
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
2025-07-11 14:08:20
1163
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
2025-07-11 14:08:18
1114
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
2025-07-11 14:08:14
10520
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
2025-07-11 14:08:12
16224
Go versiongo version go1.23.0 android/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN='...
上一页
下一页
1
…
183
184
185
186
187
…
331
.