Golang x/tools/gopls: create a go list GOPACKAGESDRIVER for testing

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

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

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

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

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

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

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

#!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

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

#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/upload" && test == "TestRun_Ba...

Golang x/telemetry/internal/mmap: TestSharedMemory failures

#!watchflakesdefault <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestSharedMe...

Golang x/telemetry/internal/mmap: TestMultipleMaps failures

#!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

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

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

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

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")

@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

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

#!watchflakesdefault <- pkg == "runtime:cpu1" && test == "TestPreemptionAfterSyscall/100µs&quo...

Pandas DOC: Description of pandas_datetime_exec function

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
上一页 下一页
.