Golang cmd/compile/internal/importer,go/internal/gcimporter: remove iimport.go export data importers

Tracking bug for removing the iimport.go files for the iexport data format in the compiler.The unified goexperiment was ...

Golang test/codegen: wasm condmove tests failing

Go versiongo version go1.26-devel_6fbad4be75 Fri Jul 25 17:43:10 2025 -0700 linux/amd64Output of go env in your module/w...

Golang import/testing: "go test -o" does not always respect specified directory

Go versiongo1.24.5 windows/amd64Output of go env in your module/workspace:*(pathnames slightly redacted)*set AR=arset CC...

Golang golang.org/x/sys/windows/svc/mgr: Unable to create a boot service

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

Golang x/tools/gopls: allow more formatter options

Proposal DetailsCurrently, in the gopls settings, we only have the option to enable gofumpt. It would be nice if gopls ...

Golang cmd/compile: struct literal error prints struct definition instead of struct name

% cat /tmp/x.gopackage maintype VeryLongStruct struct { A1 int A2 int A3 int A4 int A5 int A6 in...

Golang types2, go/types: the scope of a type parameter identifier in a method of a generic type is too large

What version of Go are you using (go version)?$ go versiongo version go1.18rc1 linux/amd64What did you do?type T[T any] ...

Golang API Request Poject Test

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

Golang hash/crc32: commit 18dbe5b broke kubernetes unit tests

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

Golang proposal: testing: optional prefix for error output

Proposal DetailsProposalI propose the addition of a go test flag that will add a prefix to the output of t.Error(f) and ...

Golang x/crypto/ssh: allow unpadded signatures

Go versiongo version go1.20.13 linux/amd64Output of go env in your module/workspace:GO111MODULE=""GOARCH=&quot...

Golang cmd/compile: panics with generic type alias and based-on constraint

Go version1.23rc1Output of go env in your module/workspace:n/aWhat did you do?https://go.dev/play/p/kMvT8_f91aK?v=gotipW...

Golang cmd/compile: panics with generic type alias and based-on constraint [1.23 backport]

@cuonglm requested issue #68580 to be considered for backport to the next 1.23 minor release.@gopherbot please backport ...

Golang cmd/go: coverage profile wonky with generics

Go versiongo version go1.22.5 darwin/arm64Output of go env in your module/workspace:-What did you do?Go coverage reports...

Pandas DOC: code coverage app provided in documentation is invalid

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas DOC: floating point precision on writing/reading to csv

Code Samplex0 = 18292498239.824df1 = pd.DataFrame({'One': x0},index=["bignum"])df1.to_csv('repr_test.csv')df2 ...

Pandas BUG: series.reindex(mi) behaves different for series with Index and MultiIndex

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

Pandas ENH: astype(object) does not convert numpy strings to str

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

Pandas DOC: section on caveats of storing lists inside DataFrame/Series

xref to a lot of issues, for example #16864I think we could use a doc section stating storing nested lists/arrays inside...

Keras Mixed precision on AMD GPUs results in lower performance

I've noticed a few things when trying to run Keras 3 with a 9070 XT and ROCm 6.4.2:Setting keras.mixed_precision.set_glo...
下一页
.