Golang builtin/iota: incorrect iota value in const block

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

Golang x/tools/gopls/internal/test/integration/web: TestFlightRecorder/default failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/web" && test == ...

Golang runtime: TestSynctest failures

#!watchflakesdefault <- pkg == "runtime" && test == "TestSynctest"Issue created automatic...

Golang net/http/httputil: DumpRequest replacement body allows read after close

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

Golang proposal: os/exec,syscall: support running process on ConPty on Windows

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

Golang context: TestCauseRace failures

#!watchflakesdefault <- pkg == "context" && test == "TestCauseRace"Issue created automati...

Golang proposal: crypto/cipher: add scatter/gather API for cipher.AEAD

Proposal Detailscipher.AEAD requires that both input and output buffers are buffers. Because of this sometimes it may be...

Golang testing: annotate output text type

Currently the go test -json provides no way to disambiguate output produced by (*testing.T).Error{,f} and (*testing.T).F...

Golang proposal: crypto/x509: add VerifyOptions.UnknownAlgorithmVerifier

Proposal DetailsContextIt's unclear when and which post-quantum signatures Go should support, cf. #64537. There are use ...

Golang all: test failures on linux/s390x

#!watchflakesdefault <- goos == "linux" && goarch == "s390x" && ! (pkg ~ `x/pkgsi...

Golang runtime: linux/s390x test timeout

#!watchflakespost <- goarch == "s390x" && (`test timed out` || `panic: finalizer started .* ago .* ...

Golang x/pkgsite: support postgres or in-memory task queues

What is the URL of the page with the issue?It's the worker, not frontendWhat is your user agent?Moot for this FRScreensh...

Golang cmd/compile: regression on ppc64le bit operations

package mainimport ( "fmt" "unsafe")type st = struct { F__ccgo0 uint64}var constreg = [1]in...

Golang access: approvers and try-bot

I have switched jobs, and my approver/trybot permissions is tied to my old account (murp@ibm.com).Would it be possible t...

Golang cmd/go: coverage profile should be cached with tests

As briefly discussed here: https://twitter.com/_rsc/status/956888213314068481I don't see why Go shouldn't cache the resu...

Golang testing/synctest: panic when calling WaitGroup.Add on a package-scope WaitGroup

var wg sync.WaitGroupfunc TestWaitGroupGlobal(t *testing.T) { synctest.Run(func() { wg.Go(func() {...

Golang cmd/cgo/internal/testsanitizers: TestASANFuzz failures

#!watchflakesdefault <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestASANFuzz&quot...

Golang cgocall(asmstdcallAddr, unsafe.Pointer(c)) Segmentation fault

Go versiongo version go1.22.2 windows/amd64Output of go env in your module/workspace:go envset GO111MODULE=onset GOARCH=...

Golang testing/synctest,runtime: randomize scheduling to protect against Hyrum's Law

The new synctest package makes time deterministic within a testing bubble. One consequence of this is that the goroutine...

Golang cmd/go: missing position for "unknown godebug" error from go list

go list reports an error for unknown godebug values. But this error lacks a position:$ cat go.modmodule example.com/mgo ...
上一页 下一页
.