Aurora Blog
Home
Golang x/tools/gopls: improve FixImports filter for short dangling references
2025-06-12 14:08:37
976
@dominikh reports in slack that gopls' organizeImports is particularly slow when there is a method call on an undefined ...
Golang os: failure in TestProcessAlreadyDone on freebsd,netbsd,openbsd
2025-06-12 14:08:32
3409
Go versionlast commit as of now (beaf7f3282c25)Output of go env in your module/workspace:n/aWhat did you do?A test case ...
Golang runtime/pprof: TestMutexProfile failures
2025-06-12 14:08:29
68115
#!watchflakespost <- pkg == "runtime/pprof" && test ~ `TestMutexProfile` && `profile sample...
Golang proposal: x/net/http2: per-write timeouts (WriteByteTimeout) for servers
2025-06-12 14:08:25
1263
This issue is part of a project to move x/net/http2 into std: #67810HTTP/2 transports have a Transport.WriteByteTimeout ...
Golang time: RFC1123{,Z} format strings appear to be very slightly wrong
2025-06-12 14:08:22
2829
Go versiongo version go1.22.1 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang cmd/trace: add absolute (system) timestamp
2025-06-12 14:08:20
10794
Proposal DetailsRuntime traces don't contain (or display) an absolute timestamp for events. This would be useful for com...
Golang x/tools/go/ssa: incomplete type parameter substitution causing panics
2025-06-12 14:08:13
2134
Hello!When x/tools/go/ssa is instantiating generic functions, it seems that the type parameter substitution algorithm do...
Golang x/telemetry/config: add counters for refactoring operations
2025-06-12 14:08:11
1029
SummaryWe have an ongoing project to improve refactoring tools in gopls (including rename, inline, change signature, and...
Golang runtime: windows DLL mappings interfere with 32-bit memory allocation
2025-06-12 14:08:09
41856
by zippoxer:Before filing a bug, please check whether it has been fixed sincethe latest release: run "hg pull"...
Golang proposal: runtime: replace wyhash with rapidhash
2025-06-12 14:08:06
1174
Proposal Detailshash64.go currently implements wyhash wyhash owner recognized rapidhash as the official new version. S...
Golang x/tools/gopls: duplicate package paths in export data manifest (via telemetry)
2025-06-12 14:08:03
85000
#!stacks"bug.Reportf" && ("(*typeCheckBatch).importMap.func1:+6" || "gcimporter...
Golang x/website: add Gerrit basic tutorial in contributing guidelines
2025-06-12 14:08:01
2108
This is about https://go.dev/doc/contribute#reviewAs long time Open Source contributor and heavy GitHub user, I struggle...
Golang os/user: Lookup not returning UnknownUserError for unknown user when CGO_ENABLED=1
2025-06-12 14:07:58
6938
Go versiongo version go1.22.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang x/tools/gopls: unusedparams should ignore params that shadow variables
2025-06-12 14:07:56
2703
I have recently been enabling the gopls unusedparams analyzer, and while it is useful it produces a lot of noise.For our...
Golang proposal: slices: add Push
2025-06-12 14:07:52
2857
Motivation:Appending a new element to a slice is probably the most common slice operation.The semantics of the append op...
Golang cmd/go/internal/vcweb/vcstest: TestScripts/git/gitrepo-sha256.txt failures [consistent failure]
2025-06-12 14:07:50
98219
#!watchflakesdefault <- pkg == "cmd/go/internal/vcweb/vcstest" && test == "TestScripts/git/git...
Golang x/pkgsite: generate static docs
2025-06-12 14:07:27
25473
It is fairly trivial to compile a given Go version and run the doc server locally tosearch for an older API.But it would...
Golang runtime: document explicitly that finalizers and cleanups can hold up other finalizers and cleanups
2025-06-12 14:07:25
1435
We should add a sentence to the finalizer and cleanup documentation that makes it abundantly clear a finalizer/cleanup c...
Golang cmd/compile/internal/types2: unify.go:449: assertion failed, panic
2025-06-12 14:07:23
9721
Go versiongo version devel go1.23-cf501e05e1 Thu Jun 6 21:59:21 2024 +0000 darwin/arm64Output of go env in your module/w...
Golang x/build/cmd/relui: update compiler's PGO profile
2025-06-12 14:07:21
638
This is a tracking issue to create a task for updating the compiler's PGO profile, something that we currently typically...
上一页
下一页
1
…
320
321
322
323
324
…
368
.