Golang cmd/go/internal/modget: avoid queries for workspace modules and verify module using workspace graph

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

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

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

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

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

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

$ 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

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

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

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

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

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

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

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

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

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

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

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]

@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

Lots of background and a implementation, albeit from 3+ years ago: https://blog.filippo.io/playing-with-kernel-tls-in-li...
上一页 下一页
.