Golang x/tools/go/analysis/passes/printf: document why "conditionally printf" APIs are to be discouraged

Go versiongo version go1.24.5 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang runtime: SEGV in gcBgMarkStartWorkers

#!watchflakesdefault <- pkg == "golang.org/x/tools/go/ssa" && test == "TestGenericAliases&quot...

Golang net/http: TestServerKeepAlivesEnabled/h2 failures

#!watchflakesdefault <- pkg == "net/http" && test == "TestServerKeepAlivesEnabled/h2"Issu...

Golang proposal: new Recorder types in runtime/pprof

proposal: new Recorder types in runtime/pprofWritten primarily by me and @prattmic, but with input from the Go team. Con...

Golang cmd/compile: regalloc using multiple restores when one would do

package mainfunc f(p *int, x int, b bool) { if p == nil { return } g() if b { *p = x } else...

Golang internal/trace: TestTraceGCStress/AllocFree failures

#!watchflakesdefault <- pkg == "internal/trace" && test == "TestTraceGCStress/AllocFree"I...

Golang encoding/json/v2: enable allocation-free Encoder and Decoder reuse

Proposal DetailsThe jsontext.Encoder and jsontext.Decoder APIs both include a Reset(..., opts ...Options) method for rec...

Golang net/http: ResponseController panic

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

Golang x/tools/gopls/internal/test/marker: Test/mcptools/search.txt failures

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

Golang proposal: testing: per-test setup and teardown support

This is a follow up issue for https://github.com/golang/go/issues/27927#issuecomment-566686467, which discussed having a...

Golang proposal: mime: expand on what is covered by builtinTypes

Proposal DetailsRight now,mime/type.go includes what seems to be a somewhat arbitrary list of built-in types:var builtin...

Golang proposal: reflect: package reflection

ProposalI'd like to propose basic package reflection in reflect to support discovery of types, functions, and variables ...

Golang proposal: crypto/tls: dynamically reload root certificate authorities

Proposal DetailsThe current state of the tls.Config.RootCAs presents a challenge when it comes to dynamically reloading ...

Golang x/pkgsite: package removal request for https://pkg.go.dev/github.com/elmasrisaer/GoSDKTest/pkg/celitech

Hello, I would like to issue a request to unpublished my Go package. It's a test package that I published by mistake so ...

Golang x/tools/gopls/internal/test/marker: Test/codeaction/splitlines.txt failures

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

Golang x/crypto/ssh/test: TestCiphers failures on macOS

#!watchflakespost <- goos == "darwin" && pkg == "golang.org/x/crypto/ssh/test" &&...

Golang x/tools/gopls: DidModifyFiles: "non-abs file path %q" bug in port.matches

#!stacks"bug.Reportf" && "cache.port.matches:+5"Issue created by stacks.func (p port) matche...

Golang cmd/go/internal/test: test concurrency limited by sequential printing

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

Golang x/sys/unix: add renamex_np, renameatx_np

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

Golang go vet should report an error when t.Context is used inside t.Cleanup

Since the context is closed before t.Cleanup is called this is almost always a mistake, and can usually be detected stat...
上一页 下一页
.