Yuanhao JIANG

Results 2 comments of Yuanhao JIANG

similar GO bug here ``` Building gopls for go completion...# golang.org/x/telemetry/crashmonitor third_party/go/pkg/mod/golang.org/x/[email protected]/crashmonitor/crash_go123.go:13:19: cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment FAILED...

> @Yuanhao-JIANG It is gopls related, but not similar. You need to check out the latest ycmd. Try > > ``` > git submodule update --remote > ./install.py --whatever-args-you-use >...