Aurora Blog
Home
Golang x/build: go/internal/gcimporter test fail consistently on AIX builder
2025-07-18 14:06:21
3076
The AIX builder is failing consistently https://build.golang.org/log/0ec7e4b9b40f35a8dc5b6e15a1cf367c3dc75998--- FAIL: T...
Golang runtime: MutexProfile has multiple records with equal stack
2025-07-18 14:06:19
5374
Go versiongo1.23-f4494522dcOutput of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/...
Golang x/tools/gopls: Inline call: panic in reflect.Value.Set
2025-07-18 14:06:15
2293
#!stacks"gopanic" && "reflect.Value.Set" && "inline.replaceNode.func1"Issu...
Golang x/tools/gopls: DidCreateFiles: panic in Files[i].URI.Clean()
2025-07-18 14:06:13
2061
#!stacks"gopanic" && "DocumentURI.Path"Issue created by stacks.Why is the deferred call to r...
Golang crypto/tls: support Encrypted Client Hello in clients
2025-07-18 14:06:10
9022
Encrypted Client Hello is a new privacy feature that is finishing standardization at the IETF. ECH is a big step forward...
Golang x/crypto/ssh: ssh/server_test.go uses "slices", introduced in go 1.21, but go 1.20 supported
2025-07-18 14:06:08
1599
Go versiongo version go1.20.13 linux/amd64Output of go env in your module/workspace:GOVERSION="go1.20.13"GOROO...
Golang cmd/covdata: too many open files due to defer f.Close() in for loop
2025-07-18 14:06:04
4318
Go versiongo version go1.22.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='arm64'GOBI...
Golang proposal: cmd/vet: report goroutine's leak using time.Ticker
2025-07-18 14:05:46
1680
Proposal DetailsI propose the new rule about time.Ticker.Here is the example code.package mainimport ( "fmt"...
Golang JSON_Parser_BUG
2025-07-18 14:05:44
1872
What version of Go are you using (go version)?gol.19.10$ go versiongo version go1.19.10 linux/amd64Does this issue repro...
Golang cmd/go: go tool -n can point to a file that doesn't exist
2025-07-18 14:05:40
11169
Go versiongo version go1.24.1 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/go: first use of go tool -n shows a temporary path rather than the final path inside $GOCACHE
2025-07-18 14:05:38
2291
Go versiongo version go1.25-devel_385000b004 2025-07-16 13:31:59 -0700 linux/amd64Output of go env in your module/worksp...
Golang cmd/compile: TestGdbPythonCgo fails with clang15 due to missing DWARF type information
2025-07-18 14:05:34
11596
Go versiongo version go1.24.1 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Pandas DOC/ENH: Add full list of argument for DataFrame.query
2025-07-18 14:05:23
2298
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: make to_json with JSON Table Schema work correctly with string dtype
2025-07-18 14:05:21
1866
(noticed because of some doctest failures cfr https://github.com/pandas-dev/pandas/issues/61886)Currently, for the strin...
Pandas API: IncompatibleFrequency should subclass TypeError
2025-07-18 14:05:07
1287
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: some cases of binary arithmetic between string and timedelta raise TypeError
2025-07-18 14:05:03
4245
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG (string dtype): logical operation with bool and string failing
2025-07-18 14:04:59
3132
We do allow using logical operators like | to be used with non-boolean data (at which point the non-bool series would be...
Pandas Output formatting: the repr of the Categorical categories (quoted or unquoted strings?)
2025-07-18 14:04:57
3897
Because of the new string dtype, we also implicitly changes the representation of the unique categories in the Categoric...
Pandas QST: Pandas describe() methods(with float16 and float32) are different
2025-07-18 14:04:46
2322
[x] I have searched the [pandas] tag on StackOverflow for similar questions.[ ] I have asked my usage related question o...
Pandas Using python comparison operators when SparseArrays of uneven length raises uninformative error
2025-07-18 14:04:44
4568
Code Sample, a copy-pastable example if possibleI first discovered this issue attempting a comparison of the following f...
上一页
下一页
1
…
101
102
103
104
105
…
272
.