Aurora Blog
Home
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...
Golang cmd/compile: update compiler's PGO profile
2025-06-12 14:07:15
2290
CL https://golang.org/cl/451292 adds a default profile of the compiler, so we can build the compiler with PGO. As the co...
Golang cmd/internal/testdir: Test/fixedbugs/issue54542.go failures
2025-06-12 14:07:13
2813
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue54542.go...
Golang x/tools/gopls/internal/test/marker: Test/callhierarchy/callhierarchy.txt failures
2025-06-12 14:07:10
1379
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang cmd/go: binary does not contain VCS information when compiled in git worktree dir
2025-06-12 14:05:52
5197
What version of Go are you using (go version)?$ go versiongo version go1.20rc3 linux/amd64Does this issue reproduce with...
Golang x/net/http2: TestTransportGroupsPendingDials failures due to missing Close
2025-06-12 14:05:50
1924
--- FAIL: TestTransportGroupsPendingDials (0.02s) transport_test.go:401: saw 0 closes; want 1FAILFAIL golang.org/x...
上一页
下一页
1
…
322
323
324
325
326
…
369
.