Aurora Blog
Home
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...
Golang x/build: gotip-linux-ppc64le_power8 builder persistently fails modfetch/codehost gitrepo-sha256 tests
2025-06-11 14:11:51
1963
Go versiongo1.25 development branch (multiple commits including d184f8dc0)Output of go env in your module/workspace:GOAR...
Golang net/http: make CrossOriginProtection zero value work [freeze exception]
2025-06-11 14:11:47
1071
In #73626, we overlooked specifying the zero value of the new net/http.CrossOriginProtection type. As implemented, attem...
Golang cmd/compile/internal/syntax: StartPos incorrect for KeyValueExpr arguments
2025-06-11 14:11:45
357
Reminder issue. See https://go-review.googlesource.com/c/go/+/591256/1/src/cmd/compile/internal/syntax/positions.go .Tri...
Golang cmd/cgo/internal/testsanitizers: TestLibFuzzer and TestMSAN fail with CC=clang CGO_ENABLED=0
2025-06-11 14:11:43
3245
Go versiongo version go1.21.4 linux/amd64What operating system and processor architecture are you using (go env)?GO111MO...
Golang all: end support for macOS 11 in Go 1.25
2025-06-11 14:11:41
3988
Proposal DetailsGo added support for macOS 15 that was publicly released this September. After internal discussion, we b...
上一页
下一页
1
…
345
346
347
348
349
…
386
.