Aurora Blog
Home
Golang Freeze in taking sync.Mutex
2025-07-04 14:04:03
11602
Go version1.23.9 and 1.24.3 amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE=...
Golang net: go DNS resolver fails to connect to local DNS server
2025-07-04 14:03:52
15775
Go versiongo version go1.22.4 linux/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''G...
Golang build: build failure on gotip-linux-amd64-misccompile
2025-07-04 14:03:50
2365
#!watchflakesdefault <- builder == "gotip-linux-amd64-misccompile" && repo == "go" &&...
Golang crypto/tls: races detected in BenchmarkCertCache, BenchmarkHandshakeServer, BenchmarkLatency and BenchmarkThroughput
2025-07-04 14:03:47
7073
The macOS race builder is reporting data races found by briefly running benchmarks. For example: ================== WARN...
Golang fmt: fmt.Sscanln doesn't error when given an incorrect bool to scan
2025-07-04 14:03:44
2007
Go versiongo version go1.21.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang proposal: cmd/go: refine the default language version based on context
2025-07-04 14:03:42
5849
BackgroundIn https://groups.google.com/g/golang-dev/c/j3d8zuauJoY/m/gPOgpq_5DgAJ, @griesemer noted (emphasis mine):Not e...
Golang proposal: log/slog: native support for handling List
2025-07-04 14:03:40
19240
Proposal DetailsThe current implementation of log/slog does not fully support logging arrays or slices. As a result, the...
Golang proposal: all: add bare metal support
2025-07-04 14:03:30
54486
Proposal DetailsI propose the addition of a new GOOS target, such as GOOS=none, to allow Go runtime execution under spec...
Golang cmd/compile: switching over channel value incorrectly does not match when the direction is narrower in the case
2025-07-04 14:03:28
3677
Go versiongo version devel go1.23-619b419a4b Sun May 5 00:26:04 2024 +0000 linux/amd64Output of go env in your module/wo...
Golang cmd/compile: inconsistent integer arithmetic result on Go 1.22+arm64 with/without -race
2025-07-04 14:03:22
6165
Go versiongo version go1.22.3 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
Golang cmd/compile: internal compiler error on import on mismatch between -p and package name
2025-07-04 14:03:20
4521
$ gotip versiongo version devel go1.20-6001c043dc Fri Aug 19 03:32:27 2022 +0000 linux/amd64It's a small thing but I hav...
Golang cmd/link: issues with Xcode 16 beta [freeze exception]
2025-07-04 14:03:18
5730
Xcode 16 beta is released recently. I downloaded it and tested against Go (running all.bash). There are a number of fail...
Golang os/exec: LookPath bug: incorrect expansion of "", "." and ".." in some PATH configurations
2025-07-04 14:03:14
6907
Go versiongo version go1.25rc1 darwin/arm64go version go1.24.4 darwin/arm64go version go1.24.4 linux/amd64go version go1...
Golang Provide download for checksum of go releases.
2025-07-04 14:03:12
2731
On the (official) download page for releases, https://go.dev/dl/ links are provided for source an binary releases and fo...
Golang cmd/go: use w64devkit 1.23.0 , TestScript/list_pkgconfig_error fail
2025-07-04 14:03:10
1789
Go versiongo version devel go1.23-beaf7f32 Mon Jun 10 22:06:47 2024 +0000 windows/amd64Output of go env in your module/w...
Golang build: golang.org/x/telemetry/counter/countertest failures
2025-07-04 14:03:07
2036
#!watchflakesdefault <- repo == "telemetry" && pkg == "" && test == "golang....
Golang x/vuln/cmd/govulncheck: v1.1.0: Fatal error when used in a workspace
2025-07-04 14:03:05
9317
govulncheck versionGo: go1.22.2Scanner: govulncheck@v1.1.0DB: https://vuln.go.devDB updated: 2024-04-16 21:40:19 +0000 U...
Pandas API/BUG: different constructor behavior for numpy vs pyarrow dt64tzs
2025-07-04 14:02:57
638
import pandas as pddtype1 = "datetime64[ns, US/Eastern]"dtype2 = "timestamp[ns, US/Eastern][pyarrow]"...
Pandas BUG: np.bool_(False) & pd.NA gives pd.NA
2025-07-04 14:02:56
2118
>>> False & pd.NAFalse>>> np.bool_(False) & pd.NA<NA>this surprised me; is it on purpose...
Pandas BUG: Calling dict(df.groupby(...)) raises TypeError: 'str' object is not callable despite valid inputs
2025-07-04 14:02:52
1719
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
上一页
下一页
1
…
246
247
248
249
250
…
375
.