Golang build: golang.org/x/tools/gopls/internal/test/integration/completion failures

#!watchflakesdefault <- repo == "tools" && pkg == "" && test == "golang.org/...

Golang build: golang.org/x/tools/gopls/internal/test/integration/codelens failures

#!watchflakesdefault <- repo == "tools" && pkg == "" && test == "golang.org/...

Golang cmd/compile: incorrectly reports x - minimumValue overflows for integers

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

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]

@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]

@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

#!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)

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

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

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

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/deprecated" && test == &...

Golang x/tools/gopls/internal/analysis/embeddirective: unrecognized failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/analysis/embeddirective" && test ...

Golang x/build/cmd/watchflakes: duplicate issue opened on package-level failure

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

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

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

x/website has an excellent test for issue #37047 that catches various problems in Markdown/HTML content. However, there'...

Golang crypto/tls: BenchmarkHandshakeServer failures

#!watchflakesdefault <- pkg == "crypto/tls" && test == "BenchmarkHandshakeServer"Issue cr...

Golang crypto/tls: BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-P256 failures

#!watchflakesdefault <- pkg == "crypto/tls" && test ~ `BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-...

Golang x/website: documentation change dropped explanation of doc comment form

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

I just sought the symbol testincreemntalnope and got an empty result, even though TestIncrementalNope exists. It's 2025,...
上一页 下一页
.