Aurora Blog
Home
Golang cmd/compile/internal/types2: enable unsorted processing of package objects
2025-06-11 14:15:41
540
Reminder issue to remove the false in the condition at resolver.go:680 (look for issue50259.go in the source).Comment Fr...
Golang go/types: Implements is an allocation hotspot
2025-06-11 14:15:39
1250
While profiling the rapid type analysis (golang.org/x/tools/go/callgraph/rta) I noticed that it spends a majority of its...
Golang cmd/compile: unhelpful error message with recursive constraint
2025-06-11 14:15:30
1759
What version of Go are you using (go version)?$ go versiongo version devel go1.21-af8f94e3c5 Tue Jul 11 21:30:51 2023 +0...
Golang cmd/api: API checker doesn't seem to handle Alias uses correctly
2025-06-11 14:15:28
1931
Background: API check failure in https://go.dev/cl/559435.Comment From: randall77I think this might not be a bug in the ...
Golang cmd/compile: exponential behavior for deeply nested structs
2025-06-11 14:15:26
4220
Go versiontipOutput of go env in your module/workspace:GO111MODULE=""GOARCH="arm64"GOBIN=""...
Golang cmd/compile: "panic: unification reached recursion depth limit" with recursive type constraint
2025-06-11 14:15:24
4576
Go versiongo version go1.22.3 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang cmd/compile: declaration order of types affects cycle detection
2025-06-11 14:15:22
3187
Go versiongo version go1.22.3 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang reflect: verify/ensure that reflect supports the same string/[]byte/[]rune conversions as the spec/implementation
2025-06-11 14:15:20
899
Follow-up on #23814.See https://go-review.googlesource.com/c/go/+/412095/4/test/fixedbugs/issue23814.go for examples.Com...
Golang go/types, types2: add mechanism to report "last good" source file position in case of a panic
2025-06-11 14:15:18
1110
We should track the source positions for the code we're in the process of type-checking so that we can report a position...
Golang go/types, types2: consolidate error message formats
2025-06-11 14:15:16
998
Error messages don't have a particular "style guide" at the moment:there are simple errors of the form: func main must h...
Golang go/types,cmd/compile/internal/types2: shared type expressions are evaluated once per variable
2025-06-11 14:15:14
3929
If a VarDecl has an explicit type expression, it will get evaluated once for each declared variable. So if you have a Va...
Golang x/tools/gopls/internal/util/safetoken: TestGoplsSourceDoesNotCallTokenFileMethods failures
2025-06-11 14:15:10
1289
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/util/safetoken" && test == "...
Golang runtime/pprof: crash "cannot read stack of running goroutine" in goroutine profile
2025-06-11 14:15:08
2775
This crash was seen internally at Google. The root cause is a bug in https://go.dev/cl/650697 and related to handling of...
Golang x/tools/go/ssa: defer into stack frame
2025-06-11 14:15:06
5935
Proposal DetailsThis proposal is to extend x/tools/go/ssa to support for defers when running with GOEXPERIMENT=rangefunc...
Golang os: racy use of pidfd
2025-06-11 14:14:35
1573
https://go.dev/cl/570036 started using a pidfd for Process operations in order to avoid races with wait/signal targeting...
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...
上一页
下一页
1
…
344
345
346
347
348
…
386
.