Aurora Blog
Home
Golang runtime: binaries should fail at startup when built with a GOARM64 version not supported on the runtime hardware
2025-08-13 14:15:59
7870
Go versiongo version go1.23.0 linux/arm64Output of go env in your module/workspace:Not relevantWhat did you do?On an arm...
Golang proposal: go/ast: add Start token.Pos fields to BlockStmt and FieldList
2025-08-13 14:15:57
11294
Background: The go/ast package was designed with batch-oriented compiler-like applications in mind, where well-formed AS...
Golang cmd/compile: bug in cmd/compile/internal/importer.(*pkgReader).objIdx.func1
2025-08-13 14:15:55
1883
Issue created by stacks.This stack 66LxTA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/compile: bug in cmd/compile/internal/noder.readPackage
2025-08-13 14:15:53
1687
Issue created by stacks.This stack FCl7nQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/link: unused runtime-internal exported methods aren't getting deadcoded
2025-08-13 14:15:50
1557
For example, internal/abi.(*SwissMapType).NeedKeyUpdate. It has a 3-instruction body and gets inlined everywhere. There ...
Golang crypto/x509/pkix: Name.String() hex-encodes string-type ExtraNames
2025-08-13 14:15:48
6360
What version of Go are you using (go version)?$ go versiongo version go1.12.6 linux/amd64Does this issue reproduce with ...
Golang cmd/compile: bug in cmd/compile/internal/escape.(*escape).newLoc
2025-08-13 14:15:46
1693
Issue created by stacks.This stack qzye-A was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/gofmt: Trailing newline in comments is removed since 1.19
2025-08-13 14:15:44
10596
What version of Go are you using (go version)?$ go versiongo version go1.19 darwin/arm64Does this issue reproduce with t...
Golang net/http: TestTransportDialTLSContext flakes in local testing
2025-08-13 14:15:40
5646
% go test -c net/http% stress ./http.test -test.count=10 -test.run=TestTransportDialTLSContext254 runs so far, 0 failure...
Golang cmd/compile: bug in cmd/compile/internal/bitvec.NewBulk
2025-08-13 14:15:38
1415
Issue created by stacks.This stack xq1QzA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/vet: false positive for MOVOU
2025-08-13 14:15:36
1152
What version of Go are you using (go version)?$ go version (latest)go version devel go1.20-e8894bd8fc Mon Sep 5 11:30:31...
Golang cmd/compile: bug in cmd/compile/internal/types.IsExported
2025-08-13 14:15:34
1510
Issue created by stacks.This stack U3KXYA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang crypto/ecdsa: Sign() panics if public key is not set
2025-08-13 14:15:32
5189
Go versiongo version devel go1.24-7c7170e Wed Nov 20 18:27:31 2024 +0000 linux/amd64Output of go env in your module/work...
Golang html/template: treatment of CDATA sections in foreign content diverges from browsers
2025-08-13 14:15:29
2489
CDATA sections are only valid in foreign content (i.e. \<math> or \<svg>), and have various different meanin...
Golang cmd/compile: iter implementations significantly slower than equivalent for loops
2025-08-13 14:15:28
20051
Go versiongo version go1.23.0 darwin/arm64(gotip too)Output of go env in your module/workspace:GO111MODULE='on'GOARCH='a...
Golang runtime/coverage: TestCoverageApis failures
2025-08-13 14:15:26
24646
#!watchflakespost <- pkg == "runtime/coverage" && test == "TestCoverageApis"Issue created...
Golang cmd/compile: avoid always escaping the receivers in interface method calls
2025-08-13 14:15:23
7796
BackgroundCurrently, interface arguments to functions frequently escape due to subsequent use of the interface in an int...
Golang runtime: TestSegv failures with schedule: holding locks
2025-08-13 14:15:21
14824
#!watchflakespost <- pkg == "runtime" && test ~ `TestSegv` && `schedule: holding locks`Issu...
Golang unique: Handle memory leaks; cleanup goroutine can't keep up
2025-08-13 14:15:19
21584
Go versiongo version go1.24.0 darwin/arm64go version go1.24.0 linux/amd64go version go1.23.6 darwin/arm64go version go1....
Golang runtime: confusing panic on parallel calls to yield function
2025-08-13 14:15:07
14442
Go versiongo1.23.0-windows-amd64Output of go env in your module/workspace:set GO111MODULE=onset GOARCH=amd64set GOBIN=se...
上一页
下一页
1
…
110
111
112
113
114
…
370
.