Aurora Blog
Home
Golang crypto/ecdsa: issue with upcoming deprecations
2025-06-27 14:09:57
1199
with Go 1.26, these will be deprecated:https://pkg.go.dev/crypto/ecdsa@go1.25rc1#PrivateKey.Dhttps://pkg.go.dev/crypto/e...
Golang x/tools/go/ssa/builder.go: panic("nil underlyin") while executing *ssa.Program.Build()
2025-06-27 14:09:55
25398
Go versiongo version go1.20.5 darwin/amd64Output of go env in your module/workspace:GO111MODULE="on"GOARCH=&qu...
Golang os: RemoveAll susceptible to symlink race
2025-06-27 14:09:18
2047
Both the at (systems that implement openat, unlinkat etc) and the noat implementations of os.RemoveAll are susceptible t...
Golang cmd/compile: DIE with empty locations generated with optimizations disabled
2025-06-27 14:09:14
2024
Go versiongo version devel go1.23-ae457e811d Tue Jan 30 23:37:12 2024 +0000 linux/amd64What did you do?I was investigati...
Golang cmd/go: -cover flag is not reported by go version -m [1.22 backport]
2025-06-27 14:09:12
767
@Jorropo requested issue #67366 to be considered for backport to the next 1.22 minor release.@gopherbot please open back...
Golang cmd/go: -cover flag is not reported by go version -m
2025-06-27 14:09:09
2496
Go versiongo version devel go1.23-0767ffdf27 Tue May 14 17:18:10 2024 +0000 linux/amd64Output of go env in your module/w...
Golang cmd/link: runtime.mach_vm_region_trampoline: unsupported dynamic relocation for symbol libc_mach_task_self_ (type=29 (R_GOTPCREL) stype=46 (SDYNIMPORT)) [1.22 backport]
2025-06-27 14:09:07
1856
@cherrymui requested issue #67976 to be considered for backport to the next 1.22 minor release.@gopherbot please backpor...
Golang x/website/internal/gitfs: TestGerrit failures
2025-06-27 14:08:57
6629
#!watchflakespost <- pkg == "golang.org/x/website/internal/gitfs" && test == "TestGerrit"...
Golang x/tools/gopls: Hover: panic in lookup{ObjectByName,DocLinkSymbol}
2025-06-27 14:08:52
9441
#!stacks("bug.Reportf" || "runtime.sigpanic") && ("lookupObjectByName" || "...
Golang x/tools/gopls: resolve comment links to unimported package-qualified symbols such as [net/http.Request]
2025-06-27 14:08:49
1355
Reported by @mvdan in slack: while the doc comment spec allows for qualified doc links such as [net/http.Request], it lo...
Golang runtime: TestGdbBacktrace failures with "No such process." on loong64
2025-06-27 14:08:44
2893
I encountered this error reported by TestGdbBacktrace when I was doing local testing on loong64:--- FAIL: TestGdbBacktra...
Golang x/tools/go/astutil: PathEnclosingInterval omits FuncType for intervals in the function signature
2025-06-27 14:08:42
1193
Invoking PathEnclosingInterval on the extent of x in this program:package pfunc f(x int)gives this result:Path enclosing...
Golang cmd/compile: devirtualize singly-typed interface return values
2025-06-27 14:08:38
5761
Common convention among a lot of Go programmers is to not return interfaces, because this always forces a pointer to esc...
Golang proposal: debug/gosym: rewrite gosym package with new interface, inlined tree support, low memory overhead, and more
2025-06-27 14:08:36
6649
Proposal DetailsRelated issues: #57447 #58474 There seems to be a consensus it would be nice to have a new implementatio...
Golang x/telemetry/internal/counter: TestMissingLocalDir failures
2025-06-27 14:08:33
2367
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/counter" && test == "TestMissi...
Golang x/telemetry/internal/counter: TestBasic failures
2025-06-27 14:08:32
819
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/counter" && test == "TestBasic...
Golang x/tools/gopls: CodeActions: "end < start" panic
2025-06-27 14:08:30
2027
#!stacks"gopanic" && "Cursor.FindByPos" && "goAssembly:+33"Issue created b...
Golang x/tools/gopls: file corruption on case-insensitive filesystems
2025-06-27 14:08:28
14414
What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...
Golang x/tools/gopls: triage process for feature requests
2025-06-27 14:08:21
1412
This is a meta issue.We've had limited bandwidth for ad-hoc feature requests in gopls for the last 6-8 months, due to so...
Golang runtime: Suddenly started getting error roundupsize redeclared in this block
2025-06-27 14:08:20
3991
Go versiongo version go1.22.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
上一页
下一页
1
…
262
263
264
265
266
…
373
.