Aurora Blog
Home
Golang cmd/compile: inliner is confused by type aliases
2025-07-29 14:07:22
4617
Go versiongo version go1.25rc2 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...
Golang cmd/compile: a constant expression is moved into a loop
2025-07-29 14:07:19
30611
Go versiongo version go1.24rc2 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...
Golang x/mobile/bind: support slices of supported structs
2025-07-29 14:07:17
9792
Just want to know if it will ever be possible to support slices of supported. I currently have to write a wrapper object...
Golang cmd/go: go mod init go gets error
2025-07-29 14:07:08
2551
Go versiongo version go1.24.5 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang x/tools/gopls/internal/filewatcher: TestFileWatcher/broken_symlink_in_darwin failures
2025-07-29 14:06:58
1004
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/filewatcher" && test == "Tes...
Golang x/vulndb: TestLintReports/data/reports/GO-2024-3085.yaml failures
2025-07-29 14:06:54
10124
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang x/vulndb: TestLintReports/data/reports/GO-2024-2479.yaml failures
2025-07-29 14:06:51
10124
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang x/tools/internal/modindex: TestIncrementalNope failures
2025-07-29 14:06:47
2632
#!watchflakesdefault <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremen...
Golang cmd/go/internal/lockedfile: TestCanLockExistingFile failures
2025-07-29 14:06:41
662
#!watchflakesdefault <- pkg == "cmd/go/internal/lockedfile" && test == "TestCanLockExistingFil...
Golang x/vulndb: TestLintReports/data/reports/GO-2024-3181.yaml failures
2025-07-29 14:06:35
3886
#!watchflakesdefault <- pkg == "golang.org/x/vulndb" && test == "TestLintReports/data/reports/...
Golang net/http: TestOmitHTTP2 failures
2025-07-29 14:06:29
2202
#!watchflakesdefault <- pkg == "net/http" && test == "TestOmitHTTP2"Issue created automat...
Golang x/tools/gopls: regtest flakes due to hanging go commands
2025-07-29 14:06:25
1594719
#!watchflakespost <- goos != "netbsd" && (pkg ~ `^golang.org/x/tools/gopls` || (repo == "tools...
Golang x/tools/gopls: Is there any way to filter errors?
2025-07-29 14:06:21
4478
gopls versionBuild infogolang.org/x/tools/gopls v0.16.1 golang.org/x/tools/gopls@v0.16.1 h1:1hO/dCeUvjEYx3V0rVvCtOkwn...
Golang x/build/cmd/relui: error sending release annoucement email
2025-07-29 14:06:17
295
SendGrid returned:unexpected status 401 Unauthorized, want 202 Accepted; body = {"errors":[{"message"...
Golang x/crypto/ssh/knownhosts: incorrect parsing of known_hosts for ipv6
2025-07-29 14:06:13
4632
What version of Go are you using (go version)?$ go versiongo version go1.18 linux/amd64Does this issue reproduce with th...
Golang x/tools/gopls: release version v0.20.0
2025-07-29 14:05:50
1373
This issue tracks progress toward releasing gopls@v0.20.0[x] create or update gopls-release-branch.0.20[x] update go.mod...
Golang proposal: cmd/vet: warn about copying a time.Timer value
2025-07-29 14:05:48
13792
The following code works fine on Go 1.22, but breaks on Go 1.23.0 on the http.DefaultClient.Do() line. On Linux, it free...
Golang cmd/go: TestScript/mod_download_exec_toolchain failures
2025-07-29 14:05:43
13519
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/mod_download_exec_toolchain&quo...
Golang cmd/go: provide straightforward way to see non-test dependencies
2025-07-29 14:05:39
30623
It's important to be able to see the full set of dependencies used by production code exclusive of tests, particularly w...
Golang x/tools/gopls: "failed to find object for objectPath" bug in gcimporter
2025-07-29 14:05:26
1842
#!stacks"gopls/bug" && "(*importReader).objectPathObject:+9"Issue created by stacks.// objec...
上一页
下一页
1
2
3
4
5
6
7
…
201
.