Golang proposal: treat interface value with type but without data as nil

Proposal DetailsAn interface value with the type assigned to it (the itable) but without the actual data to use it upon,...

Golang x/sys/unix: TestMmapPtr fails with "Munmap: invalid argument" on GOOS=openbsd

This functionality and test was recently added in CL 592415. It fails on GOOS=openbsd specifically:=== RUN TestMmapPtr...

Golang x/sys/unix: TestMremapPtr fails with "MremapPtr: cannot allocate memory" on GOOS=netbsd

This functionality and test was recently added in CL 592415. It fails on GOOS=netbsd specifically:=== RUN TestMremapPt...

Golang runtime: clear() is slow for maps with big capacity and small number of items

The issueThe following pattern is frequently used in order to avoid excess memory allocations by re-using the map:func f...

Golang cmd/compile: hash of unhashable type [4]int32 [1.22 backport]

@randall77 requested issue #65957 to be considered for backport to the next 1.22 minor release.I'm on the fence. We only...

Golang proposal: x/oauth2/jwt: add optional field for assertion token

Proposal DetailsCurrently, the JWT package supports the creation of Tokes from JWT Bearer tokens, but expects the claimS...

Golang windows install dlv failed

Go versiongo version go1.24.4 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...

Golang x/tools/gopls: InlayHint: point out ignored error result

(via HaTS)Gopls has an analyzer that reports failure to use the result of a call to certain functions. We haven't yet co...

Golang x/crypto/sha3: no longer compatible with Go 1.18 after v0.24.0

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

Golang x/tools/gopls/internal/test/integration/modfile: TestGovimModReadonly/default failures

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

Golang x/tools/gopls/internal/test/integration/modfile: TestUnknownRevision/bad/nested/default failures

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

Golang x/tools/gopls: prioritise explicit upper case matches in completion results

In the general case I can see why case-insensitive completion makes sense, but if I've explicitly provided an upper case...

Golang internal/singleflight: delete, use golang.org/x/sync/singleflight

The singleflight package started life in internal/singleflight and then moved to golang.org/x/sync/singleflight, and the...

Golang proposal: spec: improvements to raw strings

BackgroundThis proposal was branched off of #32190, which was a proposed HEREDOC syntax for Go. It was concluded that HE...

Golang x/tools/gopls/internal/cmd: TestCheck failures

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCheck&q...

Golang x/tools/gopls: completing argument to %p verb adds unwanted & for some types

gopls versionf4fa7a75e44868caa1b37947e8b811b1bdb144e6go env-What did you do?Trigger completion at the end ofpackage pkgi...

Pandas BUG/API: floordiv by zero in Int64Dtype

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

Pandas BUG: doing df.to_parquet and then reading it with pd.read_parquet causes KeyError

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

Pandas FEEDBACK: PyArrow as a required dependency and PyArrow backed strings

This is an issue to collect feedback on the decision to make PyArrow a required dependency and to infer strings as PyArr...

Pandas BUG: Inconsitent behaviour for different backends due to nullable bool values

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
上一页 下一页
.