1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:04:46 -07:00
go/internal/lsp/cache
Rob Findley 58fec203a2 internal/lsp/cache: don't type check types.Unsafe
Recent test runs exposed that we are racing to types.Unsafe, as a result
of parallel type checking. Example:
https://storage.googleapis.com/go-build-log/494dd1dd/linux-amd64-race_c978961e.log

We shouldn't have to type check unsafe, so we can return early instead.

Change-Id: I20143dbfb07925d85d7342b93360bdda1c45e4aa
Reviewed-on: https://go-review.googlesource.com/c/tools/+/218497
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-02-07 18:36:39 +00:00
..
analysis.go internal/lsp: determine parse mode based on workspace packages 2020-02-04 23:03:16 +00:00
cache.go internal/lsp/debug: serve cache entry counts 2020-02-03 22:21:18 +00:00
check.go internal/lsp/cache: don't type check types.Unsafe 2020-02-07 18:36:39 +00:00
debug.go internal/lsp/cache: add Env to debugView 2020-01-31 20:48:24 +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: don't show list errors unless necessary 2020-01-27 19:59:09 +00:00
external.go internal/lsp: check that a file handle is unmodified before read 2020-01-23 20:52:07 +00:00
load.go internal/lsp: stop returning metadata from (*snapshot).load 2020-02-06 00:15:21 +00:00
mod_tidy.go internal/lsp/cache: improve ModTidyHandle cache key 2020-02-07 18:07:39 +00:00
overlay.go internal/lsp: support multiple URIs in (*view).invalidateContent 2020-01-23 20:19:14 +00:00
parse.go internal/lsp/source: improve completion after accidental keywords 2020-02-06 05:08:22 +00:00
pkg.go internal/lsp: determine parse mode based on workspace packages 2020-02-04 23:03:16 +00:00
session.go internal/lsp: determine parse mode based on workspace packages 2020-02-04 23:03:16 +00:00
snapshot.go internal/lsp: stop returning metadata from (*snapshot).load 2020-02-06 00:15:21 +00:00
view.go internal/lsp: stop returning metadata from (*snapshot).load 2020-02-06 00:15:21 +00:00