Aurora Blog
Home
Golang cmd/go: always pass a GoVersion to cmd/vet
2025-06-25 14:08:58
5717
Reported by @alexaandru in https://github.com/golang/go/issues/63888#issuecomment-1933649310$ cat go.modmodule example.c...
Golang all: increased toolchain binary sizes
2025-06-25 14:08:56
9112
Compared to 1.22, binary sizes of most toolchain binaries has increased significantly:$ lh go1.22/go/pkg/tool/linux_amd6...
Golang cmd/vet: GoVersion=="" on standard library packages
2025-06-25 14:08:54
1808
Within standard library packages the GoVersion sent to unitchecker is "" for standard library packages. This can be recr...
Golang x/tools/gopls: Hover: on var x Alias, where type Alias = Named, incorrectly shows underlying type of Named
2025-06-25 14:08:30
4855
gopls versionBuild infogolang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV/ZzqDLSvlB...
Golang x/tools/gopls: implement rangeFormatting LSP request
2025-06-25 14:08:25
35446
What version of Go are you using (go version)?$ go versiongo version go1.12.4 linux/amd64$ go list -m golang.org/x/tools...
Golang proposal: text/template: add ability to send executed content to a pipeline
2025-06-25 14:08:23
9174
I propose adding an apply function to text/template which would execute a template and send its output to a pipeline:{{ ...
Golang x/tools/internal/refactor/inline: analyzer generates unnecessary import renames
2025-06-25 14:08:21
2656
Go versionnot relevantOutput of go env in your module/workspace:not relevantWhat did you do?func TestNoUnnecessaryImport...
Golang x/tools/gopls: support external imports source
2025-06-25 14:08:05
3660
gopls versionI'd like to propose a discussion on adding support for an alternative method of loading the index for "Orga...
Golang x/tools/gopls: show underlying type on hover over alias
2025-06-25 14:08:03
1868
gopls versiongolang.org/x/tools/gopls v0.17.1go envn/aWhat did you do?Note: this is a feature requestGiven// This is a d...
Golang runtime/coverage: inaccurate coverage with covermode=atomic on js/wasm
2025-06-25 14:07:58
4475
Go versiongo version go1.22.4 windows/amd64Output of go env in your module/workspace:go envset GO111MODULE=onset GOARCH=...
Golang cmd/go: support corpus minimization
2025-06-25 14:07:48
4339
We should support corpus minimization, which will mean the ability to remove items from the on-disk corpus which either ...
Golang runtime/pprof: labels not reliably collected in goroutine dump
2025-06-25 14:07:44
7193
Go version1.24.4Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...
Golang runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile [1.23 backport]
2025-06-25 14:07:42
288
@rhysh requested issue #74090 to be considered for backport to the next 1.23 minor release.@gopherbot please backport. T...
Golang runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile [1.24 backport]
2025-06-25 14:07:40
288
@rhysh requested issue #74090 to be considered for backport to the next 1.24 minor release.@gopherbot please backport. T...
Golang cmd/compile: wrapping funcs in interfaces causes them to escape
2025-06-25 14:07:36
6708
Consider the following program:package xtype i interface { f(*int) }type f func(*int)func (f f) f(x *int) { f(x) }//go:n...
Golang runtime: "fatal: morestack on g0" on amd64 after upgrade to Go 1.21, stale bounds [1.21 backport]
2025-06-25 14:07:35
469
I requested issue https://github.com/golang/go/issues/62440 to be considered for backport to the next 1.21 minor release...
Golang proposal: x/crypto/x509roots/fallback: export certificate bundle
2025-06-25 14:07:32
18598
Proposal DetailsThe x/crypto/x509roots package was added in https://github.com/golang/go/issues/43958 and https://github...
Golang os/exec: Cmd.String races with Cmd.Start on Windows
2025-06-25 14:07:30
2105
https://go.dev/cl/527337 reverted a change in os/exec due to a data race between the Start method and anything that insp...
Golang cmd/go: cache results of exec.LookPath
2025-06-25 14:07:28
39455
What version of Go are you using (go version)?$ go versiongo version go1.13.6 windows/amd64Does this issue reproduce wit...
Golang net/http: Request.Clone() does not deep copy Body contrary to its docs (using GetBody works though)
2025-06-25 14:07:25
8221
What version of Go are you using (go version)?$ go versiongo version go1.13.5 linux/amd64Does this issue reproduce with ...
上一页
下一页
1
…
236
237
238
239
240
…
336
.