Golang go/types, x/tools: help tool authors support the new go/types.Alias node

Following up on https://github.com/golang/go/issues/46477#issuecomment-2101270785, this umbrella issue tracks additional...

Golang crypto: test fips140=only mode

fips140=only from #70123 breaks any non-FIPS cryptography. Testing a mode designed to break things is tricky.Running the...

Golang os: Open("file/.") does not produce an error on wasip1

Go versionmasterOutput of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/dn...

Golang cmd/go: invoking go run from go test can corrupt build cache

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

Golang cmd/compile: inaccurate compiler error on duplicate wasmexport symbol

Go versiontipOutput of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/home/johan/.cache/g...

Golang runtime: sync fatal error swallows panic message

package mainimport ( "net/http" "sync")func main() { var mu sync.Mutex defer mu.Unlock()...

Golang go/printer: incorrect *Config.Format results with +build comments and the SourcePos mode

What version of Go are you using (go version)?8db131082d08e497fd8e9383d0ff7715e1bef478 (tip, as of time of writing)What ...

Golang net/url: unescape() logic doesn't copy invalid bytes following % as expected by most recent spec

(This is a reopened version of https://github.com/golang/go/issues/11249 because the whatwg spec has changed.)What versi...

Golang go/parser: StructType.End() can underflow the File

A struct type with a missing close brace has an StructType.End pos of zero. That means the enclosing nodes such as Retur...

Golang cmd/compile: bug in cmd/compile/internal/noder.(*pkgReader).posBaseIdx

Issue created by stacks.This stack OJW6pg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang net: TCP connection erroneously duplicates message on Windows

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

Golang cmd/dist: internal import detection is generating false positives

After updating the Go port for OpenBSD to start testing 1.23rc2, the build fails with:===> Building for go-1.23rc2Bu...

Golang net/http, x/net/http2: data race in multiple tests

#!watchflakespost <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING...

Golang runtime/coverage: out-of-bounds panic in VisitFuncs via processCoverTestDir

#!watchflakespost <- log ~ `panic: runtime error: slice bounds out of range` && log ~ `^\s*runtime/coverage\....

Golang crypto/tls: darwin race builders failing on BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-P256

The darwin race builder has been failing for some time with errors or this form:=== RUN BenchmarkHandshakeServer/ECDHE...

Golang syscall: nextfd handling for attr.Files shuffle will clobber files

What version of Go are you using (go version)?$ go versiongo version go1.20.6 linux/amd64Does this issue reproduce with ...

Golang cmd/compile: bug in cmd/compile/internal/noder.(*pkgWriter).pkgIdx

Issue created by stacks.This stack bKG_2Q was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...

Golang go/ast: establish File.FileStart <= Node.Pos <= Node.End <= File.FileEnd for all Nodes in a File

Background: Some ast.Node types, such as ast.StructType and ast.InterfaceType, compute their End position based on assum...

Golang runtime: Go crashes in windows when creating JVM using "JNI_CreateJavaVM"

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

Golang x/tools/gopls: report error only at function signature for incompatible function literals

gopls versionBuild info----------golang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV...
上一页 下一页
.