Aurora Blog
Home
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,...
Golang x/vuln: add support to ignore unfixed vulnarablilities
2025-07-30 14:03:29
436
Hi,I'm looking for a way to control the behavior of unfixed vulnerabilities. Now the only way to do this is to use json ...
Golang go/types: accepts invalid recursive type declarations, for some orderings
2025-07-30 14:03:27
3188
Go versiongo version go1.24.5 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang x/build: gotip-freebsd-riscv64 builder is in quarantined state
2025-07-30 14:03:25
681
https://ci.chromium.org/ui/p/golang/builders/ci/gotip-freebsd-riscv64In the Machine Pool section, it's visible that the ...
Viper Migrate off of gopkg.in/yaml.v3
2025-07-30 14:03:20
856
Preflight Checklist[x] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
上一页
下一页
1
…
170
171
172
173
174
…
375
.