Aurora Blog
Home
Golang x/example/gotypes: update for go/types.Alias
2025-08-13 14:09:37
1125
golang.org/x/example/gotypes should be updated to include changes in 1.{22,23,24} to support materialized aliases.The ma...
Golang cmd/go: exclude vendor directories when using go work use -r .
2025-08-13 14:09:35
2431
What version of Go are you using (go version)?$ go versiongo version go1.18 darwin/amd64Does this issue reproduce with t...
Golang internal/goexperiment: remove CoverageRedesign some time in 1.23
2025-08-13 14:09:33
4840
This is a tracking issue to remove the "CoverageRedesign" GOEXPERIMENT some time in the Go 1.21 release; at that point h...
Golang x/telemetry: add garbage collection
2025-08-13 14:09:31
1807
An interesting point that came up in the context of discussing #63832 is that in some organizations data that is persist...
Golang cmd/go: document required fields needed by -reuse flag and add tests to that effect
2025-08-13 14:09:29
244
json outputs of go list and go mod download contain multiple fieldsand only subsets of them are required for the subsequ...
Golang os: MkdirAll fails when a parent folder contains trailing spaces
2025-08-13 14:09:27
14667
What version of Go are you using (go version)?$ go versiongo version go1.18.4 windows/amd64Does this issue reproduce wit...
Golang database/sql: TestQueryContext flakes with "failed to close rows"
2025-08-13 14:09:25
1394
2022-08-08T14:12:03-fe406c8/windows-amd64-race2022-08-08T14:11:47-ba89d59/windows-amd64-race--- FAIL: TestQueryContext (...
Golang net: Resolver doesn't use provided Dial function in all cases
2025-08-13 14:09:23
6017
What version of Go are you using (go version)?$ go versiongo version go1.20.3 linux/arm64Does this issue reproduce with ...
Golang cmd/compile: bug in cmd/compile/internal/bitvec.NewBulk
2025-08-13 14:09:21
1610
Issue created by stacks.This stack Ax9OyA was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang cmd/compile: bug in cmd/compile/internal/ssa.evalOrig
2025-08-13 14:09:18
1576
Issue created by stacks.This stack rpQxYQ was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang runtime:cpu4: TestBigGOMAXPROCS failures
2025-08-13 14:09:16
554
#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestBigGOMAXPROCS"Issue created...
Golang runtime: finalizers/cleanups can exit the finalizer goroutine
2025-08-13 14:09:12
1364
All finalizers and cleanups run on a single goroutine started internally in the runtime. If a finalizer/cleanup calls Go...
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...
上一页
下一页
1
…
32
33
34
35
36
…
285
.