Aurora Blog
Home
Golang runtime/coverage: slice bounds out of range in (*emitState).VisitFuncs
2025-08-13 14:09:10
4117
#!watchflakespost <- log ~ `panic: runtime error: slice bounds out of range` && log ~ `\s*runtime/coverage\.\...
Golang x/tools/go/analysis/passes/shift: allow full-width integer shifts
2025-08-13 14:09:08
6833
The shift pass rejects a uint64 shifted by a constant 64, and on 32 bit platforms a uint shifted by 32, both of which co...
Golang testing: iterators break t.Helper()
2025-08-13 14:09:06
2309
Go versiongo version go1.24.1 darwin/amd64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/telemetry: download the upload config lazily
2025-08-13 14:09:04
661
This is a follow up to #68946. To fix that issue for go 1.23.1, we did the absolutely narrowest fix to suppress the tele...
Golang math/big: ModInverse with modulus zero is undefined
2025-08-13 14:09:01
2109
ModInverse is defined for all values of g, and for positive and negative values n, but not for a zero n.ModInverse sets ...
Golang os: recent FreeBSD update to sys/fusefs to allow kevents breaks go polling model
2025-08-13 14:08:59
8843
What version of Go are you using (go version)?$ go versiongo version go1.18.4 freebsd/amd64Does this issue reproduce wit...
Golang reflect: reflect.StructOf makes types that violate reflect.Type contracts
2025-08-13 14:08:55
2527
What version of Go are you using (go version)?$ go versiongo version go1.20.6 linux/amd64Does this issue reproduce with ...
Golang runtime: CL 460476 introduced a leak on macos
2025-08-13 14:08:53
5772
What version of Go are you using (go version)?$ go versiongo version go1.21.1 darwin/amd64Does this issue reproduce with...
Golang cmd/go: add a flag to ignore build constraints when listing packages
2025-08-13 14:08:50
14844
I realise that the point of go list is to list packages, and I realise that one must generally obey build constraints wh...
Golang proposal: go/types: publish Error.{Start,End} fields
2025-08-13 14:08:48
1282
Background: Since go1.16 (https://github.com/golang/go/issues/42290), go/types has internally recorded three positions (...
Golang spec: clarify when calling recover stops a panic
2025-08-13 14:08:46
14450
What version of Go are you using (go version)?go version go1.13 linux/amd64Does this issue reproduce with the latest rel...
Golang cmd/compile: recursive functions are escape analyzed context insensitively
2025-08-13 14:08:44
949
When we perform escape analysis on a call site to a function that was previously analyzed, the analysis is done context ...
Golang cmd/compile: bug in cmd/compile/internal/noder.readImportFile
2025-08-13 14:08:42
1636
Issue created by stacks.This stack E60gGw was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/compile: objects emit generic instantiations for imported packages
2025-08-13 14:08:35
10796
With the use of atomic.Pointer in package sync, this program is now generating the full compiled code for atomic.Pointer...
Golang net/http: TestTransportIdleCacheKeys failures with missing cache keys
2025-08-13 14:08:31
7796
#!watchflakespost <- pkg == "net/http" && test == "TestTransportIdleCacheKeys" &&...
Golang cmd/compile: internal compiler error compiling net on darwin-amd64-11_0
2025-08-13 14:08:29
12212
#!watchflakespost <- goos == "darwin" && log ~ `internal compiler error: unexpected fnsym`Issue cre...
Golang cmd/go: mod init should not infer a path with a /v1 suffix
2025-08-13 14:08:26
3180
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 spec: disallow anonymous interface cycles
2025-08-13 14:08:24
22767
TL;DR: We should disallow declarations like type I interface { m() interface { I } }. They cause a lot of trouble for to...
Golang cmd/go: internal error in go work sync
2025-08-13 14:08:22
7183
Go versiongo version go1.21.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang go/ast,go/parser: Decl field of type parameter identifier is nil for methods (but not for functions)
2025-08-13 14:08:20
4052
$ go versiongo version devel go1.18-902dc38212 Tue Feb 1 16:52:46 2022 +0000 linux/amd64See: https://gotipplay.golang.or...
上一页
下一页
1
…
64
65
66
67
68
…
317
.