vim-go icon indicating copy to clipboard operation
vim-go copied to clipboard

`:GoReportGithubIssue` not filling in required information

Open waldner opened this issue 4 months ago • 1 comments

What did you do? (required: The issue will be closed when not provided)

:GoReportGithubIssue

What did you expect to happen?

As noted in the issue template comment:

Consider executing `:GoReportGitHubIssue` to populate much of this information automatically.

What happened instead?

The new issue page is opened in the browser with the issue template, but none of the required fields is populated automatically. It's exactly the same as doing "new issue" directly from github. The following information was filled in by hand by me.

Configuration (MUST fill this out):

vim-go version:

master

vimrc you used to reproduce:

empty .vimrc

Vim version (first three lines from :version):

VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Aug 11 2025 00:00:00) Included patches: 1-1623 Modified by [email protected]

Go version (go version):

go version go1.25.0 linux/amd64

Go environment

go env Output:

AR='ar' CC='gcc' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='g++' GCCGO='gccgo' GO111MODULE='' GOAMD64='v1' GOARCH='amd64' GOAUTH='netrc' GOBIN='/home/waldner/.asdf/installs/golang/1.25.0/bin' GOCACHE='/home/waldner/.cache/go-build' GOCACHEPROG='' GODEBUG='' GOENV='/home/waldner/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFIPS140='off' GOFLAGS='' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3242057848=/tmp/go-build -gno-record-gcc-switches' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMOD='/dev/null' GOMODCACHE='/home/waldner/.asdf/installs/golang/1.25.0/packages/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/home/waldner/.asdf/installs/golang/1.25.0/packages' GOPRIVATE='' GOPROXY='https://proxy.golang.org,direct' GOROOT='/home/waldner/.asdf/installs/golang/1.25.0/go' GOSUMDB='sum.golang.org' GOTELEMETRY='local' GOTELEMETRYDIR='/home/waldner/.config/go/telemetry' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/home/waldner/.asdf/installs/golang/1.25.0/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.25.0' GOWORK='' PKG_CONFIG='pkg-config'

gopls version

gopls version Output:

golang.org/x/tools/gopls v0.20.0

waldner avatar Aug 30 '25 09:08 waldner

Update: looking at the generated URL and decoding it, I see that it does indeed contain some of the required info (eg go env, gopls version etc). However, after the browser redirect, it seems that the information is lost and a blank template is shown.

waldner avatar Aug 30 '25 09:08 waldner