Aurora Blog
Home
Golang net/http: data race involving net/http.(*http2Framer).WriteDataPadded
2025-08-13 14:13:12
86433
#!watchflakespost <- pkg == "net/http" && log ~ `DATA RACE` && log ~ `net/http\.\(\*http2Fr...
Golang crypto: drop pre-AVX2 amd64 assembly
2025-08-13 14:13:10
1348
AVX2 was introduced in 2013 by the Haswell architecture, and was supported by all server models and most desktop models....
Golang runtime: Channel benchmark causes extremely high idle wake ups on macOS Sequoia
2025-08-13 14:13:08
5173
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/compile: inliner does not inline binary.*Endian.Uint* after many inlines in a big function
2025-08-13 14:13:04
4291
Go versiongo version devel go1.23-4f77a83589 Tue Jun 18 22:25:08 2024 +0000 linux/amd64go version 1.22.4go version 1.21....
Golang cmd/go: reject leading dot in module name
2025-08-13 14:13:02
4104
Go versiongo1.22.1Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/mgo/Libr...
Golang runtime: deprecate SetFinalizer
2025-08-13 14:12:59
2129
The original intent of proposal #67535 included the deprecation of SetFinalizer. While the proposal is approved and the ...
Golang cmd/compile: bug in cmd/compile/internal/noder.(*linker).exportBody
2025-08-13 14:12:57
1755
Issue created by stacks.This stack pqs84A was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang log/syslog: local messages (syslog.New()) do not work on macOS Monterey/Ventura
2025-08-13 14:12:53
2314
What version of Go are you using (go version)?$ go version1.18.10Does this issue reproduce with the latest release?YesWh...
Golang cmd/compile: inconsistent typechecking with self-referential type parameter constraints
2025-08-13 14:12:51
4828
This issue is similar to #65711. However, the behaviour of the compiler is different, so I am opening a separate issue.W...
Golang net/http: expect: 100-continue handling is broken in various ways
2025-08-13 14:12:49
5735
This is a follow-up to #67382. See that issue for some prior discussion. (That issue is also full of watchflakes reports...
Golang cmd/go: inconsistent help output for go doc
2025-08-13 14:12:46
4159
Go versiongo version go1.25rc1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...
Golang crypto/x509: come up with better solution for testing platform verifiers
2025-08-13 14:12:45
6525
As evidenced by #52094 and #51599, there are issues with relying on third-party services for testing the platform verifi...
Golang cmd/compile: bug in cmd/compile/internal/inline/interleaved.fixpoint.func2
2025-08-13 14:12:42
1640
Issue created by stacks.This stack mzsOjw was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/go: get fails to provide sensible error message for private vcs repos
2025-08-13 14:12:40
17974
What did you do?I have a project that imports a private git repository. When setting it up with vgo get or similar comma...
Golang x/text: support for go/types.Aliases
2025-08-13 14:12:38
1362
The main package cmd/gotext needs to be updated to set gotypesalias=1 GODEBUG value by default when built by a toolchai...
Golang go/types: API allows instantiation of instantiated type
2025-08-13 14:12:36
1864
Consider: https://go.dev/play/p/SiV_jaPuzNrRe-Instantiation of the instantiated type of x in the code works unexpectedly...
Golang x/telemetry/counter: simplify counter file release logic by always rotate it daily
2025-08-13 14:12:34
3346
The current implementation computes the counter file end time during the file creation time.The end time is the next upl...
Golang time: update zoneinfo_abbrs on Windows
2025-08-13 14:12:31
3542
time/zoneinfo_abbrs_windows.go has not been updated since go1.14 (in CL 201378).A few things changed since then, we shou...
Golang runtime: support TLS slot indices over 64 on Windows
2025-08-13 14:12:29
866
Since go 1.20, the Go runtime allocates the TLS slot in the TEB TlsSlots instead of using the TEB arbitrary pointer. See...
Golang crypto/elliptic: P256 ScalarBaseMult with order-34 yields point at infinity
2025-08-13 14:12:28
3960
What version of Go are you using (go version)?Latest Go development branchDoes this issue reproduce with the latest rele...
上一页
下一页
1
…
58
59
60
61
62
…
315
.