Aurora Blog
Home
Golang testing: early break in a testing.B.Loop benchmark loop should be reported.
2025-03-25 15:22:48
2250
Go versiongo version go1.24.1 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang x/tools/gopls/internal/cmd: go/types data race causes TestImplementations failures
2025-03-25 15:22:46
25211
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestImpleme...
Golang net: TestLookupDotsWithRemoteSource is flaky
2025-03-25 15:22:43
27174
#!watchflakespost <- pkg == "net" && test == "TestLookupDotsWithRemoteSource" && ...
Golang proposal: cmd/compile: go:readonly comment directive for body-less functions
2025-03-25 15:22:41
4538
Proposal DetailsAdd go:readonly comment directive for body-less functions indicating the following arguments and any poi...
Golang proposal: cmd/go: mark tool dependencies in go.mod
2025-03-25 15:22:39
2278
Proposal Detailsgo 1.24 added support for managing developer tool dependencies directly in go.mod. while this is a valua...
Golang proposal: cmd/go: install should list, update, uninstall packages
2025-03-25 15:22:37
1699
Proposal Details$ go install -listgithub.com/goreleaser/goreleaser@v1.26.1github.com/junegunn/fzf@v0.56.0golang.org/x/to...
Golang proposal: cmd/go: manage binaries installed in GOBIN
2025-03-25 15:22:35
5678
As a user, I would like to have a command that iterates through my $GOBIN and checks if all of the packages I installed ...
Golang runtime: flaky failures on NetBSD since CL 526118
2025-03-25 15:22:33
360504
#!watchflakespost <- goos == "netbsd" && pkg == "runtime" && date > "2023...
Golang runtime: performance regression for small Swiss Table map access for non-specialized keys
2025-03-25 15:22:31
28174
Edit: Initially, I thought this was an "optimization opportunity" and wrote it up as such, but later realized it is seem...
Golang cmd/go: go help packages is out of date
2025-03-25 15:22:29
1478
What version of Go are you using (go version)?$ go versiongo version devel go1.20-119f679a3b Thu Jan 5 19:33:00 2023 +00...
Golang cmd/go: go run and go tool are slower than directly executing cached binary
2025-03-25 15:22:27
7948
Go versiongo version go1.24.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang cmd/go: allow all build flags for tool
2025-03-25 15:22:25
1908
Go versionlatestOutput of go env in your module/workspace:N/AWhat did you do?go tool .... <any number of flags>Wha...
Golang runtime: build fails when run via QEMU for linux/amd64 running on linux/arm64
2025-03-25 15:22:23
17435
Go versiongo version go1.23.0 linux/arm64Output of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='arm64'G...
Golang cmd/go: automatic toolchain upgrades make the combination of go version and go install <package>@<version> confusing
2025-03-25 15:22:21
19148
Go versionthat's a good question!Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='...
Golang fmt.Printf under test: go1.24.1 breaks Go compatibility, please revert to earlier behavior, not "non-constant format string in call to fmt.Printf"
2025-03-25 15:22:19
6202
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:See below for go env run on go1.23.5 ...
Golang proposal: x/sys/unix: add methods to convert between time.Time and unix.PtpClockTime on Linux
2025-03-25 15:22:17
5052
Proposal DetailsRecently we have exposed the syscalls and types related to PTP (IEEE 1588) on Linux in the unix package....
Golang cmd/go: add option to prevent 'go get -u' from updating certain dependencies
2025-03-25 15:22:15
6688
We should provide a way for users to prevent go get -u from updating certain dependencies unless they're explicitly requ...
Golang x/tools/gopls: better struct field docs messages
2025-03-25 15:22:13
3578
gopls versionBuild infogolang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV/ZzqDLSvlB...
Golang x/tools/gopls: progress notifications for more operations
2025-03-25 15:22:11
8555
gopls versionBuild infocommand-line-arguments (unknown) @ github.com/BurntSushi/toml@v1.4.1-0.20240526193622-a339e...
Golang net/url: Parse documentation does not adequately explain escaping rules or RFC compliance
2025-03-25 15:22:05
2803
What version of Go are you using (go version)?$ go versiongo version go1.11.1 darwin/amd64Does this issue reproduce with...
上一页
下一页
1
…
18
19
20
21
22
…
25
.