Aurora Blog
Home
Golang all: reopen tree for Go 1.26 development
2025-07-24 14:05:47
2177
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
2025-07-24 14:05:45
23614
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]
2025-07-24 14:05:38
1416
@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
2025-07-24 14:05:34
3011
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
2025-07-24 14:05:28
1946
Split out from https://github.com/golang/go/issues/37174#issuecomment-683899466So once we stop supporting releases <1...
Golang encoding/json/v2: UnmarshalTypeError text changes
2025-07-24 14:05:23
1952
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
2025-07-24 14:04:58
4193
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
2025-07-24 14:04:54
2457
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
2025-07-24 14:04:52
13954
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
2025-07-24 14:04:46
8768
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
2025-07-24 14:04:44
1879
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”)
2025-07-24 14:04:42
1202
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
2025-07-24 14:04:40
2599
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
2025-07-24 14:04:33
557
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
2025-07-24 14:04:27
6071
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
2025-07-24 14:04:25
3792
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
2025-07-24 14:04:09
3722
When using multiple GPUs (n > 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
2025-07-24 14:03:59
2437
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
2025-07-24 14:03:57
2449
Hi, using @JsonUnwrapped for a propery and @JsonTypeInfo(include = JsonTypeInfo.As.**EXTERNAL_PROPERTY**, ...) on anothe...
Apache Superset D3_FORMATS PROBLEM
2025-07-24 14:03:51
2387
Bug descriptionI came up with D3_FORMAT for my project in 3.1.1 version in config.pyD3_FORMAT = {"decimal": ",","thousan...
上一页
下一页
1
…
137
138
139
140
141
…
324
.