Golang cmd/go: add a test for distribution size

This might belong in cmd/dist instead.We should add a test that checks that the distribution size in not above a certain...

Golang cmd/go: add go mod verify -tag

Proposal DetailsGo lacks a CLI to verify local repositories against the Go checksum database. Adding a flag in go mod ve...

Golang spec: "type parameters are interfaces" is confusing

Per the spec, the underlying type of a type parameter is its constraint interface. Similarly to how we talk about an X t...

Golang net/netip: add Prefix.Compare and AddrPort.Compare

In our code, we've ended up writing ad-hoc ordering functions for netip.Prefix a whole bunch of times, for use with sort...

Golang os,internal/poll: reads from closed pipes sometimes do not unblock on darwin

#!watchflakespost <- goos == "darwin" && log ~ `os/exec\.\(\*Cmd\)\.awaitGoroutines` && log...

Golang x/build: add Debian Trixie builders

Now that Debian 13.0 (Trixie) has been released and designated the current stable release, we should add the new associa...

Golang cmd/internal/testdir:0_10: Test/codegen/issue74788.go failures

#!watchflakesdefault <- pkg == "cmd/internal/testdir:0_10" && test == "Test/codegen/issue74788...

Golang cmd/go: install cross compiled binaries uses subdirectories

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 internal/coverage/cfile: TestCoverageApis/emitToFailingWriter failures

#!watchflakesdefault <- pkg == "internal/coverage/cfile" && test == "TestCoverageApis/emitToFa...

Golang cmd/cgo: clarify safety of calling unsafe.Slice and unsafe.String with C pointers

Go version1.22.6Output of go env in your module/workspace:N/AWhat did you do?N/AWhat did you see happen?The documentatio...

Golang x/website: out of date docs in effective go

Hi, effective go still references having to do e.g.req := req in a for loop:The bug is that in a Go for loop, the loop v...

Golang proposal: x/tools/go/packages: add a mechanism to access build-system specific information about a package

This is proposal 3 of 3 coming out of the discussion of issue #38234.We propose evaluating the possibility of adding a f...

Golang x/build/cmd/watchflakes: opened over 500 duplicate issues on 2025-03-07

As reported via the golang-dev mailing list by @FiloSottile:Looks like watchflakes opened over 500 duplicate issues a fe...

Pandas BUG: tz_localize(None) incorrectly converts timestamps when using pyarrow dtypes

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

Pandas DEPR: behavior of copy argument in df.reindex is confusing

This was inspired by #33888 and #34584Problem descriptionThe behavior of copy argument in df.reindex is confusing. Curre...

Pandas BUG: inconsistent behavior and crash in DataFrame.__setitem__ when >=3d ndarray is used

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

Pandas ENH: Remove the DataFrame.attrs saving to parquet metadata on Pandas' side

Feature Type[ ] Adding new functionality to pandas[ ] Changing existing functionality in pandas[x] Removing existing fun...

Pandas BUG: In main, TimedeltaIndex.shift() requires freq in the index, but it may not be available because it was computed

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

Pandas ENH: pandas mutate, add R's mutate functionality to enable users to easily create new columns in data frames

Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas DEPR: rename 'unit' keyword in to_datetime etc

to_datetime, to_timedelta, Timestamp, and Timedelta have a unit keyword that causes confusion because the term 'unit' is...
上一页 下一页
.