Aurora Blog
Home
Golang x/build: bot linux-arm-aws--dev-3e01 reported as broken
2025-08-07 14:07:46
158
The bot linux-arm-aws--dev-3e01 has been reported as broken. It is currently in "quarantined" state. Please work to reso...
Golang slices: add Chunk function to divide []T into [][]T chunks
2025-08-07 14:07:40
16028
A problem I've run into a fair amount is dealing with APIs which only accept a maximum number of inputs at once, though ...
Golang x/build: bot linux-riscv64-mengzhuo--megrez-2 reported as broken
2025-08-07 14:07:36
530
The bot linux-riscv64-mengzhuo--megrez-2 has been reported as broken. It is currently in "quarantined" state. Please wor...
Golang path/filepath: Walk/WalkDir susceptible to symlink race
2025-08-07 14:07:34
2034
The filepath.Walk and filepath.WalkDir functions are documented as not following symbolic links.Both these functions are...
Golang Allow uninstantiated generic types as function parameters
2025-08-07 14:07:19
8184
Go Programming ExperienceIntermediateOther Languages ExperienceGo, Python, Javascript, Java, Elixir, and a smattering of...
Golang cmd/compile: ICE when StructMake not lowered
2025-08-07 14:07:17
455
package maintype Type struct { any}type typeObject struct { e struct{} b *byte}func f(b *byte) Type { return...
Golang x/tools/gopls: prefix SignatureHelp label with "func"
2025-08-07 14:07:13
1178
Not an issue, but feature request.Currently, SignatureHelp returns a label that is not valid Go code, which makes it dif...
Golang x/tools/cmd/godoc: jquery can be updated to a newer version
2025-08-07 14:07:02
2868
The version of jquery in godoc is susceptible to a security vulnerability.Comment From: toothrot/cc @dmitshur Comment Fr...
Golang cmd/compile: spurious undefined identifier warning for invalid identifier
2025-08-07 14:06:56
1179
% cat /tmp/x.gopackage mainimport "fmt"func main() { fmt.Printf☹("hello world")}% go build /tmp/x...
Golang runtime: TestGdbConst failures [consistent failure]
2025-08-07 14:06:51
41210
#!watchflakesdefault <- pkg == "runtime" && test == "TestGdbConst"Issue created automatic...
Golang x/build: bot windows-arm64-azure--03 reported as broken
2025-08-07 14:06:49
173
The bot windows-arm64-azure--03 has been reported as broken. It is currently in "quarantined" state. Please work to reso...
Golang cmd/compile: inlining blocks integer range optimization
2025-08-07 14:06:39
950
Consider the following code:func gte4(x uint64) bool { return 4 <= x}func lt20(x uint64) bool { return x < 2...
Golang proposal: encoding/json: opt-in for true streaming support
2025-08-07 14:06:33
14866
OverviewI have long wanted proper streaming support in the encoding/json library. I’ve been doing some homework to under...
Golang runtime: TestGdbAutotmpTypes failures
2025-08-07 14:06:24
72735
#!watchflakesdefault <- pkg == "runtime" && test == "TestGdbAutotmpTypes"Issue created au...
Golang cmd/go: TestScript/work_get_toolchain failures
2025-08-07 14:06:22
20360
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/work_get_toolchain"Issue c...
Golang x/build/cmd/watchflakes: should report broken or missing builders
2025-08-07 14:06:20
2747
@rsc says that watchflakes has code to detect broken builders. It would be nice to turn that awareness into issues, espe...
Golang cmd/compile: new bounds check strategy pushes ppc64le unoptimized builds over nosplit stack limit
2025-08-07 14:06:13
1574
ppc64le builds started failing with https://go.dev/cl/682498.Example failure: https://ci.chromium.org/ui/p/golang/builde...
Golang cmd/go: panic when passed an invalid path like \x01
2025-08-07 14:06:00
4396
Go versiongo version go1.22.3 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang math/big: unrecognized failures
2025-08-07 14:05:56
2304
#!watchflakesdefault <- pkg == "math/big" && test == ""Issue created automatically to col...
Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.25 backport]
2025-08-07 14:05:23
298
Parent #74831.Comment From: gopherbotChange https://go.dev/cl/693559 mentions this issue: [release-branch.go1.25] databa...
上一页
下一页
1
…
48
49
50
51
52
…
283
.