1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:04:40 -07:00
go/internal/lsp/cache
Rebecca Stambler b24f3822ec internal/lsp: fix fallback and error handling logic
We don't need to worry about a package's errors unless it is the
top-level package. Also fix some fallback logic in the type error range
computation.

Change-Id: Ib26b5e25bd70193ea24ec4a197811eedf69b0e2c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/202622
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
2019-10-24 17:20:55 +00:00
..
analysis.go internal/lsp: move error range computations into cache package 2019-10-21 22:12:58 +00:00
builtin.go internal/lsp: address staticcheck warnings 2019-10-04 02:16:23 +00:00
cache.go internal/lsp: use options hooks to install diff driver 2019-10-11 16:38:31 +00:00
check.go internal/lsp: fix fallback and error handling logic 2019-10-24 17:20:55 +00:00
error_test.go internal/lsp: refactor error handling code in type-checking 2019-10-21 18:57:46 +00:00
errors.go internal/lsp: fix fallback and error handling logic 2019-10-24 17:20:55 +00:00
external.go internal/lsp: address staticcheck warnings 2019-10-04 02:16:23 +00:00
file.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00
gofile.go internal/lsp: return an error from {Narrowest,Widest}CheckPackageHandle 2019-10-11 16:51:06 +00:00
load.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00
parse.go internal/lsp: improve completion for *ast.ArrayTypes 2019-10-23 16:34:50 +00:00
pkg.go internal/lsp: don't associate package with snapshot 2019-10-23 20:24:04 +00:00
session.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00
snapshot.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00
view.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00
watcher.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00