Golang x/tools/gopls: Misguided missing method code action

gopls versionBuild infogolang.org/x/tools/gopls v0.19.1 golang.org/x/tools/gopls@v0.19.1 h1:Yodhp3rnpnag60lVZrYPYbGMx...

Golang net: MPTCP breaks the existing net.Listener on Linux uses MD5 digest with ENOPROTOOPT (protocol not available)

Go version1.24.2Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...

Golang cmd/vet: Warn about recursive read locks

Use Casesync.RWMutex must not be used for recursive read locking, as this possibly creates opportunities for deadlocks. ...

Golang x/vuln: improve OpenVEX status output for fixed vulnerabilities

govulncheck versionGo: go1.22.4Scanner: govulncheck@v1.1.2DB: https://vuln.go.devDB updated: 2024-07-03 16:27:09 +0000 U...

Golang x/pkgsite/tests/screentest: module-with-one-vuln is failing (and prone to fail anew after being updated)

The screentest "module-with-one-vuln" is currently failing at tip, as seen in the most recent trybot occurrence in CL 59...

Golang build: build failure on gotip-linux-riscv64

#!watchflakesdefault <- builder == "gotip-linux-riscv64" && repo == "go" && mode ...

Golang os: replace finalizers with cleanups

Finalizers were replaced with cleanups in the os package as part of #70907. With that change, we discovered that a shal...

Golang runtime: use runtime.AddCleanup in the standard library

AddCleanup has been added to the runtime (#67535). We should use runtime.AddCleanup instead of runtime.SetFinalizer in t...

Golang slices: add Concat

This came up in the discussion of #55358 and prior discussions. It would be nice to have a simple, generic way to concat...

Golang go/types: assertion failure in recent range statement checking logic [1.22 backport]

@findleyr requested issue #68334 to be considered for backport to the next 1.22 minor release.@gopherbot please backport...

Golang x/build/cmd/relui: clone workflow

When viewing a workflow, it would be nice to be able to create a new workflow with the same parameters, or to at least p...

Golang proposal: Go 2: Safer approach for directly calling functions from another package in Go

Go Programming ExperienceExperiencedOther Languages ExperienceGo, C++, TypeScript, PHP, JAVARelated Idea[X] Has this ide...

Golang cmd/compile: recursive generic interface instantiation error

Go versiongo version go1.21.6 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang proposal: os: Export path escape error

Proposal DetailsWhen using os.Root the only way to detect when a path would escape the root is using string comparison o...

Golang net: dial not respecting cancel cause

Go versiongo1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS='...

Golang cmd/link: on wasm, number of functions limited to 2^16 [1.24 backport]

Manually creating a backport issue for #64856 as there were previously closed backport issues (#64868).This causes build...

Golang cmd/compile: compile time increased greatly in 1.25rc1 with commit ed24bb4e60

What version of Go are you using (go version)?$ go versiongo version go1.25rc2 windows/amd64Does this issue reproduce wi...

Golang Can no longer build even simple programs with 1.18 (import "internal/goarch" is a program error)

Since installing 1.18, I can no longer compile even the simple demonstration program, see below.I get the following erro...

Golang x/tools/gopls: import errors with multi-root workspace and gopls@v0.15.0+

What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...

Pandas DEPR: Index == Series should return NotImplemented

ATM index == series returns an ndarray because Index.__eq__ does not return NotImplemented. It isn't clear to me what t...
上一页 下一页
.