Aurora Blog
Home
Golang go/types: add Hasher{,IgnoreTags} types
2025-06-19 14:09:04
16048
[Edit: this proposal is now just for the hash function. The HashMap is another proposal.]We propose to add the HashMap d...
Golang x/tools/gopls: keeps crashing
2025-06-19 14:08:50
3748
Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang cmd/cgo: recognize //go:export like //export
2025-06-19 14:08:46
1624
Directives are excluded from extracted docs (#37974). In addition to comments matched by the //[a-z0-9]+:[a-z0-9] patter...
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...
上一页
下一页
1
…
254
255
256
257
258
…
337
.