Aurora Blog
Home
Golang x/tools/gopls: remove the "allowModfileModifications" setting
2025-07-10 14:06:06
3652
Following up on #56570, we should remove the deprecated allowModFileModifications setting.Quoting: https://github.com/go...
Golang cmd/link: go1.23.11 segmentation fault in test
2025-07-10 14:05:56
9007
Go versiongo version go1.23.11 darwin/amd64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='amd64'GOBIN...
Golang x/tools/internal/filewatcher: TestFileWatcher/delete_directory is flaky
2025-07-10 14:05:52
74706
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/filewatcher" && test == "Tes...
Golang x/tools/go/analysis/passes/printf: document why "conditionally printf" APIs are to be discouraged
2025-07-10 14:05:50
3909
Go versiongo version go1.24.5 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime: SEGV in gcBgMarkStartWorkers
2025-07-10 14:05:48
1775
#!watchflakesdefault <- pkg == "golang.org/x/tools/go/ssa" && test == "TestGenericAliases"...
Golang net/http: TestServerKeepAlivesEnabled/h2 failures
2025-07-10 14:05:41
7114
#!watchflakesdefault <- pkg == "net/http" && test == "TestServerKeepAlivesEnabled/h2"Issu...
Golang proposal: new Recorder types in runtime/pprof
2025-07-10 14:05:35
15874
proposal: new Recorder types in runtime/pprofWritten primarily by me and @prattmic, but with input from the Go team. Con...
Golang cmd/compile: regalloc using multiple restores when one would do
2025-07-10 14:05:20
1252
package mainfunc f(p *int, x int, b bool) { if p == nil { return } g() if b { *p = x } else...
Golang internal/trace: TestTraceGCStress/AllocFree failures
2025-07-10 14:05:07
7631
#!watchflakesdefault <- pkg == "internal/trace" && test == "TestTraceGCStress/AllocFree"I...
Golang encoding/json/v2: enable allocation-free Encoder and Decoder reuse
2025-07-10 14:05:05
5047
Proposal DetailsThe jsontext.Encoder and jsontext.Decoder APIs both include a Reset(..., opts ...Options) method for rec...
Golang net/http: ResponseController panic
2025-07-10 14:05:03
5957
What version of Go are you using (go version)?$ go versiongo version go1.20 linux/amd64Does this issue reproduce with th...
Golang x/tools/gopls/internal/test/marker: Test/mcptools/search.txt failures
2025-07-10 14:05:01
1936
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang proposal: testing: per-test setup and teardown support
2025-07-10 14:04:53
1024
This is a follow up issue for https://github.com/golang/go/issues/27927#issuecomment-566686467, which discussed having a...
Golang proposal: mime: expand on what is covered by builtinTypes
2025-07-10 14:04:47
11845
Proposal DetailsRight now,mime/type.go includes what seems to be a somewhat arbitrary list of built-in types:var builtin...
Golang proposal: reflect: package reflection
2025-07-10 14:04:35
10734
ProposalI'd like to propose basic package reflection in reflect to support discovery of types, functions, and variables ...
Golang proposal: crypto/tls: dynamically reload root certificate authorities
2025-07-10 14:04:31
17756
Proposal DetailsThe current state of the tls.Config.RootCAs presents a challenge when it comes to dynamically reloading ...
Golang x/pkgsite: package removal request for https://pkg.go.dev/github.com/elmasrisaer/GoSDKTest/pkg/celitech
2025-07-10 14:04:27
2335
Hello, I would like to issue a request to unpublished my Go package. It's a test package that I published by mistake so ...
Golang x/tools/gopls/internal/test/marker: Test/codeaction/splitlines.txt failures
2025-07-10 14:04:21
1022
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang x/crypto/ssh/test: TestCiphers failures on macOS
2025-07-10 14:04:15
17855
#!watchflakespost <- goos == "darwin" && pkg == "golang.org/x/crypto/ssh/test" &&...
Golang x/tools/gopls: DidModifyFiles: "non-abs file path %q" bug in port.matches
2025-07-10 14:03:53
9664
#!stacks"bug.Reportf" && "cache.port.matches:+5"Issue created by stacks.func (p port) matche...
上一页
下一页
1
…
117
118
119
120
121
…
260
.