Aurora Blog
Home
Golang x/tools/go/analysis/internal/checker: -fix should remove unneeded imports
2025-07-11 14:08:20
1163
The -fix flag of each {single,multi}checker tool applies as many fixes as possible without textual conflicts. However, s...
Golang x/tools/gopls: modernize should remove unused imports
2025-07-11 14:08:18
1114
package mainimport ( "sort")func main() { foo := []string{} sort.Slice(foo, func(i, j int) bool { ret...
Golang x/mobile: seccomp prevented call to disallowed arm64 system call 434
2025-07-11 14:08:14
10520
Go versiongo version 1.22.9 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=''...
Golang os: os.checkPidfd() crashes with SIGSYS
2025-07-11 14:08:12
16224
Go versiongo version go1.23.0 android/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN='...
Golang cmd/go: list with -export and -covermode=atomic fails to build [1.22 backport]
2025-07-11 14:08:09
587
@matloob requested issue #65264 to be considered for backport to the next 1.22 minor release.@gopherbot please backport ...
Golang x/build/cmd/relui: add support for posting blog post announcements to social media
2025-07-11 14:08:07
410
Relui already automates Go version release announcements on social media through its workflows. We can leverage this exi...
Golang cmd/go: list with -export and -covermode=atomic fails to build [1.21 backport]
2025-07-11 14:08:04
418
@matloob requested issue #65264 to be considered for backport to the next 1.21 minor release.@gopherbot please backport ...
Golang cmd/link: issues with Xcode 16 beta [1.22 backport]
2025-07-11 14:08:02
2128
@cherrymui requested issue #68088 to be considered for backport to the next 1.22 minor release.@gopherbot please backpor...
Golang access: requesting access for Running TryBots
2025-07-11 14:07:57
649
See https://go.dev/wiki/GerritAccessAs mentioned in #66786, I have joined the golang/mips. Now, I'd like to request TryB...
Golang os/exec: modifications to Path ignored when *Cmd is created using Command with an absolute path on Windows [1.22 backport]
2025-07-11 14:07:55
756
@dmitshur requested issue #68314 to be considered for backport to the next 1.22 minor release.@gopherbot Please backport...
Golang x/exp/stats: new package with Mean, Median, more
2025-07-11 14:07:51
105520
Description:This proposal aims to enhance the Go standard library’s math ( math/stats.go )package by introducing several...
Golang x/crypto/ssh/test: TestRunCommandWeClosed failures
2025-07-11 14:07:38
3535
#!watchflakesdefault <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestRunCommandWeClos...
Golang x/pkgsite: v0.69.1 page for github.com/IBM/vpc-go-sdk is not loading
2025-07-11 14:07:26
1144
What is the URL of the page with the issue?https://pkg.go.dev/github.com/IBM/vpc-go-sdk@v0.69.1What is your user agent?M...
Golang log/slog: add multiple handlers support for logger
2025-07-11 14:07:17
26328
Proposal DetailsCurrently slog package a logger only support one handler. For most language like python, A log module sh...
Golang proposal: encoding: add generic "name alias" struct tag
2025-07-11 14:07:15
3035
Proposal DetailsIt's not uncommon to see code like this:type Bread struct { Weight int `json:"weight" yaml:...
Golang cmd/go: track tool dependencies in go.mod
2025-07-11 14:07:10
133629
UPDATE: 2024-07-29: the latest proposal can be found here.BackgroundThe current best-practice to track tool dependencies...
Golang x/tools/gopls: SIGBUS reading string data in os.File.readdir
2025-07-11 14:07:04
688
#!stacks"sigpanic" && "os.(*File).readdir"Issue created by stacks.This stack gdIvug was repo...
Golang x/tools/gopls: Completion: panic in types.ConvertibleTo
2025-07-11 14:07:03
1436
#!stacks"gopanic" && "types.ConvertibleTo" && "completion.considerTypeConversio...
Golang x/tools/gopls: ApplyFix: "no file for edit position" bug in suggestedFixToDocumentChange (via telemetry)
2025-07-11 14:06:55
7240
#!stacks"bug.Errorf" && "golang.suggestedFixToDocumentChange:+10"This stack Di2gNg was repor...
Golang proposal: x/sys/windows: allow specifying Security Capabilities in SysProcAttr
2025-07-11 14:06:10
5822
Proposal DetailsAllow adding Security Capabilities to SysProcAttr on Windows. Note this is separate from the existing Se...
上一页
下一页
1
…
226
227
228
229
230
…
373
.