Aurora Blog
Home
Spring Introduce ConfigurableApplicationContext.restart() method
2025-07-09 14:00:14
750
In preparation of #35168, we are introducing a ConfigurableApplicationContext.restart() method that is to be preferably ...
Golang x/sys/windows: windows.PSAPI_WORKING_SET_EX_INFORMATION data structure does not match the Windows api
2025-07-08 14:06:15
6856
Go versiongo version go1.23.1 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...
Golang import/path: issue title
2025-07-08 14:06:04
2901
Go versiongo version go1.21.4 darwin/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN=...
Golang can golang c go to get args before golang runtime running?
2025-07-08 14:06:02
1528
Go versiongo.1.21Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='amd64'GOBIN=''GOCACHE='/root/.cache...
Golang runtime/race: race when building latest llvm tsan with go1.25 pre-release
2025-07-08 14:05:58
13617
Go versiongo version go1.25-prerelease-b062eb46e8 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CG...
Golang cmd/link/internal/ld: TestZeroSizedVariable/-gcflags= failures
2025-07-08 14:05:56
1120
#!watchflakesdefault <- pkg == "cmd/link/internal/ld" && test == "TestZeroSizedVariable/-gcfla...
Golang unsafe: confusing docs about unsafe.String
2025-07-08 14:05:52
2521
Go version1.22.5 (this is from pkg.go.dev)Output of go env in your module/workspace:N/A as I discovered this problem vie...
Golang runtime: fatal error: s.allocCount != s.nelems && freeIndex == s.nelems
2025-07-08 14:05:49
4994
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_vet"Issue created aut...
Golang cmd/compile: x86-64: sub-optimal codegen less-than-int sized index from structured slice/array
2025-07-08 14:05:31
2169
Go versiongo version go1.25-devel_6c3b5a2 Thu Jul 3 18:43:56 2025 -0700 linux/amd64Output of go env in your module/works...
Golang cmd/compile/internal/test: TestPGOHash failures
2025-07-08 14:05:29
4262
#!watchflakesdefault <- pkg == "cmd/compile/internal/test" && test == "TestPGOHash"Issue ...
Golang cmd/link: stop requiring gold on arm64 when GNU ld is fixed
2025-07-08 14:05:27
12013
What version of Go are you using (go version)?Any, more specifically 1.8, 1.9, master, most probably all versions suppor...
Golang errors: Is should not panic on nested uncomparable types
2025-07-08 14:05:25
3940
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 proposal: spec: expression to create pointer to simple types
2025-07-08 14:05:12
104324
This notion was addressed in #9097, which was shut down rather summarily. Rather than reopen it, let me take another app...
Golang cmd/compile: division of uint8 by 128 emits a divw instruction on atleast 386 and amd64 arch
2025-07-08 14:05:02
2420
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 cmd/go: go list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N)
2025-07-08 14:04:52
2761
Go versiongo version go1.21.4 linux/amd64Output of go env in your module/workspace: go env output:GO111MODULE=''GOARCH='...
Golang x/tools/gopls: (recovered) panic in canRemoveParameter
2025-07-08 14:04:19
3525
#!stacks"bug.Errorf" && "go/ast.Walk" && "go/ast.Inspect" && "...
Golang x/tools/gopls: Rename: "no type for %T" panic in satisfy
2025-07-08 14:04:05
6808
#!stacks"runtime.gopanic" && "satisfy.(*Finder).expr:+168"Issue created by stacks.This means...
Golang x/tools/gopls/internal/golang: inline variable: nil panic in inlineVariableOne
2025-07-08 14:04:03
5448
#!stacks"sigpanic" && "inlineVariableOne-range1"Issue created by stacks. id := curIde...
Golang os/exec: modifications to Path ignored when *Cmd is created using Command with an absolute path on Windows
2025-07-08 14:03:54
4041
This can be reproduced at tip, go1.23rc1, and go1.22.5 on Windows (but not other OSes).go1.22.4 and go1.21.12 are unaffe...
Golang os/exec: calling Cmd.Start after setting Cmd.Path manually to absolute path without ".exe" no longer implicitly adds ".exe" in Go 1.22
2025-07-08 14:03:52
4979
https://go.dev/doc/go1.22#os/exec includes:On Windows, Command and Cmd.Start no longer call LookPath if the path to the ...
上一页
下一页
1
…
198
199
200
201
202
…
334
.