Golang cmd/compile: methods on generic type parameters are not inlined

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

Golang proposal: x/exp/future: new package to implement futures

Futures have been proposed previously in various forms, most notably in #17466 where it was turned down due to being too...

Golang cmd/cgo: "fatal: morestack on g0" when interacting with PHP Fibers

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

Golang os: CopyFS overwrites existing file in destination.

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

Golang os/exec: TestCatGoodAndBadFile failures on illumos

--- FAIL: TestCatGoodAndBadFile (0.01s) exec_test.go:430: expected test code; got "" (len 0)FAILFAIL os/...

Golang lib/wasm: leftover console.log from debugging in wasm_exec.js

There is what i believe to be a debug console.log inside the writeSync https://github.com/golang/go/blob/77f911e31c243a8...

Golang cmd/go: "run" and "tool" do not stamp binaries with the main module's version information

$ go versiongo version go1.26-devel_320df537cc 2025-08-13 20:33:56 -0700 linux/amd64Using https://github.com/cue-lang/cu...

Golang x/build/cmd/gitmirror: fails if global git config has safe.bareRepository set to 'explicit'

Go versiongo version devel go1.23-58052fe8 Thu Mar 7 05:27:04 2024 +0000 linux/amd64Output of go env in your module/work...

Golang os: MkdirTemp rare error message has wrong path

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 x/tools/gopls/internal/telemetry: unrecognized failures

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

Golang runtime: let idle OS threads exit

What version of Go are you using (go version)? 1.5.3, 1.6What operating system and processor architecture are you usin...

Golang x/net/http2/hpack: "id (106) <= evictCount (117)" panic in headerFieldTable.idToIndex

Go versiongo 1.23Output of go env in your module/workspace:go envGO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/root/.cac...

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

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

Golang net/http: CrossOriginProtection insecure bypass patterns not limited to exact matches

The AddInsecureBypassPattern method of http.CrossOriginProtection, introduced in version 1.25, shows unexpected behavior...

Golang proposal: x/exp/xiter: new package with iterator adapters

We propose to add a new package golang.org/x/exp/xiter that defines adapters on iterators. Perhaps these would one day b...

Golang x/tools/gopls: add CodeLens Go to TestXxx

Envgopls version: master (5397e65c)ProposalGoLand offers a Go to test shortcut (Ctrl+Shift+T) that allows users to jump ...

Golang CGO: can't find the gcc in my %path%

win11 go 1.24.6Background:I had used fyne (uses cgo) for about four month ,this week I updated my windows11 and re-insta...

Golang go/types: 'under' panics on Alias type

Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Pandas BUG: FutureWarning when splitting a dataframe using np.split

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: Identity checking NA in map is incorrect

In [2]: pd.Series([pd.NA], dtype=&quot;Int64&quot;).map(lambda x: 1 if x is pd.NA else 2)Out[2]: 0 2dtype: int64In pa...
上一页 下一页
.