Aurora Blog
Home
Golang x/tools/gopls: regression of Organize Imports in CL 587555
2025-06-07 14:04:55
283
@hyangah points out that, in VS Code, organize imports on save stopped working at https://go.dev/cl/587555. I can reprod...
Golang proposal: spec: short function literals
2025-06-07 14:04:53
686689
[edit: As of today, end of May 2025, this proposal has received ~1000 comments. Please read the summary before adding mo...
Golang runtime/pprof: TestProfilerStackDepth/heap failures
2025-06-07 14:04:13
641
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/heap"Is...
Golang runtime/pprof: TestEmptyCallStack failures
2025-06-07 14:04:11
2560
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestEmptyCallStack"Issue creat...
Golang cmd/go: can't invoke go in src directory
2025-06-07 14:04:09
2090
Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang x/build/cmd/relui: bypass trybots for VERSION file CLs
2025-06-07 14:04:07
1772
This is an enhancement to speed up the release process and slightly reduce its resource use, by adding some complexity t...
Golang net/http: sensitive headers not cleared on cross-origin redirect CVE-2025-4673
2025-06-07 14:04:05
1150
Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive inf...
Golang all: update standard-library dependencies at the start and end of each development cycle
2025-06-07 14:04:03
20453
The x dependencies vendored into the standard library (via src/go.mod and src/cmd/go.mod) should be updated for each cod...
Golang x/vuln/cmd/govulncheck: consuming 90%+ of memory and runs without an end
2025-06-07 14:04:00
12908
govulncheck versionIn my script I am using 'latest' which resolves to v1.1.1Does this issue reproduce at the latest ver...
Golang x/tools/gopls: Add inlay hints to var variable declaration
2025-06-07 14:03:58
439
Currently, the inlay hints are only avaiable for short handed variable declaration, but not for var。I hope that could al...
Golang proposal: go/doc,testing: add playable examples using a *testing.T context
2025-06-07 14:03:55
2241
Proposal DetailsGoalAllow documentation/example writers to expose testable examples that run with a *testing.T context. ...
Golang x/tools/gopls: filter noisy code actions when triggerKind is automatic
2025-06-07 14:03:53
14147
gopls version: built @ c467be361ab7f9641e4ffefaa23e0eedfb7ea10eWhat did I do?Triggered printf diagnostics and SA1006 di...
Golang proposal: testing: allow examples the use of testing.T/B/F for test framework examples
2025-06-07 14:03:46
3411
Proposal DetailsToday, examples are tests presented alongside godoc as a "func main()" typically, as shown in https://go...
Golang x/pkgsite: versions in pkg.go.dev not up-to-date for pkg.go.dev/github.com/projectcalico/calico
2025-06-07 14:03:44
259
Hi,It seems like the go package version for https://pkg.go.dev/github.com/projectcalico/calico is outdated.Last update s...
Golang math/big: Float.Copy doc string can be misleading
2025-06-07 14:03:39
851
Reminder issue to review this documentation in math/big:// Copy sets z to x, with the same precision, rounding mode, and...
Golang x/tools/gopls: add telemetry for whether people use rename, extract, inline, change signature
2025-06-07 14:03:37
1079
We want to understand how often people use these tools, and how often they produce errors. Also, can we add information ...
Golang x/tools/gopls: List all function signatures in function completion list using CompletionItemLabelDetails
2025-06-07 14:03:35
1576
For now, VSCode only will show the signature of the selected function. To see other function defines, we have to move cu...
Golang unique: 7.57% regression in ReplaceShortcodeTokens-72 sec/op on linux/arm64 at 0028532
2025-06-07 14:03:27
8152
Discovered a regression in sec/op of 7.57% for benchmark ReplaceShortcodeTokens-72 at 0028532.Comment From: prattmicgith...
Golang net/http: bundled http2 uses priority-based scheduler instead of round robin scheduler
2025-06-07 14:03:25
1349
What version of Go are you using (go version)?$ go version1.21.4Does this issue reproduce with the latest release?YesWha...
Golang proxy.golang.org: please delete stale sub modules for github.com/neurlang/wayland/go-wayland-browser/browser@v0.1.19
2025-06-07 14:03:23
393
i was doing something and now it's stuck at v0.1.19 any way to upgrade it to v0.1.32I wish to delete these sub-go-mods a...
上一页
下一页
1
…
14
15
16
17
18
…
34
.