Aurora Blog
Home
Golang x/tools/go/callgraph/rta: TestRTA/testdata/reflectcall.txtar failures [consistent failure]
2025-09-07 14:03:28
37801
#!watchflakesdefault <- pkg == "golang.org/x/tools/go/callgraph/rta" && test == "TestRTA/testd...
Golang x/tools/gopls/internal/analysis/modernize: added std imports are not grouped correctly
2025-09-07 14:03:26
689
For example, take a look at https://review.gerrithub.io/c/cue-lang/cue/+/1222171, which ran modernize -fix -slicescontai...
Golang github.com/hashicorp/terraform: unable to install terraform
2025-09-07 14:03:23
7958
Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang proposal: crypto/internal/fips140/aes: asm implementation of AES-XTS
2025-09-07 14:03:21
296
Proposal DetailsCurrently, AES CTR has an asm implementation for multi-blocks, which allows fast operation, but AES-XTS ...
Golang testing: tiny benchmark with StopTimer runs forever
2025-09-07 14:03:16
6459
From at least Go 1,4 onward,$ go versiongo version devel +e03220a594 Sat Aug 25 02:39:49 2018 +0000 linux/amd64$If we ru...
Golang x/build: add tip builders with GOEXPERIMENT=aliastypeparams=1 for at least go and x/tools repo
2025-09-07 14:03:12
1252
Add a builder for >=1.24 with GOEXPERIMENT=aliastypeparams=1 for additional test coverage (#46477). aliastypeparams w...
Golang x/tools/cmd/callgraph: calls from unreachable unexported methods not reported in callgraph
2025-09-07 14:03:10
7808
Go versiongo version go1.22.0 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN='/...
Golang x/crypto/pkcs12: unknown digest algorithm 2.16.840.1.101.3.4.2.1
2025-09-07 14:03:08
1705
What version of Go are you using (go version)?$ go versiongo version go1.21.0 windows/amd64Does this issue reproduce wit...
Golang all: fix printf(var) mistakes newly found in golang.org/x repos
2025-09-07 14:03:01
1909
Some golang.org/x repos have new findings from issue #68796 being resolved.This issue is to track fixing them all.CC @ad...
Golang x/net/route: ParseRIB fails with errMessageTooShort on an AF_ROUTE message from Darwin
2025-09-07 14:02:59
4619
I have a macOS program which listens to route changes from the kernel.It opens an AF_ROUTE socket: fd, err := uni...
Golang sync/WaitGroup: new feature WaitWithTimeout
2025-09-07 14:02:53
3340
Hi!I would like to have a WaitWithTimeout function in the standard sync/WaitGroup structure.Example:package mainimport (...
Golang unique: fatal error: found pointer to free object [1.23 backport]
2025-09-07 14:02:51
564
@mknyszek requested issue #69210 to be considered for backport to the next 1.23 minor release.@gopherbot Please open a b...
Golang maps: segmentation violation in maps.Clone [1.23 backport]
2025-09-07 14:02:49
467
@randall77 requested issue #69110 to be considered for backport to the next 1.23 minor release.@gopherbot Please open ba...
Golang maps: segmentation violation in maps.Clone [1.22 backport]
2025-09-07 14:02:47
467
@randall77 requested issue #69110 to be considered for backport to the next 1.22 minor release.@gopherbot Please open ba...
Pandas BUG: DatetimeIndex.get_indexer(timestamp[pyarrow])
2025-09-07 14:02:39
637
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: inconsistent behaviour of the method .idxmin between timedelta datatype & int datatypes
2025-09-07 14:02:36
5770
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas PERF: Potential room for optimizaing the performance of .loc with big non-unique masked index dataframe
2025-09-07 14:02:32
4615
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
Pandas DOC: Fix formatting errors in docstrings
2025-09-07 14:02:26
6936
Historically, there was no validation on how docstrings were written. Some conventions were usually followed, but as the...
Pandas Fix PR02 issues in docstrings
2025-09-07 14:02:24
27385
Fix the docstrings where an unknown parameter is documented (likely that they are typos, errors in the parameter format....
Pandas ENH/API: allow different values for labels/index in DF.reindex __OR__ raise error
2025-09-07 14:02:01
5543
Currently, DataFrame.reindex has three overlapping keywords:* labels* index* columnsI (naively) expected it to work to p...
上一页
下一页
1
2
3
4
5
6
7
…
312
.