Aurora Blog
Home
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...
Golang crypto: ignore rand io.Reader where behavior is not specified
2025-06-10 14:11:52
12259
There are a few crypto APIs that take an io.Reader as a source of random bytes, but that don't commit to how those bytes...
Golang x/pkgsite: package removal request for github.com/Trade-with-Canvas/godhanhq
2025-06-10 14:11:43
407
Hey!I had pushed with the module name containing capitalized letters, which caused problems with the versioning and I ha...
Golang x/tools/gopls: Completion: add description to suggested function literals
2025-06-10 14:11:41
2985
gopls versionv0.18.1go envAR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS='-O2 -g'CGO_ENABLED='1'CGO_FFL...
Golang runtime/pprof: allow disabling gzip compression of profiles
2025-06-10 14:11:36
3206
The pprof format specifies that profiles must be gzip compressed on disk. Go implements this by unconditionally applying...
Golang runtime: apparent deadlock after building with PGO
2025-06-10 14:11:34
21301
Go versiongo1.24.2 linux/amd64 and linux/arm64Output of go env in your module/workspace:n/aWhat did you do?Compiled prog...
Golang log/slog: TextHandler, JSONHandler: incorrect docs
2025-06-10 14:11:30
3743
Go versiongo1.24Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS='...
Golang x/build/cmd/relui: add best-effort updating of tagx:ignore'd dependencies
2025-06-10 14:11:28
978
The monthly tagging workflow skips updating modules annotated with tagx:ignore. This was done out of necessity to break ...
Golang cmd/doc: fix some user experience issues with pkgsite instance started [freeze exception]
2025-06-10 14:11:26
2455
cc @jba @golang/release In go 1.25 "go doc -http" will go run a variant of pkgsite (golang.org/x/pkgsite/cmd/internal/do...
Golang x/tools/gopls/internal/analysis: best-effort simplification of custom comparison functions
2025-06-10 14:11:24
8165
This is a speculative feature proposal for a new analyzer. I would be sympathetic to an objection that this is too presc...
Golang x/tools/gopls/internal/telemetry/cmd/stacks: TestUpdateIssues/open_issue failures
2025-06-10 14:11:22
10610
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/telemetry/cmd/stacks" && test == ...
Golang fmt: Shouldn't %q (and %s) treat nil as a valid value?
2025-06-10 14:11:20
5048
What version of Go are you using (go version)?$ go versiongo version go1.14.4 linux/amd64Does this issue reproduce with ...
上一页
下一页
1
…
176
177
178
179
180
…
207
.