Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Autocomplete stopped working #1051

Open
NirmalVatsyayan opened this issue Sep 11, 2020 · 1 comment
Open

Autocomplete stopped working #1051

NirmalVatsyayan opened this issue Sep 11, 2020 · 1 comment

Comments

@NirmalVatsyayan
Copy link

The autocomplete was working fine and i was using it since 1 year but today on updating Go version from 1.12.x to 1.15.4 ( latest ) it stopped working.

Output from atom -v && apm -v

Atom : 1.51.0
Electron: 5.0.13
Chrome : 73.0.3683.121
Node : 12.0.0
apm 2.5.0
npm 6.14.5
node 10.20.1 x64
atom 1.51.0
python 3.7.3
git 2.20.1

Output From go env

GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/nirmalvatsyayan/Library/Caches/go-build"
GOENV="/Users/nirmalvatsyayan/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/nirmalvatsyayan/Desktop/gocode/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/nirmalvatsyayan/Desktop/gocode"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/5t/ddfrkd652ll5xlrn6t8f52tw0000gn/T/go-build951124700=/tmp/go-build -gno-record-gcc-switches -fno-common"

Steps to Reproduce

  1. Upgrade Go lang version to 1.15.4

Expected Behavior

Expected it to work as earlier and not break on go version update.

Actual Behavior

Not working at all.

@openscience
Copy link

have you found a way to solve the problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants