Aurora Blog
Home
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 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 ...
Golang cmd/go: misleading fatal: log message when working in a git repo with no commits
2025-07-08 14:03:44
2639
What version of Go are you using (go version)?$ go versiongo version go1.18 linux/amd64Does this issue reproduce with th...
Golang proposal: x/tools/cmd/goimports: add flag to remove blank lines in import for regrouping during formatting
2025-07-08 14:03:40
4351
currentThe goimports will retain blank lines and multiple groups will exist after formatting.testdata in.go:import ( ...
Golang cmd/go: clarify that DiskPath in a cacheprog respone should not contain extension
2025-07-08 14:03:31
1476
I'm developing a GOCACHEPROG implementation that should store compiler cache in S3-compatible storage. Recently we faced...
Golang crypto/x509: certificate verification should fail when policy doesn't map with CA's mappings
2025-07-08 14:03:24
1165
Go versiongo1.24.4 Linux and WindowsOutput of go env in your module/workspace:go envWhat did you do?While doing Policy M...
Golang proposal: encoding/json/v2: MarshalFunc with reflect.Type
2025-07-08 14:03:18
2231
Proposal DetailsAs recommended by Joe Tsai (https://github.com/go-json-experiment/json/issues/168), I am opening this pr...
Golang slices: add Reduce function
2025-07-08 14:03:16
399
I propose a small, trivial addition to the slices package.func Reduce[S ~[]E, E any, T any](s S, f func(T, E) T, init T)...
Pandas BUG: Errors using pyarrow datetime types on windows
2025-07-08 14:03:07
3019
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: Pandas Series with Xarray slow print time.
2025-07-08 14:03:06
5100
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas The input column name in query contains special characters
2025-07-08 14:03:02
11075
The input column name in pandas.dataframe.query() contains special characters.I saw the change in 0.25, but still have ....
Pandas BUG: union of MultiIndex throws exception for datetime and pd.Timestamp with identical values
2025-07-08 14:02:51
3781
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
上一页
下一页
1
…
240
241
242
243
244
…
375
.