Aurora Blog
Home
Golang build: golang.org/x/tools/gopls/internal/test/integration/completion failures
2025-07-30 14:04:44
2713
#!watchflakesdefault <- repo == "tools" && pkg == "" && test == "golang.org/...
Golang build: golang.org/x/tools/gopls/internal/test/integration/codelens failures
2025-07-30 14:04:41
7267
#!watchflakesdefault <- repo == "tools" && pkg == "" && test == "golang.org/...
Golang cmd/compile: incorrectly reports x - minimumValue overflows for integers
2025-07-30 14:04:39
3943
Go versiongo version devel go1.24-0fe775e9f3 Mon Jul 29 05:12:05 2024 +0000 X:rangefunc linux/amd64Output of go env in y...
Golang runtime: use SwissTable
2025-07-30 14:04:37
245637
AbstractFrom ByteDance Programming Language TeamWe suggest using SwissTable in the runtime to replace the original imple...
Golang os/exec: LookPath bug: incorrect expansion of "", "." and ".." in some PATH configurations [1.24 backport]
2025-07-30 14:04:27
171
@neild requested issue #74466 to be considered for backport to the next 1.24 minor release.@gopherbot please create back...
Golang os/exec: LookPath bug: incorrect expansion of "", "." and ".." in some PATH configurations [1.23 backport]
2025-07-30 14:04:23
171
@neild requested issue #74466 to be considered for backport to the next 1.23 minor release.@gopherbot please create back...
Golang x/tools/gopls/internal/analysis/fillreturns: unrecognized failures
2025-07-30 14:04:15
2124
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/fillreturns" && test == ...
Golang x/tools/gopls/internal/analysis/unusedfunc: spurious reports in packages that use build tags (or assembly)
2025-07-30 14:04:06
2073
gopls' unusedfunc analysis may report spurious "function f is unused" diagnostics when uses exist but only in build-tagg...
Golang encoding/json/v2: confusing error when destination is slice of wrong type
2025-07-30 14:04:04
1251
var v []intfmt.Println(json.Unmarshal([]byte(`["foo"]`), &v))v1 error: "json: cannot unmarshal string into...
Golang encoding/json/v2: unexpected support for Inf in map[string]any value
2025-07-30 14:04:02
705
inf := math.Inf(1)json.Marshal(inf)json.Marshal(struct{ F float64 }{inf})json.Marshal(map[string]any{"k": inf}...
Golang x/tools/gopls/internal/analysis/deprecated: unrecognized failures
2025-07-30 14:03:57
1653
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/deprecated" && test == &...
Golang x/tools/gopls/internal/analysis/embeddirective: unrecognized failures
2025-07-30 14:03:55
1665
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/embeddirective" && test ...
Golang x/build/cmd/watchflakes: duplicate issue opened on package-level failure
2025-07-30 14:03:51
1417
Recently we added reporting package-level failures (that is not associated to a specific test) to LUCI. In some cases, e...
Golang cmd/compile: create GOARCH=wasm32
2025-07-30 14:03:49
41069
BackgroundThe GOARCH=wasm architecture was first introduced alongside GOOS=js in 2019. The choice was made to use a 64 b...
Golang spec: allow range-over-func to omit iteration variables
2025-07-30 14:03:46
47372
In discussion during the implementation of #61405 we changed range-over-func to require mentioning iteration variables. ...
Golang x/build: reuse x/website's TestAll for catching problems in release note fragments in the main Go repository
2025-07-30 14:03:44
889
x/website has an excellent test for issue #37047 that catches various problems in Markdown/HTML content. However, there'...
Golang crypto/tls: BenchmarkHandshakeServer failures
2025-07-30 14:03:37
684
#!watchflakesdefault <- pkg == "crypto/tls" && test == "BenchmarkHandshakeServer"Issue cr...
Golang crypto/tls: BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-P256 failures
2025-07-30 14:03:35
1182
#!watchflakesdefault <- pkg == "crypto/tls" && test ~ `BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-...
Golang x/website: documentation change dropped explanation of doc comment form
2025-07-30 14:03:33
3075
I noticed from a thread somewhere that the discussion of doc comments in Effective Go moved into a separate document whe...
Golang x/tools/gopls: Symbols: use Levenshtein distance for ranking
2025-07-30 14:03:31
321
I just sought the symbol testincreemntalnope and got an empty result, even though TestIncrementalNope exists. It's 2025,...
上一页
下一页
1
…
115
116
117
118
119
…
320
.