Aurora Blog
Home
Golang time: AddDate(1 month) is confusing on 31st day; better docs needed
2025-08-01 14:09:37
4183
Go versiongo1.20.8Output of go env in your module/workspace:GO111MODULE="on"GOARCH="arm64"GOBIN=&quo...
Golang runtime/pprof: TestProfilerStackDepth/mutex times out
2025-08-01 14:09:35
644
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestProfilerStackDepth/mutex" ...
Golang go/types: receiver type parameters not recorded as uses or type expressions in types.Info in Go 1.24
2025-08-01 14:09:31
1042
CL 594740 rewrote type checking of method receiver types. Because that CL takes apart the receiver "manually" rather tha...
Golang x/tools/go/analysis: add Pass.Module field
2025-08-01 14:09:29
15228
Proposal DetailsSome analyzers need information about the module to which a package belongs, such as its version of Go. ...
Golang cmd/cgo: _cgopackage.Incomplete when accessing C function starting with "union_"
2025-08-01 14:09:26
7169
Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang x/tools/gopls: ApplyFix: createUndeclared calls ZeroExpr(types.Tuple), crashes
2025-08-01 14:09:24
2648
#!stacks"gopanic" && "ZeroExpr" && "createUndeclared" && "App...
Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.24 backport]
2025-08-01 14:09:13
140
@rolandshoemaker requested issue #74831 to be considered for backport to the next 1.24 minor release.@gopherbot please o...
Golang database/sql: incorrect results returned from Rows.Scan (CVE-2025-47907) [1.23 backport]
2025-08-01 14:09:12
140
@rolandshoemaker requested issue #74831 to be considered for backport to the next 1.23 minor release.@gopherbot please o...
Golang x/benchmarks/sweet: disable gvisor for arm64 by default
2025-08-01 14:08:36
3139
Go versiongo version go1.22.3 linux/arm64Output of go env in your module/workspace:GOARCH='arm64'What did you do?Current...
Golang cmd/go: TestScript/test_buildinfo_godebug_issue68053 failures [consistent failure]
2025-08-01 14:08:32
11867
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_buildinfo_godebug_issue680...
Golang cmd/compile: internal compiler error with zero-size types [1.22 backport]
2025-08-01 14:08:24
669
@dr2chase requested issue #65808 to be considered for backport to the next 1.22 minor release.@gopherbot please consider...
Golang cmd/compile: internal compiler error: 'foo.toStrings': value v2 still has 1 uses
2025-08-01 14:08:22
3329
Go versiongo version go1.22.5 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/compile: relax wasm/wasm32 function import signature type constraints
2025-08-01 14:08:18
53111
Background59149 removed the package restrictions on the use of go:wasmimport, but established strict constraints on the ...
Golang cmd/go: potential test flakes for TestScript/mod_invalid_version
2025-08-01 14:08:15
1639
There's a recent failure on the linux/amd64 longtest-aliastypes builder that does not seem related to the commit appende...
Golang x/exp/trace,internal/trace: support event constructor for testing
2025-08-01 14:08:04
4009
As discussed in #62627, this issue proposed to extend the API of x/exp/trace to support programmatically creating trace ...
Golang x/website/_content/tour: add a link to the spanish translation
2025-08-01 14:08:00
706
ProposalThe proposal is that Spanish-speaking people have access to the go tour.This proposal would help a lot of people...
Golang cmd/gofmt: TestAll failures
2025-08-01 14:07:58
4739
#!watchflakesdefault <- pkg == "cmd/gofmt" && test == "TestAll"Issue created automaticall...
Golang cmd/compile/internal/ssa: TestDebugLines_74576/i74576b.go failures
2025-08-01 14:07:52
40908
#!watchflakesdefault <- pkg == "cmd/compile/internal/ssa" && test == "TestDebugLines_74576/i74...
Golang cmd/go: extract TestScript functionality to internal/script
2025-08-01 14:07:49
2882
While writing a test for #29253, it is apparent that using the existing cmd/go script test framework makes the test writ...
Golang cmd: relocate script test framework from cmd/go to cmd/internal
2025-08-01 14:07:47
3267
The Go command has a very nice "script" testing framework that makes it easy to write regression tests that involve smal...
上一页
下一页
1
…
157
158
159
160
161
…
373
.