Aurora Blog
Home
Golang go/doc: Package.Parser should collect up interface methods
Currently, the methods of a interface are not linkable because Package.Parser does not collect them up.Thus, if you put ...
2025-10-05 14:02:48
4219
Golang cmd/compile/internal/types2: deadlock using type alias
Go versiongo version go1.24.0 linux/arm64, go version go1.25.1 linux/arm64Output of go env in your module/workspace:AR='...
2025-10-05 14:02:46
8105
Golang Inconsistent rounding of floating-point numbers to integers across architectures
Go versiongo version go1.23.1 darwin/arm64; go version go1.23.1 darwin/amd64Output of go env in your module/workspace:GO...
2025-10-05 14:02:31
3859
Golang x/tools/gopls/internal/cmd: TestCodeAction failures
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestCodeAct...
2025-10-05 14:02:24
740
Golang cmd/link/internal/loader: panic: runtime error: index out of range [1232602353] with length 116
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='amd64'GOBIN...
2025-10-05 14:02:21
3952
Golang cmd/go: test -fullpath prevents test caching
Go versiongo version go1.21.4 linux/amd64What operating system and processor architecture are you using (go env)?GO111MO...
2025-10-05 14:02:17
2576
Golang cmd/cgo: cgo is incompatible with constant references from C
Go versiongo1.25.1 X:nodwarf5 linux/amd64/clang/muslOutput of go env in your module/workspace:WORK=/tmp/go-build31935816...
2025-10-05 14:02:15
13101
Golang cmd/cgo: compiler stack overflow on exported function referencing an invalid recursive type
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
2025-10-05 14:02:12
19322
Golang slog.SetDefault kills the process when running in ARMv8 platform configuration
Go version1.25.1Output of go env in your module/workspace:AR='ar'CC='aarch64-linux-gnu-gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLA...
2025-10-05 14:02:10
5795
Golang proposal: slices: add build tag for callers who prefer smaller binaries over faster sorts
Proposal DetailsI propose the slices package recognize a new build tag like slicesoptsize (or just gooptsize if for all ...
2025-10-05 14:02:08
5077
Golang proposal: errors: In() to check Is against multiple errors
Proposal DetailsProblemThe code looks redundant and cumbersome in cases when you need to check an error match several ti...
2025-10-05 14:02:05
2907
Golang image/draw: blank images after go1.18
Go versiongo1.23.1 amd64/linuxOutput of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN=''GOCACHE='/...
2025-10-05 14:01:51
5254
Golang cmd/internal/testdir:4_10: Test/codegen/constants.go failures [consistent failure]
#!watchflakesdefault <- pkg == "cmd/internal/testdir:4_10" && test == "Test/codegen/constants....
2025-10-05 14:01:48
37102
Golang cmd/internal/testdir:3_10: Test/codegen/mathbits.go failures [consistent failure]
#!watchflakesdefault <- pkg == "cmd/internal/testdir:3_10" && test == "Test/codegen/mathbits.g...
2025-10-05 14:01:47
14263
Golang proxy.golang.org: my new module not showing up on forked repo
Hi Team,Initially while committing I had done mistake and now it looks like there is no way I can correct my proxy path....
2025-10-05 14:01:45
893
Golang 不同项目打包ios的sdk时,在移动端使用出现如下报错:goSeqDictionary、GoSeqRef、RefCounter、RefTracker
我有项目A,使用gomobile打包ios和android用的sdk,项目b同理使用gomobile库进行编译sdk,移动端同时使用两份sdk出现goSeqDictionary、GoSeqRef、RefCounter、RefTracker符...
2025-09-28 14:01:47
818
Golang x/pkgsite: Some examples of functions are missing, but there are relevant example codes in the source code
What is the URL of the page with the issue?https://pkg.go.dev/maps What is your user agent?Mozilla/5.0 (Macintosh; Int...
2025-09-28 14:01:44
2474
Golang x/sys/unix: add (*CPUSet).Fill helper to enable all CPUs
Proposal DetailsWe propose to add a new Fill method to struct CPUSet, which sets all CPU bits to 1.The implementation ca...
2025-09-27 14:03:48
4470
Golang cmd/link: TestFlagW fails on AIX platform
--- FAIL: TestFlagW (165.35s) --- FAIL: TestFlagW/-s (23.48s) dwarf_test.go:406: open /tmp/TestFlagW-s32454249...
2025-09-27 14:03:46
2767
Golang cmd/compile: internal compiler error: bad conversion to untyped: untyped bool
$ go versiongo version go1.26-devel_45d6bc76af Fri Sep 26 00:30:55 2025 -0700 linux/amd64package pfunc f() *bool { va...
2025-09-27 14:03:40
1267
上一页
下一页
1
2
3
4
5
6
7
…
143
.