Aurora Blog
Home
Golang x/website/_content/doc: add note about how much memory the Go runtime retains to the GC guide
2025-06-13 14:07:47
7312
Hello,I spent a lot of time to find the reason of a "memory leak" which did not exist. There was a fundamental misunders...
Golang x/website: gc-guide: document performance characteristics of weak pointer implementation
2025-06-13 14:07:43
3705
Go versiongo version go1.24.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang x/tools/gopls: ChangeSignature: OOB panic in inline.updateCalleeParams (mismatched syntactic/semantic params)
2025-06-13 14:07:41
1587
#!stacks"goPanicIndex" && "updateCalleeParams.func1"Issue created by stacks.func updateCalle...
Golang x/tools/gopls: FoldingRange: no fold option for functions (there is a comment at the end of the line)
2025-06-13 14:07:40
2887
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: CodeAction: SEGV in internal/modindex.(*Index).Lookup
2025-06-13 14:07:38
7354
What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...
Golang x/vuln: vulncheck high network usage
2025-06-13 14:07:36
599
When enabling VulnCheck in VSCode, network usage spikes to approximately 32 Mbps from nearly zero and remains elevated d...
Golang go/internal/gccgoimporter: go building failing with gcc 14.1.0 [1.22 backport]
2025-06-13 14:07:31
595
@ianlancetaylor requested issue #67846 to be considered for backport to the next 1.22 minor release.@gopherbot Please op...
Golang go/internal/gccgoimporter: go building failing with gcc 14.1.0 [1.21 backport]
2025-06-13 14:07:29
595
@ianlancetaylor requested issue #67846 to be considered for backport to the next 1.21 minor release.@gopherbot Please op...
Golang x/tools/gopls: temporarily guard against range over func in staticcheck buildir analyzers
2025-06-13 14:07:27
1007
Reminder issue: the version of staticcheck linked by gopls does not yet support range over func. staticcheck@master has ...
Golang reflect: add SliceAt function
2025-06-13 14:07:21
6759
In Go 1.21 we are introducing some new functions in the unsafe package: unsafe.Slice, unsafe.SliceData, unsafe.String, u...
Golang os.Executable path resolution broken if path contains space
2025-06-13 14:07:17
1712
Go versiongo version go1.22.3 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang x/tools/gopls: expose an off-by-default MCP server from gopls
2025-06-13 14:07:11
1742
This is a high level tracking issue.We want to experiment with exposing MCP server bindings in gopls, so that we can pro...
Golang x/tools/internal/mcp: TestCmdTransport failures [consistent failure]
2025-06-13 14:07:07
339057
#!watchflakesdefault <- pkg == "golang.org/x/tools/internal/mcp" && test == "TestCmdTransport&...
Golang x/tools/gopls: render package documentation when hovering over imported package name identifiers
2025-06-13 14:07:04
8145
Is your feature request related to a problem? Please describe.Package-level description isn't renderingDescribe the solu...
Golang x/tools/gopls: add refactor.inline.variable-all code action
2025-06-13 14:06:23
5769
[Update: extract.variable and extract-variable.all are done. So is inline-variable. Retitled to narrower scope of inline...
Golang x/tools/gopls: feature: "move declaration" refactoring
2025-06-13 14:06:20
1358
A generalization of renaming a symbol X to Y is to rename X to otherpkg.Y, causing the declaration of X, along with any ...
Golang x/tools/gopls: hover: doc link markup ignores import mapping of current file, omits links
2025-06-13 14:06:18
5110
Is your feature request related to a problem? Please describe.When hovering over a symbol in the editor, currently some ...
Golang x/tools/gopls: support "inline all" and "inline away"
2025-06-13 14:06:15
380
Add two new code actions for inlining, defined at the callee rather than caller:"inline all" inlines all uses of a funct...
Golang x/tools/gopls: support type move refactorings
2025-06-13 14:06:12
1170
What did you do?I have code like below:package atype M struct {}and used by some package:package mainfunc main() { ...
Golang x/tools/gopls: extract(refactor) fails on anonymous structs
2025-06-13 14:06:10
1718
What version of Go are you using (go version)?go version go1.20.6 darwin/amd64golang.org/x/tools/gopls v0.12.4 golang...
上一页
下一页
1
…
165
166
167
168
169
…
219
.