Aurora Blog
Home
Golang cmd/go/internal/modget: avoid queries for workspace modules and verify module using workspace graph
2025-07-23 14:04:46
2752
go get doesn't work well when run from modules in workspace containing unreleased modules.go get expects to be able to f...
Golang x/tools/gopls/internal/cmd: TestCodeLens failures
2025-07-23 14:04:44
918
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCodeLen...
Golang x/tools/go/analysis/passes/nilness: wrong internal code comment // "x is nil, y is unknown"
2025-07-23 14:04:35
918
What version of Go are you using (go version)?$ go versiongo1.21.0 darwin/amd64Does this issue reproduce with the latest...
Golang x/pkgsite: x/tools/internal/gofix documentation is confusing
2025-07-23 14:04:33
2377
What is the URL of the page with the issue?https://pkg.go.dev/golang.org/x/tools/internal/gofixWhat is your user agent?M...
Golang x/build: bot linux-ppc64-power8--04 reported as broken
2025-07-23 14:04:31
439
The bot linux-ppc64-power8--04 has been reported as broken. It is currently in "dead" state. Please work to resolve the ...
Golang x/tools/gopls/internal/analysis/modernize: fmtappendf suggests invalid fix
2025-07-23 14:04:29
936
xtools$ cat b.gopackage toolsimport "fmt"type S struct{ Bytes []byte }var _ = struct{ A S }{ A: S{ B...
Golang runtime: stack split at bad time for programs built with go1.23rc2 with optimizations disabled on linux/386
2025-07-23 14:04:27
7394
$ go versiongo version go1.23rc2 linux/386How to reproduce:* build anything that calls fmt.Println (for example buildtes...
Golang testing: implement b.Loop keepalive without preventing inlining, which can lead to heap allocs
2025-07-23 14:04:15
13027
Go versiongo version go1.24.2What did you do?I read the current b.Loop API doc and draft b.Loop blog. I also used gopls....
Golang sync: defer wg.Done() is dangerous
2025-07-23 14:04:13
1536
Go versiongo version go1.24.1 linux/amd64What did you do?Using defer wg.Done() is dangerous, as the caller of wg.Wait() ...
Golang cmd/trace: always opening browser, not printing profile
2025-07-23 14:04:08
5828
Go versiongo version go1.22.2 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang slices: Equal should call out handling of nil
2025-07-23 14:03:53
2231
Go versiongo1.22.0What did you do?Read the docs for slices.EqualWhat did you see happen?Saw:Equal reports whether two sl...
Golang math/big: comment typo
2025-07-23 14:03:49
2200
Go versiongo version go1.22.5 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...
Golang archive/zip: Create() does not overwrite duplicate filenames, leading to unnecessary bloating of the resulting ZIP file
2025-07-23 14:03:47
2529
Go versiongo version go1.22.2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang encoding/json: document that Encoder.Encode produces JSON values as single text line
2025-07-23 14:03:45
1868
Proposal DetailsThe encoding/json Encoder outputs JSON values as single lines of text since its original version and thi...
Golang net: net.ParseIP always return ipv6
2025-07-23 14:03:43
2246
Go versiongo version go1.21.3 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...
Golang cmd/compile: "internal compiler error: is not shape-identical" crash
2025-07-23 14:03:40
3574
Go versiongo version go1.22.1 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang x/build: bot linux-ppc64-power8--05 reported as broken
2025-07-23 14:03:38
152
The bot linux-ppc64-power8--05 has been reported as broken. It is currently in "dead" state. Please work to resolve the ...
Golang internal/concurrent: hashtriemap uses abi.NoEscape cause incorrect inlining decision
2025-07-23 14:03:33
8990
Go versiongo version go1.23rc2 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN='...
Golang runtime: segfaults in runtime.(*unwinder).next [1.24 backport]
2025-07-23 14:03:29
403
@prattmic requested issue #73259 to be considered for backport to the next 1.24 minor release.@gopherbot Please backport...
Golang crypto/tls: support kernel-provided TLS
2025-07-23 14:03:27
35829
Lots of background and a implementation, albeit from 3+ years ago: https://blog.filippo.io/playing-with-kernel-tls-in-li...
上一页
下一页
1
…
89
90
91
92
93
…
272
.