Aurora Blog
Home
Golang os/exec: TestContextCancel failures on netbsd
2025-06-12 14:12:36
149453
#!watchflakespost <- pkg == "os/exec" && test == "TestContextCancel" && goos == &...
Golang proposal: cmd/go: fix: apply fixes from modernizers and gofix analyzers
2025-06-12 14:12:28
3381
(This proposal is the second of a sequence of two; #73605 is the first. --adonovan)Proposal Detailsgo fix should have a ...
Golang runtime: CGo requires unrelated memory to be pinned
2025-06-12 14:11:55
4047
Go versiongo version go1.24.1 darwin/arm64; go version go1.24.1 windows/arm64Output of go env in your module/workspace:A...
Golang runtime: cgocheck fails to correctly identify pinned allocation in self-reference of a linker-allocated object
2025-06-12 14:11:53
3554
Go versiongo version go1.24.1 darwin/arm64; go version go1.24.1 windows/arm64Output of go env in your module/workspace:A...
Golang cmd/cgo: []byte argument has Go pointer to Go pointer
2025-06-12 14:11:51
6333
With Go 1.11 and HEAD: go version devel +a2a3dd00c9 Thu Sep 13 09:52:57 2018 +0000 darwin/amd64, the following program:p...
Golang cmd/go: install gopls fails: module found, but does not contain package
2025-06-12 14:11:49
4669
Go versiongo version go1.24.4 darwin/arm64 Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g...
Golang x/tools/gopls: nil panic in types.Package.Path while writing export data (internal/gcimporter)
2025-06-12 14:11:41
8424
#!stacks"go/types.(*Package).Path:=34" && "gcimporter.(*exportWriter).exportPath:=688"Issue ...
Golang proposal: encoding/json/v2: new API for encoding/json
2025-06-12 14:11:33
165811
Proposal DetailsThis is a formal proposal for the addition of "encoding/json/v2" and "encoding/json/jsontext" packages t...
Golang crypto/rsa: PrivateKey.Validate() no longer catch invalid private exponent D
2025-06-12 14:11:23
1514
Go versiongo version go1.25-devel_d4c6effaa7 Wed Jun 11 10:11:53 2025 -0700 darwin/arm64Output of go env in your module/...
Golang proposal: fmt: Panicf function
2025-06-12 14:11:21
974
Proposal DetailsAdd a Panicf function to the fmt package, similar to log.Panicf(). Currently to format a panic message, ...
Golang cmd/go: crash on unknown GOEXPERIMENT during toolchain selection
2025-06-12 14:11:19
3913
Go versiongo version go1.24.4 linux/amd64 (doesn't affect 1.23)Output of go env in your module/workspace:AR='ar'CC='gcc'...
Golang runtime: green tea garbage collector
2025-06-12 14:11:13
30264
Green Tea 🍵 Garbage CollectorAuthors: Michael Knyszek, Austin ClementsUpdated: 2 May 2025This issue tracks the design an...
Golang cmd/compile/internal/importer: deadlock in recursion through type parameter
2025-06-12 14:11:11
10743
As mentioned in https://github.com/golang/go/issues/60817#issuecomment-1728279951_:I'm coming here from Stack Overflow, ...
Golang all: require Linux 3.2 kernel for Go 1.24
2025-06-12 14:11:09
11254
In 2021 in #45964 we moved the minimum Linux kernel version to 2.6.32.There is a good summary from @baryluk about what w...
Golang net/http: TestRequestWriteTransport failures with unexpected Transfer-Encoding in request
2025-06-12 14:11:00
8796
#!watchflakespost <- pkg == "net/http" && test == "TestRequestWriteTransport" && ...
Golang proposal: spec: function aliases
2025-06-12 14:10:58
688
Proposal DetailsGo currently does not support function aliases. However, you can simulate function aliases using wrappe...
Golang cmd/go: crash on unknown GOEXPERIMENT during toolchain selection [1.24 backport]
2025-06-12 14:10:56
219
@prattmic requested issue #74111 to be considered for backport to the next 1.24 minor release.@gopherbot Please backport...
Golang x/tools/internal/mcp: Add ability to provide a custom http.Client when creating mcp.NewSSEClientTransport
2025-06-12 14:10:55
796
The SSE implementation of the MCP client currently hard codes http.DefaultClient https://github.com/golang/tools/blob/43...
Golang runtime: plugin has empty pluginpath
2025-06-12 14:10:53
2726
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:➜ milvus-cdc git:(dev) go envAR='ar'...
Golang cmd/go: revisit allowed set of characters in module, import, and file paths
2025-06-12 14:10:50
5796
Currently, import paths have the following lexical restrictions (see module.CheckImportPath):Must consist of valid path ...
上一页
下一页
1
…
320
321
322
323
324
…
369
.