Aurora Blog
Home
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...
Golang x/website/blog: write a post on go.mod and go.sum misconceptions
2025-06-27 14:08:17
2460
This issue aims to track https://groups.google.com/g/golang-dev/c/wkIlHZL-NNk/m/xy2fFHs6BwAJ. We all seemed to agree tha...
Golang proposal: encoding/json: avoid massive escape costs
2025-06-27 14:08:13
4120
Proposal DetailsIt seems the json encoder and decoder has a significant overhead when escaping strings. I've attached a ...
Golang x/website: unify playground.js location
2025-06-27 14:08:11
907
We currently have two copies of the playground's playground.js: one in x/tools (the original) and one in x/website (the ...
Golang x/website: show current Go version next to download button on homepage
2025-06-27 14:08:09
831
The previous website design had a string with the current version. As part of my workflow, I used to check the website t...
Golang x/website/cmd/golangorg: add Content Security Policy
2025-06-27 14:08:06
482
CSP is an important protection against some of the higher risk web vulnerabilities and the official Go website doesn't c...
Golang x/website: document how golang.org is deployed
2025-06-27 14:08:04
658
Agniva de Sarker and I were trying to figure out how an error in a recent godoc commit made it to golang.org. This requi...
Golang x/website: addressing inaccessible links on CN site
2025-06-27 14:08:03
1714
Many of the external links on golang.google.cn are inaccessible from Mainland China (e.g. *.golang.org, *.blogspot.com, ...
Golang x/tools/gopls: Extension is having trouble with one package in a big project (the rest of the packages are fine)
2025-06-27 14:08:01
6503
What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...
Golang x/website/internal/dl: document /dl/?mode=json API more prominently
2025-06-27 14:07:54
4777
It would be nice for the JSON mode of golang.org/dl to be documented somewhere (https://golang.org/dl/?mode=json). I was...
Golang x/tools/gopls/internal/analysis/modernize: the ./... command is ineffective for certain repositories that use the multi-module pattern
2025-06-27 14:07:52
5252
Go versiongo1.24.2Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFL...
上一页
下一页
1
…
226
227
228
229
230
…
336
.