Aurora Blog
Home
Golang os: incompatible change to os.FindProcess Pid field
2025-06-11 14:14:33
765
As of https://go.dev/cl/570036, FindProcess on a process that doesn't exist returns a Process with Pid == -2, which serv...
Golang os: manually instantiated os.Process methods return EBADF
2025-06-11 14:14:30
882
package mainimport ( "fmt" "os" "syscall")func main() { p := &...
Golang cmd/compile: poor spill decisions making code 14% slower
2025-06-11 14:14:28
12850
At commit 266b0cff18 from earlier today (but also with some older toolchains, not claiming the behavior is new), suppose...
Golang x/pkgsite: no docs for GOEXPERIMENT packages
2025-06-11 14:13:00
3012
What is the URL of the page with the issue?https://pkg.go.dev/testing/synctest@go1.24rc2What is your user agent?Mozilla/...
Golang x/tools/go/{packages/packagestest,expect}: deprecate, tag, and delete
2025-06-11 14:12:51
2749
golang.org/x/tools/go/packages/packagestestgolang.org/x/tools/go/expectBackground: These packages, designed for use in t...
Golang Debug Excessively Slow Stepping Through Code
2025-06-11 14:12:48
2630
Go version1.22.1Output of go env in your module/workspace:GO111MODULE=autoGOARCH=amd64GOBIN=GOCACHE=C:\Users\teschste\Ap...
Golang proposal: crypto/tls: implement RFC5929 tls-server-end-point support
2025-06-11 14:12:44
768
Proposal DetailsCan you add the missing "tls-server-end-point" support of RFC 5929: Channel Bindings for TLS?- https://d...
Golang x/tools/gopls: support renaming an embedded field at its declaration
2025-06-11 14:12:42
3290
What version of Go are you using (go version)?$ go versiongo version devel +f4b918384d Tue Mar 23 05:12:39 2021 +0000 li...
Golang cmd/compile: DWARF locations for .closureptr synthetic var are not correct
2025-06-11 14:12:38
1052
The recently submitted CL https://go.dev/cl/586975 adds support to the Go compiler for emitting a compiler-synthesized "...
Golang x/tools/gopls: release version v0.19.0
2025-06-11 14:12:36
1625
This issue tracks progress toward releasing gopls@v0.19.0[x] create or update gopls-release-branch.0.19[x] update go.mod...
Golang go/types: add Var.Kind method and enum
2025-06-11 14:12:32
21841
Background: A types.Var represents a variable, broadly defined: a global, a local (including parameters and named result...
Golang proposal: errors: As with type parameters
2025-06-11 14:12:30
16509
Currently in 1.18 and before, when using the errors.As method, an error type you would like to write into must be predec...
Golang proposal: ref/mod: mention whether go.work files should be checked into VCS
2025-06-11 14:12:28
22225
https://go.dev/ref/mod#workspaces describes the current implementation of Go workspaces, as proposed by https://golang.o...
Golang Go compiler and runtime meeting notes
2025-06-11 14:12:22
243636
Google's Go compiler and runtime team meets periodically (roughly weekly) to discuss ongoing development of the compiler...
Golang debug/macho: Mach-O format's truncation of DWARF section names longer than 16 chars makes some sections unrecognizable to debug/dwarf
2025-06-11 14:12:15
6205
Go versionThis affects Go 1.23.x only. The test passes on Go 1.24.x and at tip.Output of go env in your module/workspace...
Golang cmd/go: TestScript/list_empty_importpath failures
2025-06-11 14:12:08
23262
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/list_empty_importpath"Issu...
Golang x/tools/gopls: go clean fails with ENOTEMPTY (openbsd) causing gopls test flakes
2025-06-11 14:12:03
367059
#!watchflakesdefault <- pkg ~ `golang.org/x/tools/gopls/internal/test/.*` && goos == "openbsd" &...
Golang x/tools/cmd/signature-fuzzer/fuzz-runner: TestRunner/Minimization2 failures
2025-06-11 14:11:57
11057
#!watchflakesdefault <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-runner" && test == &qu...
Golang cmd/go: godebug default=go1.20 does not set same netedns0 as GOPATH mode
2025-06-11 14:11:55
3011
Go versiongo version go1.24.3 darwin/amd64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang cmd/go: mod edit: missing -droptoolchain flag
2025-06-11 14:11:53
1515
Go versiongo version go1.24.3 linux/amd64Output of go env in your module/workspace:n/aWhat did you do?'go get -u ' resul...
上一页
下一页
1
…
326
327
328
329
330
…
368
.