Aurora Blog
Home
Golang net/http: TestCmdGoNoHTTPServer failures
2025-07-25 14:06:37
9065
#!watchflakesdefault <- pkg == "net/http" && test == "TestCmdGoNoHTTPServer"Issue created...
Golang encoding/json: Decoder.Token does not return an error for incomplete JSON
2025-07-25 14:06:35
6473
When dealing with incomplete JSON, the (*Decoder).Token method returns io.EOF at the end of the input instead of providi...
Golang all: test failures using proxy.golang.org
2025-07-25 14:06:28
353842
#!watchflakesdefault <- (`(Get|read) \\?"https://?proxy.golang.org/` || (section == "go test -short ./.....
Golang runtime/metrics: add metric to identify when finalizers are running slowly, holding up the queue
2025-07-25 14:06:15
813
As per https://groups.google.com/g/golang-nuts/c/uL68-fxg2K4, this is a subtlety with finalizers (and cleanups) that doe...
Golang proposal: spec: infer types from sufficiently constrained constraints
2025-07-25 14:06:11
12419
Go Programming ExperienceExperiencedOther Languages ExperienceGo, Python, C, C++, JavaRelated Idea[ ] Has this idea, or ...
Golang x/pkgsite: missing stdlib docs for Go 1.24
2025-07-25 14:06:01
739
What is the URL of the page with the issue?Any stdlib page, e.g. https://pkg.go.dev/crypto/rand?tab=versionsWhat is your...
Golang cmd/cgo/internal/testsanitizers: TestTSAN failures with SIGSEGV
2025-07-25 14:05:57
4497
#!watchflakespost <- pkg == "cmd/cgo/internal/testsanitizers" && test == "TestTSAN" &...
Golang runtime: TestMemPprof failures
2025-07-25 14:05:54
1642
#!watchflakespost <- pkg == "runtime" && test == "TestMemPprof"Issue created automaticall...
Golang cmd/compile: constraint generics compiler bug
2025-07-25 14:05:50
2084
Go version1.24.3Output of go env in your module/workspace:any environmentWhat did you do?import ( "fmt" ...
Golang x/tools/gopls: go to definition should go to replaced version of module
2025-07-25 14:05:46
4379
gopls versiongolang.org/x/tools/gopls v0.18.1go envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/didi/Library/Cach...
Golang Update membership list of @golang/riscv64
2025-07-25 14:05:22
628
Would it be possible to update the membership list of @golang/riscv64 to include new community members who are actively ...
Golang x/tools/gopls: can't find definition using -mod=mod
2025-07-25 14:05:20
3921
gopls versiongo envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/didi/Library/Caches/go-build'GOENV='/Users/didi/L...
Golang cmd/gofmt: remove leading/trailing blank lines from function bodies
2025-07-25 14:04:52
5014
What steps will reproduce the problem?1. http://play.golang.org/p/Np4vGQFcqA2. Hit Format.What is the expected output? W...
Golang proposal: net/http: ServeMux.Handler should set the pattern and matches on the request
2025-07-25 14:04:50
3348
Proposal Detailsright now it's very inefficient to have wrappers that uses Handler because for some reason it refuses to...
Golang proposal: net/http: Match "Conflicting" Routes in the order theyre defined instead of panicking
2025-07-25 14:04:47
2105
Proposal Detailsregistering 2 handlers:mux.HandleFunc("/api/", ApiHandler)mux.HandleFunc("GET /", Vu...
Golang os: add CopyFS
2025-07-25 14:04:43
9714
After discussion on https://github.com/golang/go/issues/45757#issuecomment-1646172720 and #61386, it would help many dif...
Golang x/oscar/internal/httprr.RoundTrip can delete os.DevNull during test.TestErrors
2025-07-25 14:04:41
568
Go versiongo1.23rc1 (exact version not important here)Output of go env in your module/workspace:GOOS=aixGOARCH=ppc64What...
Golang x/build: AIX builders fail with "unknown directive "Disconnected" "
2025-07-25 14:04:39
5039
AIX golang CI recently started failing with the below error.--- FAIL: TestImportTestdata (0.05s) gcimporter_test.go:5...
Golang x/build/cmd/gomote: TestIsGoToolDistGenerated failing as of CL 600436
2025-07-25 14:04:28
1422
=== RUN TestIsGoToolDistGenerated push_test.go:70: Checking generated files in /home/swarming/.swarming/w/ir/x/w/go...
Golang go/build: setting UseAllFiles still invokes go command
2025-07-25 14:04:26
748
In build.go:func (ctxt *Context) importGo(p *Package, path, srcDir string, mode ImportMode) error { // To invoke the ...
上一页
下一页
1
…
27
28
29
30
31
…
219
.