Aurora Blog
Home
Golang x/tools/gopls: Option to disable auto-complete package clause on new Go files (gopls v0.19.0+)
2025-07-31 14:08:41
4253
gopls version$ gopls -v versionBuild infogolang.org/x/tools/gopls v0.20.0 golang.org/x/tools/gopls@v0.20.0 h1:fxOYZXK...
Golang go/types, types2: simplify type-checking of method receivers with type parameters
2025-07-31 14:08:25
2402
This is a reminder issue to clean up handling of method receivers in Checker.funcType.Receiver parameter handling relies...
Golang x/tools/gopls/internal/test/integration/misc: TestTelemetryPrompt_Response/yes failures
2025-07-31 14:08:18
1106
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ==...
Golang x/tools/gopls/internal/test/integration/misc: TestTelemetryPrompt_Response/no failures
2025-07-31 14:08:16
1099
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ==...
Golang proposal: cmd/go: add go mod verify -tag
2025-07-31 14:08:12
783
Proposal DetailsGo lacks a CLI to verify local repositories against the Go checksum database. Adding a flag in go mod ve...
Golang proposal: spec: type inferred composite literals
2025-07-31 14:08:10
103833
Composite literals construct values for structs, arrays, slices, and maps. They consist of a type followed by a brace-bo...
Golang go/types: pointer receiver types not recorded in types.Info with Go 1.24
2025-07-31 14:07:56
897
CL 594740 rewrote type checking of method receiver types. Because that CL takes apart the receiver "manually" rather tha...
Golang x/vulndb: TestLintReports/data/reports/GO-2024-3188.yaml failures
2025-07-31 14:07:52
4102
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang net/http: Readdir method of DotFileHiding example does not conform to the doc
2025-07-31 14:07:38
2456
Go versiongo version go1.22.3 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...
Golang cmd/cgo/internal/testsanitizers: TestMSAN/msan8 fails with clang16.0.6
2025-07-31 14:07:36
6928
Go versiongo version devel go1.22-78b42a5338a Fri Dec 8 03:28:17 2023 +0000 linux/amd64What operating system and process...
Golang unique: TestCanonMapBadHash/LoadOrStore/ConcurrentUnsharedKeys failures
2025-07-31 14:07:34
2223
#!watchflakesdefault <- pkg == "unique" && test == "TestCanonMapBadHash/LoadOrStore/Concurrent...
Golang cmd/go: "get toolchain@latest" should ignore release candidates [1.24 backport]
2025-07-31 14:07:19
446
@matloob requested issue #74786 to be considered for backport to the next 1.24 minor release.@gopherbot please backport ...
Golang cmd/go: "get toolchain@latest" should ignore release candidates [1.25 backport]
2025-07-31 14:07:17
457
@matloob requested issue #74786 to be considered for backport to the next 1.25 minor release.@gopherbot please backport ...
Golang crypto/x509:amd64ios: unrecognized failures
2025-07-31 14:07:15
998
#!watchflakesdefault <- pkg == "crypto/x509:amd64ios" && test == ""Issue created automati...
Golang x/build/cmd/golangbuild: generate instructions for reproducing test results
2025-07-31 14:07:01
5060
When tests currently fail it's a bit tricky to figure out exactly how to reproduce the environment that created them. We...
Golang cmd/asm: Go arm64 assembler doesn't support "FMOVQ F0, (R0)(R2)"
2025-07-31 14:06:50
3741
Go versiongo version go1.24.4 linux/arm64, and master(71c2bf551303)Output of go env in your module/workspace:$ go envAR=...
Golang proposal: unsafe: add ObjectBounds function
2025-07-31 14:06:46
7122
Proposal DetailsWhen using unsafe code to get the last bit of performance, in some cases we have an unsafe.Pointer to a ...
Golang x/tools/gopls/internal/filewatcher: TestFileWatcher/rename_directory_in_linux_&_windows failures
2025-07-31 14:06:43
3115
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/filewatcher" && test == "Tes...
Golang cmd/go: default godebug settings not recorded for test binaries
2025-07-31 14:06:31
4028
Go versiongo version devel go1.23-e44fa1c1a9 2024-06-18 15:33:06 +0000 linux/amd64Output of go env in your module/worksp...
Golang proposal: encoding/json: add "readonly" tag
2025-07-31 14:06:26
13979
Previous discussion: #19423Note: this proposal focuses on the encoding/json package, but the same could beapplied to oth...
上一页
下一页
1
2
3
4
5
6
7
…
211
.