Aurora Blog
Home
Golang x/tools/telemetry: i/o timeout reading from telemetry.go.dev
2025-06-10 14:13:20
417
Twice today I have run cmd/stacks and seen it fail like so:xtools$ stacksstacks: Error reading reports: error on GET htt...
Golang x/tools/gopls/internal/test/marker: Test/workfile/godebug_bad.txt failures
2025-06-10 14:13:19
851
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang x/tools/gopls/internal/test/integration/misc: TestRenamePackage_NestedModule/default failures
2025-06-10 14:13:17
876
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ==...
Golang x/tools/gopls/internal/test/integration/misc: TestRenamePackage/default failures
2025-06-10 14:13:15
785
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test ==...
Golang runtime/trace: invalid stack ID found while reading generated trace
2025-06-10 14:13:13
597
Encountered an error while reading a trace generated with go 1.25 devel at d184f8dc020ac635cea02c046ab1d0b87dfd624d.$ go...
Golang x/telemetry: gather program counters
2025-06-10 14:13:11
3777
Background: Recently I have been spending a lot of time staring at disassembly of Go executables (specifically gopls) tr...
Golang x/tools/gopls/internal/test/marker: Test/callhierarchy/issue64451.txt failures
2025-06-10 14:13:09
5366
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang x/tools/gopls: "package name is %q, want %q" bug in typeCheckBatch.importPackage
2025-06-10 14:13:07
36276
#!stacks"bug.Errorf" &&(/* item.Path == mp.PkgPath */ "importPackage.func1:+14" || "im...
Golang cmd/go: TestScript/test_fuzz_fuzztime failures
2025-06-10 14:13:02
42346
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_fuzz_fuzztime"Issue c...
Golang cmd/go: TestScript/test_fuzz_deadline failures
2025-06-10 14:13:00
31063
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/test_fuzz_deadline"Issue c...
Golang encoding/json/v2: add new JSON API behind a GOEXPERIMENT=jsonv2 guard
2025-06-10 14:12:58
7159
This is an adjunct proposal to #71497.71497 proposes adding a new JSON API, consisting of encoding/json/v2 and encoding/...
Golang api: audit for Go 1.25
2025-06-10 14:12:56
6569
This is a tracking issue for doing an audit of API additions for Go 1.25 as of CL 676895.New API changes for Go 1.25cryp...
Golang cmd/internal/testdir: Test/rangegen.go failures
2025-06-10 14:12:51
58965
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/rangegen.go"Issue ...
Golang Go Doc Comment: Support @ tags
2025-06-10 14:12:49
1448
Proposal DetailsPlease add support for @ tags in Go Doc Comments. This can be used to add specific documentation on spec...
Golang proposal: review meeting minutes
2025-06-10 14:12:28
674397
The proposal review group meets regularly (roughly weekly) to review pending proposal issues and move them along in the ...
Golang proposal: time: make UnmarshalText, UnmarshalJSON enforce strict RFC 3339 semantics
2025-06-10 14:12:10
28235
Work for #54580 made RFC3339 parsing adhere more strictly to the RFC. This was treated as a bug fix instead of a proposa...
Golang os: add (*Process).WithHandle
2025-06-10 14:12:08
13913
ProposalAdd a new WithHandle method for os.Process, which, if a handle is available, calls a specified callback function...
Golang proposal: bufio: Scanner.{Text,Bytes}Seq
2025-06-10 14:12:06
3040
Proposal DetailsOnce iterators are introduced in 1.23 there is growing number of libraries based on this feature. Readin...
Golang x/net/dns/dnsmessage: add support for SVCB and HTTPS records
2025-06-10 14:12:03
32163
The new SVCB/HTTPS record has been added in iOS 14 and macOS 11. It would be handy to be able to parse them. The RFC is ...
Golang slices: document behavior w.r.t. nil
2025-06-10 14:11:54
3135
Background: The usual advice in Go is to write code that does not distinguish nil slices from non-nil empty slices. Howe...
上一页
下一页
1
…
336
337
338
339
340
…
368
.