Aurora Blog
Home
Golang mime: incorrect mime-type for .mjs files on windows (text/plain instead of application/javascript)
2025-06-12 14:13:06
4059
Go version1.21What did you see happen?This is identical to #32350 but .mjs instead of .js (I would have commented on the...
Golang cmd/internal/testdir: Test/goto.go failures
2025-06-12 14:13:03
5579
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/goto.go"Issue crea...
Golang proposal: database/sql: Can add DriverName() string into sql.DB and sql.Tx
2025-06-12 14:13:00
1408
Proposal DetailsWe often need to adapt to different databases (e.g., PostgreSQL, MySQL), so we need to distinguish them ...
Golang cmd/cgo/internal/testsanitizers: failures with signal: segmentation fault or exit status 66
2025-06-12 14:12:58
53463
#!watchflakespost <- pkg == "cmd/cgo/internal/testsanitizers" && (`exited with signal: segmentation...
Golang go/doc,x/pkgsite: struct fields inconsistently linked in doc comments
2025-06-12 14:12:54
3132
https://go.dev/doc/comment#doclinks currently says:Doc links are links of the form “[Name1]” or “[Name1.Name2]” to refer...
Golang go/doc: AllMethods mode erroneously includes methods shadowed by field declarations
2025-06-12 14:12:47
3573
What version of Go are you using (go version)?$ go versiongo version devel go1.22-ee788dba Sat Sep 9 01:48:44 2023 +0000...
Golang runtime: bad frame pointer during panic during duffcopy [1.24 backport]
2025-06-12 14:12:43
746
@randall77 requested issue #73748 to be considered for backport to the next 1.24 minor release.@gopherbot please open ba...
Golang runtime: bad frame pointer during panic during duffcopy [1.23 backport]
2025-06-12 14:12:41
746
@randall77 requested issue #73748 to be considered for backport to the next 1.23 minor release.@gopherbot please open ba...
Golang cmd/compile: regression on ppc64le bit operations [1.24 backport]
2025-06-12 14:12:39
474
@pmur requested issue #73153 to be considered for backport to the next 1.24 minor release.@gopherbot please consider thi...
Golang os/exec: TestContextCancel failures on netbsd
2025-06-12 14:12:36
149453
#!watchflakespost <- pkg == "os/exec" && test == "TestContextCancel" && goos == &...
Golang proposal: cmd/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: Pinner doesn't work for global struct variables
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'...
上一页
下一页
1
2
3
4
5
6
7
…
49
.