Aurora Blog
Home
Golang x/tools/gopls: Misguided missing method code action
2025-07-17 14:06:32
4358
gopls versionBuild infogolang.org/x/tools/gopls v0.19.1 golang.org/x/tools/gopls@v0.19.1 h1:Yodhp3rnpnag60lVZrYPYbGMx...
Golang net: MPTCP breaks the existing net.Listener on Linux uses MD5 digest with ENOPROTOOPT (protocol not available)
2025-07-17 14:06:30
4908
Go version1.24.2Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS=...
Golang cmd/vet: Warn about recursive read locks
2025-07-17 14:05:57
1386
Use Casesync.RWMutex must not be used for recursive read locking, as this possibly creates opportunities for deadlocks. ...
Golang x/vuln: improve OpenVEX status output for fixed vulnerabilities
2025-07-17 14:05:55
11652
govulncheck versionGo: go1.22.4Scanner: govulncheck@v1.1.2DB: https://vuln.go.devDB updated: 2024-07-03 16:27:09 +0000 U...
Golang x/pkgsite/tests/screentest: module-with-one-vuln is failing (and prone to fail anew after being updated)
2025-07-17 14:05:51
1018
The screentest "module-with-one-vuln" is currently failing at tip, as seen in the most recent trybot occurrence in CL 59...
Golang build: build failure on gotip-linux-riscv64
2025-07-17 14:05:20
15626
#!watchflakesdefault <- builder == "gotip-linux-riscv64" && repo == "go" && mode ...
Golang os: replace finalizers with cleanups
2025-07-17 14:05:12
420
Finalizers were replaced with cleanups in the os package as part of #70907. With that change, we discovered that a shal...
Golang runtime: use runtime.AddCleanup in the standard library
2025-07-17 14:05:10
3283
AddCleanup has been added to the runtime (#67535). We should use runtime.AddCleanup instead of runtime.SetFinalizer in t...
Golang slices: add Concat
2025-07-17 14:05:08
17206
This came up in the discussion of #55358 and prior discussions. It would be nice to have a simple, generic way to concat...
Golang go/types: assertion failure in recent range statement checking logic [1.22 backport]
2025-07-17 14:05:04
622
@findleyr requested issue #68334 to be considered for backport to the next 1.22 minor release.@gopherbot please backport...
Golang x/build/cmd/relui: clone workflow
2025-07-17 14:05:00
531
When viewing a workflow, it would be nice to be able to create a new workflow with the same parameters, or to at least p...
Golang proposal: Go 2: Safer approach for directly calling functions from another package in Go
2025-07-17 14:04:57
5495
Go Programming ExperienceExperiencedOther Languages ExperienceGo, C++, TypeScript, PHP, JAVARelated Idea[X] Has this ide...
Golang cmd/compile: recursive generic interface instantiation error
2025-07-17 14:04:51
5681
Go versiongo version go1.21.6 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang proposal: os: Export path escape error
2025-07-17 14:04:49
256
Proposal DetailsWhen using os.Root the only way to detect when a path would escape the root is using string comparison o...
Golang net: dial not respecting cancel cause
2025-07-17 14:04:45
4564
Go versiongo1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS='...
Golang cmd/link: on wasm, number of functions limited to 2^16 [1.24 backport]
2025-07-17 14:04:43
272
Manually creating a backport issue for #64856 as there were previously closed backport issues (#64868).This causes build...
Golang cmd/compile: compile time increased greatly in 1.25rc1 with commit ed24bb4e60
2025-07-17 14:04:41
5292
What version of Go are you using (go version)?$ go versiongo version go1.25rc2 windows/amd64Does this issue reproduce wi...
Golang Can no longer build even simple programs with 1.18 (import "internal/goarch" is a program error)
2025-07-17 14:04:39
2631
Since installing 1.18, I can no longer compile even the simple demonstration program, see below.I get the following erro...
Golang x/tools/gopls: import errors with multi-root workspace and gopls@v0.15.0+
2025-07-17 14:04:29
14649
What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...
Pandas DEPR: Index == Series should return NotImplemented
2025-07-17 14:04:08
386
ATM index == series returns an ndarray because Index.__eq__ does not return NotImplemented. It isn't clear to me what t...
上一页
下一页
1
…
159
160
161
162
163
…
326
.