You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6
11e8f6b internal/lsp: refactor codeAction
1523bb4 internal/lsp: fix time.Duration hover name check
bcb2d7b internal/lsp: fix bad completion for variadic functions
7ee2955 internal/lsp/cache: refactor and improve go get quick fixes
1e524e2 internal/lsp/source: add the nilness analyzer
d34cf35 internal/lsp/source: return nil for foldingRange in case of parse error
c5f5f4b gopls/doc: clarify how to set remote.listen.timeout
3e1cb95 internal/lsp/source: correct workspace symbol logic for unpacking receivers
397283d internal/lsp/protocol/typescript: fix lint errors in .ts code
d19d8cf internal/lsp/protocol/typecript: fix type merging
50ca8d0 all: recognize new error from go command when no go.mod is found
2cde57b internal/lsp: remove redundant didChange notifications
376db57 internal/lsp: use pre-existing quick fixes for analysis diagnostics
144d5ce internal/lsp: run type error analyzers as part of diagnostics
24439e3 internal/lsp/source: eliminate GetTypeCheckDiagnostics
dafbee5 internal/lsp: show human-readable const time.Duration as a comment
9c452d8 internal/lsp/cache: don't rely on related diagnostics if unsupported
2ac05c8 internal/lsp: key GC details off package ID
303d8bb gopls/internal/hooks: compile URL regexp once
94327d3 internal/lsp/cache: show type errors on parse errors in other files
16b2c87 gopls/internal/regtest: add a failing test for issue 44736
7800253 internal/lsp/cache: split up sourceDiagnostics
47985cf internal/lsp/cache: refactor Go file parsing
6422c5c internal/lsp/cache: invalidate metadata on magic comment changes
f9c628b gopls/internal/regtest: add test for bad embed rules
89a9cb6 internal/lsp/cache: parse filenames from go list errors correctly
eb48d3f internal/lsp/cache: refactor diagnostic suppression
7a079fc internal/lsp/cache: fix related error processing
f5a4005 cmd/eg: don't do rewrites within the template file itself
28e7a3b cmd/eg: use go/packages
54dc8c5 playground: remove /share registration, add Proxy
24aca17 cmd/guru: adjust describe qualifier function (fix describe test)
0150491 x/tools/internal/fastwalk: fixes "interrupted system call" error
b4639cc internal/lsp/protocol: fix vet error in tsprotocol.go
a43f69b go/expect: use parser.AllErrors when extracting Notes
f48e60b add comment and check action type neovim goimports
b8d1a33 internal/lsp/source: add the unusedwrite analyzer
Change-Id: I3bf12fb1e4a6431ea32e879774dd6c5e525b1ff1
// golang/go#38990: go list silently fails to do cgo processing
585
585
pkg.CompiledGoFiles=nil
586
586
pkg.Errors=append(pkg.Errors, Error{
587
-
Msg: "go list failed to return CompiledGoFiles; https://golang.org/issue/38990?",
587
+
Msg: "go list failed to return CompiledGoFiles. This may indicate failure to perform cgo processing; try building at the command line. See https://golang.org/issue/38990.",
0 commit comments