Aurora Blog
Home
Golang weak: Documentation: clarification if weak.Make() moves objects from stack to heap
2025-06-19 14:08:41
794
func X() {x := 9p := weak.Make(&x)}https://cs.opensource.google/go/go/+/refs/tags/go1.24.4:src/weak/pointer.go;l=67:...
Golang build: golang.org/x/tools/gopls failures
2025-06-19 14:08:40
2751
#!watchflakesdefault <- repo == "tools" && pkg == "" && test == "golang.org/...
Golang cmd/compile: teach escape analysis to conditionally stack alloc interface method call parameters like a slice in w.Write(b)
2025-06-19 14:08:27
11971
Go versiontipWhat did you do?Run this benchmark:func CallWrite(w io.Writer, x byte) { // The backing array for this s...
Golang proposal: container: add weak reference maps
2025-06-19 14:08:22
41649
This is an outgrowth of #32779, and also of https://mdlayher.com/blog/unsafe-string-interning-in-go/ and ensuing discuss...
Golang x/tools/gopls: release version v0.19.1
2025-06-19 14:07:47
486
This issue tracks progress toward releasing gopls@v0.19.1[x] create or update gopls-release-branch.0.19[x] update go.mod...
Golang x/build/maintner/maintnerd/maintapi: TestGetRef failures
2025-06-19 14:07:45
16615
#!watchflakespost <- pkg == "golang.org/x/build/maintner/maintnerd/maintapi" && test == "TestG...
Golang x/build/maintner/godata: TestCorpusCheck failures
2025-06-19 14:07:43
12272
#!watchflakespost <- pkg == "golang.org/x/build/maintner/godata" && test == "TestCorpusCheck&q...
Golang x/build/maintner/maintnerd/maintapi: TestCorpusCheck failures
2025-06-19 14:07:41
9804
#!watchflakespost <- pkg == "golang.org/x/build/maintner/maintnerd/maintapi" && test == "TestC...
Golang x/build/maintner/maintnerd/maintapi: TestTryBotStatus failures
2025-06-19 14:07:39
4954
#!watchflakesdefault <- pkg == "golang.org/x/build/maintner/maintnerd/maintapi" && test == "Te...
Golang x/build/maintner/godata: TestGerritForeachNonChangeRef failures
2025-06-19 14:07:37
4961
#!watchflakesdefault <- pkg == "golang.org/x/build/maintner/godata" && test == "TestGerritFore...
Golang proposal: crypto/x509: allow user override of the system roots on all platforms
2025-06-19 14:07:34
7223
Proposal DetailsToday, Go supports on Unices (not darwin) the ability to override the system roots through the use of th...
Golang runtime: TestMemoryLimit failures on Darwin
2025-06-19 14:07:30
7243
#!watchflakesdefault <- pkg == "runtime" && test ~ `TestMemoryLimit`Issue created automatically to ...
Golang runtime: TestGdb* failures
2025-06-19 14:07:26
14261
#!watchflakespost <- (pkg == "runtime" || pkg ~ `runtime:`) && test ~ `TestGdbPython`Issue created ...
Golang runtime:cpu2: TestCoroCgoCallback failures on openbsd/ppc64
2025-06-19 14:07:24
3298
#!watchflakesdefault <- pkg == "runtime:cpu2" && test == "TestCoroCgoCallback"Issue creat...
Golang x/tools/gopls: modernize's rangeint check is too aggressive
2025-06-19 14:07:16
2389
gopls version➜ gopls -v versionBuild info----------golang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 ...
Golang runtime: 9.81% regression in ParallelizeUntil/pieces:1000,workers:10,chunkSize:1-88 sec/op on linux/amd64 at 0afcf91
2025-06-19 14:07:06
664
Discovered a regression in sec/op of 9.81% for benchmark ParallelizeUntil/pieces:1000,workers:10,chunkSize:1-88 at 0afcf...
Golang cmd/cgo/internal/test:auto-static: Test9400 failures
2025-06-19 14:06:56
3019
#!watchflakesdefault <- pkg == "cmd/cgo/internal/test:auto-static" && test == "Test9400"I...
Golang runtime:cpu4: TestGdbAutotmpTypes failures
2025-06-19 14:06:54
3650
#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestGdbAutotmpTypes"Issue creat...
Golang runtime:cpu2: TestTracebackSystem/panic failures
2025-06-19 14:06:46
922
#!watchflakesdefault <- pkg == "runtime:cpu2" && test == "TestTracebackSystem/panic"Issue...
Golang crypto/tls: server should send empty server_name extension when using SNI
2025-06-19 14:06:42
3386
Go versionAnyOutput of go env in your module/workspace:GOARCH="amd64"What did you do?Set up a HTTPS server usi...
上一页
下一页
1
…
287
288
289
290
291
…
370
.