Aurora Blog
Home
Golang go/types, x/tools: help tool authors support the new go/types.Alias node
2025-08-13 14:14:02
966
Following up on https://github.com/golang/go/issues/46477#issuecomment-2101270785, this umbrella issue tracks additional...
Golang crypto: test fips140=only mode
2025-08-13 14:14:00
834
fips140=only from #70123 breaks any non-FIPS cryptography. Testing a mode designed to break things is tricky.Running the...
Golang os: Open("file/.") does not produce an error on wasip1
2025-08-13 14:13:57
3929
Go versionmasterOutput of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/Users/dn...
Golang cmd/go: invoking go run from go test can corrupt build cache
2025-08-13 14:13:55
8258
Go versiongo version go1.22.7 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/compile: inaccurate compiler error on duplicate wasmexport symbol
2025-08-13 14:13:53
3057
Go versiontipOutput of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''GOCACHE='/home/johan/.cache/g...
Golang runtime: sync fatal error swallows panic message
2025-08-13 14:13:51
1303
package mainimport ( "net/http" "sync")func main() { var mu sync.Mutex defer mu.Unlock()...
Golang go/printer: incorrect *Config.Format results with +build comments and the SourcePos mode
2025-08-13 14:13:46
2141
What version of Go are you using (go version)?8db131082d08e497fd8e9383d0ff7715e1bef478 (tip, as of time of writing)What ...
Golang net/url: unescape() logic doesn't copy invalid bytes following % as expected by most recent spec
2025-08-13 14:13:44
4253
(This is a reopened version of https://github.com/golang/go/issues/11249 because the whatwg spec has changed.)What versi...
Golang go/parser: StructType.End() can underflow the File
2025-08-13 14:13:42
2098
A struct type with a missing close brace has an StructType.End pos of zero. That means the enclosing nodes such as Retur...
Golang cmd/compile: bug in cmd/compile/internal/noder.(*pkgReader).posBaseIdx
2025-08-13 14:13:38
1630
Issue created by stacks.This stack OJW6pg was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang net: TCP connection erroneously duplicates message on Windows
2025-08-13 14:13:36
9884
What version of Go are you using (go version)?$ go versiongo version go1.20.1 windows/amd64Does this issue reproduce wit...
Golang cmd/dist: internal import detection is generating false positives
2025-08-13 14:13:33
2104
After updating the Go port for OpenBSD to start testing 1.23rc2, the build fails with:===> Building for go-1.23rc2Bu...
Golang net/http, x/net/http2: data race in multiple tests
2025-08-13 14:13:31
58522
#!watchflakespost <- ((pkg == "net/http" || pkg == "golang.org/x/net/http2") && (`WARNING...
Golang runtime/coverage: out-of-bounds panic in VisitFuncs via processCoverTestDir
2025-08-13 14:13:29
10132
#!watchflakespost <- log ~ `panic: runtime error: slice bounds out of range` && log ~ `^\s*runtime/coverage\....
Golang crypto/tls: darwin race builders failing on BenchmarkHandshakeServer/ECDHE-X25519-ECDSA-P256
2025-08-13 14:13:27
1165
The darwin race builder has been failing for some time with errors or this form:=== RUN BenchmarkHandshakeServer/ECDHE...
Golang syscall: nextfd handling for attr.Files shuffle will clobber files
2025-08-13 14:13:25
6211
What version of Go are you using (go version)?$ go versiongo version go1.20.6 linux/amd64Does this issue reproduce with ...
Golang cmd/compile: bug in cmd/compile/internal/noder.(*pkgWriter).pkgIdx
2025-08-13 14:13:23
1608
Issue created by stacks.This stack bKG_2Q was reported by telemetry:compile/bugcmd/compile/internal/base.FatalfAt:+3cmd/...
Golang go/ast: establish File.FileStart <= Node.Pos <= Node.End <= File.FileEnd for all Nodes in a File
2025-08-13 14:13:21
2971
Background: Some ast.Node types, such as ast.StructType and ast.InterfaceType, compute their End position based on assum...
Golang runtime: Go crashes in windows when creating JVM using "JNI_CreateJavaVM"
2025-08-13 14:13:19
4797
What version of Go are you using (go version)?$ go versiongo version go1.20 windows/amd64Does this issue reproduce with ...
Golang x/tools/gopls: report error only at function signature for incompatible function literals
2025-08-13 14:13:17
4046
gopls versionBuild info----------golang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV...
上一页
下一页
1
…
57
58
59
60
61
…
315
.