Golang os: incompatible change to os.FindProcess Pid field

As of https://go.dev/cl/570036, FindProcess on a process that doesn't exist returns a Process with Pid == -2, which serv...

Golang os: manually instantiated os.Process methods return EBADF

package mainimport ( "fmt" "os" "syscall")func main() { p := &...

Golang cmd/compile: poor spill decisions making code 14% slower

At commit 266b0cff18 from earlier today (but also with some older toolchains, not claiming the behavior is new), suppose...

Golang x/pkgsite: no docs for GOEXPERIMENT packages

What is the URL of the page with the issue?https://pkg.go.dev/testing/synctest@go1.24rc2What is your user agent?Mozilla/...

Golang x/tools/go/{packages/packagestest,expect}: deprecate, tag, and delete

golang.org/x/tools/go/packages/packagestestgolang.org/x/tools/go/expectBackground: These packages, designed for use in t...

Golang Debug Excessively Slow Stepping Through Code

Go version1.22.1Output of go env in your module/workspace:GO111MODULE=autoGOARCH=amd64GOBIN=GOCACHE=C:\Users\teschste\Ap...

Golang proposal: crypto/tls: implement RFC5929 tls-server-end-point support

Proposal DetailsCan you add the missing "tls-server-end-point" support of RFC 5929: Channel Bindings for TLS?- https://d...

Golang x/tools/gopls: support renaming an embedded field at its declaration

What version of Go are you using (go version)?$ go versiongo version devel +f4b918384d Tue Mar 23 05:12:39 2021 +0000 li...

Golang cmd/compile: DWARF locations for .closureptr synthetic var are not correct

The recently submitted CL https://go.dev/cl/586975 adds support to the Go compiler for emitting a compiler-synthesized "...

Golang x/tools/gopls: release version v0.19.0

This issue tracks progress toward releasing gopls@v0.19.0[x] create or update gopls-release-branch.0.19[x] update go.mod...

Golang go/types: add Var.Kind method and enum

Background: A types.Var represents a variable, broadly defined: a global, a local (including parameters and named result...

Golang proposal: errors: As with type parameters

Currently in 1.18 and before, when using the errors.As method, an error type you would like to write into must be predec...

Golang proposal: ref/mod: mention whether go.work files should be checked into VCS

https://go.dev/ref/mod#workspaces describes the current implementation of Go workspaces, as proposed by https://golang.o...

Golang Go compiler and runtime meeting notes

Google's Go compiler and runtime team meets periodically (roughly weekly) to discuss ongoing development of the compiler...

Golang debug/macho: Mach-O format's truncation of DWARF section names longer than 16 chars makes some sections unrecognizable to debug/dwarf

Go versionThis affects Go 1.23.x only. The test passes on Go 1.24.x and at tip.Output of go env in your module/workspace...

Golang cmd/go: TestScript/list_empty_importpath failures

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/list_empty_importpath"Issu...

Golang x/tools/gopls: go clean fails with ENOTEMPTY (openbsd) causing gopls test flakes

#!watchflakesdefault <- pkg ~ `golang.org/x/tools/gopls/internal/test/.*` && goos == "openbsd" &amp...

Golang x/tools/cmd/signature-fuzzer/fuzz-runner: TestRunner/Minimization2 failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-runner" && test == &qu...

Golang cmd/go: godebug default=go1.20 does not set same netedns0 as GOPATH mode

Go versiongo version go1.24.3 darwin/amd64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...

Golang cmd/go: mod edit: missing -droptoolchain flag

Go versiongo version go1.24.3 linux/amd64Output of go env in your module/workspace:n/aWhat did you do?'go get -u ' resul...
上一页 下一页
.