Aurora Blog
Home
Golang x/tools/gopls: create a go list GOPACKAGESDRIVER for testing
2025-06-11 14:11:39
1850
We lack testing for GOPACKAGESDRIVER in gopls, and while we say it is "unsupported", it technically works, and we have a...
Golang proposal: time: Add functions for finding greatest or least time.Time supplied
2025-06-11 14:11:37
5519
Proposal DetailsWhile attempting to port over from Ruby code to Go, I ran into an issue where I needed to set a variable...
Golang net/http: add CrossOriginForgeryHandler
2025-06-11 14:11:32
67895
BackgroundCross Site Request Forgery (CSRF) is a confused deputy attack where the attacker causes the browser to send a ...
Golang x/tools/gopls: support Go assembly files
2025-06-11 14:11:28
4466
Gopls already supports navigating from Go source to assembly files (use "Go to definition" on a func declaration with no...
Golang access: may-start-trybots for avamsi
2025-06-11 14:11:24
456
Could I please get the may-start-trybots access to run on my CLs? Would be a nice DevEx improvement -- my email is avams...
Golang x/tools/deadcode: panic analyzing dynamic call
2025-06-11 14:11:22
5410
Go versiongo version go1.22.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang os: add Root.ReadFile & Root.WriteFile
2025-06-11 14:11:20
2490
I propose adding ReadFile and WriteFile methods to *os.Root:package os// ReadFile reads the named file in the root and r...
Golang x/tools/gopls: "unexpected file: %q" bug.Report in bestView
2025-06-11 14:11:18
6806
#!stacks"bug.Errorf:+2" && "cache.port.matches.func1:+2"This stack FC7EOg was reported by te...
Golang dl: return the same exit status of the wrapped command
2025-06-11 14:11:16
3045
Currently, the Run function in the internal/version and gotip packages returns the exit status 1 if the wrapped command ...
Golang x/telemetry/internal/upload: TestRun_Basic failures
2025-06-11 14:11:14
6874
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/upload" && test == "TestRun_Ba...
Golang x/telemetry/internal/mmap: TestSharedMemory failures
2025-06-11 14:11:12
2415
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestSharedMe...
Golang x/telemetry/internal/mmap: TestMultipleMaps failures
2025-06-11 14:11:10
2526
#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultiple...
Golang mime/multipart: Failure to round trip leading to potential bypass of content based checks
2025-06-11 14:11:06
5807
Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang runtime: SEGV accessing map
2025-06-11 14:11:04
10633
Go versiongo1.24.0Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFL...
Golang cmd/go, cmd/distpack: build and run tools that are not necessary for builds as needed and don't include in binary distribution
2025-06-11 14:11:02
15219
Proposal DetailsThis proposal is to stop including tools that are not needed for builds in the binary distribution. Inst...
Golang go/token: add (*FileSet).AddExistingFiles method to add files out of order
2025-06-11 14:11:00
4953
Background: token.FileSet is often a bottleneck in applications that process Go source code. Nearly all logic that proce...
Golang x/tools/gopls: regression in semantic tokens (Data field is JSON "null")
2025-06-11 14:10:58
1626
@neild reports that neovim with gopls at master produces an error similar to https://github.com/neovim/neovim/issues/213...
Golang cmd/go/internal/work: panic for a repeated //go:debug directive for the same setting
2025-06-11 14:10:53
2704
What version of Go are you using (go version)?$ go version go version go1.21.0 windows/a...
Golang runtime:cpu1: TestPreemptionAfterSyscall/100µs failures
2025-06-11 14:10:45
2134
#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestPreemptionAfterSyscall/100µs&quo...
Pandas DOC: Description of pandas_datetime_exec function
2025-06-11 14:10:33
808
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
上一页
下一页
1
…
346
347
348
349
350
…
386
.