Golang all: reopen tree for Go 1.26 development

Current Tree Status: Release freeze for Go 1.25 (see golang-dev announcement)Now that we've entered the freeze for Go 1....

Golang slices: add iterator-related functions

We propose to add the following functions to package slices, to provide good support for code using iterators.This is on...

Golang cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23 [1.23 backport]

@dmitshur requested issue #73922 to be considered for backport to the next 1.23 minor release.Thanks @cherrymui, that wa...

Golang internal/goversion: increment Version at start of cycle

goversion.Version needs to be incremented by one at the start of each development cycle, to match the upcoming major Go ...

Golang runtime: remove VZEROUPPER patch once Darwin <10.15.6 is not supported

Split out from https://github.com/golang/go/issues/37174#issuecomment-683899466So once we stop supporting releases &lt;1...

Golang encoding/json/v2: UnmarshalTypeError text changes

When GOEXPERIMENT=jsonv2, json.UnmarshalTypeError errors have gratuitous error text changes. While we don't guarantee st...

Golang x/image/webp: unable to decode image

What version of Go are you using (go version)?go version go1.20.4 linux/amd64Does this issue reproduce with the latest r...

Golang cmd/link: Windows build fails due to PE export cap

Go version1.22.5Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set GOBIN=set GOCACHE=C:\Users...

Golang cmd/compile: performance regression in 1.20 - inlining regression due to missed export

What version of Go are you using (go version)?$ go versiongo version go1.19.4 linux/amd64$ gotip versiongo version devel...

Golang runtime/metrics: add goroutine state counts, total goroutines created, total threads

Update, Jun 7 2023: runtime/metrics now exists, but there are a few metrics in the draft CL here that aren't yet exposed...

Golang cmd/compile: unneeded MOV's caused by channel operations

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

Golang access: Running TryBots (“may-start-trybots”)

Hello,I would like to have the ability to run trybots on my CLs. A lot of the work I do is in DWARF generation and other...

Golang cmd/compile: loops compiled differently when using range or index

What version of Go are you using (go version)?$ go versiongo version devel +4091cf9 Sun Mar 31 23:35:35 2019 +0000 linux...

Pandas indexing with a Categorical of Intervals is inefficient

This line converts the IntervalIndex into a numpy object array:https://github.com/pandas-dev/pandas/blob/faf3bbb1d7831f7...

Pandas PERF: DataFrame.copy(deep=True) returns a view on the original pyarrow buffer

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

Pandas BUG: isna() does not catch np.NaN when datatype is Float64

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

Keras ZeroDivisionError: integer modulo by zero | multi-device setup

When using multiple GPUs (n &gt; 1) with a batch size that's not divisible by the number of GPUs, you'll encounter a Zer...

Jackson Databind Allow accepting a JSON substring using a string instead of throwing an exception

Is your feature request related to a problem? Please describe.no, this is my own need and idea.Describe the solution you...

Jackson Databind @JsonUnwrapped and JsonTypeInfo.As.EXTERNAL_PROPERTY in the same bean doesn't work

Hi, using @JsonUnwrapped for a propery and @JsonTypeInfo(include = JsonTypeInfo.As.**EXTERNAL_PROPERTY**, ...) on anothe...

Apache Superset D3_FORMATS PROBLEM

Bug descriptionI came up with D3_FORMAT for my project in 3.1.1 version in config.pyD3_FORMAT = {"decimal": ",","thousan...
上一页 下一页
.