mirror of
https://github.com/golang/go
synced 2024-11-19 05:04:43 -07:00
f6a1a6ff8e
Recently been noticing errors where we don't have full metadata for a given package. It seems to me that, since we added the context to the packages.Config, there have been cases where the context is canceled on the first load, and then we type-check with incomplete data. I'm still not sure if allowing go/packages to be canceled is the correct approach. Change-Id: I6767ce763538bd579458c8f8db07f15c9eec7b4a Reviewed-on: https://go-review.googlesource.com/c/tools/+/201518 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Muir Manders <muir@mnd.rs> Reviewed-by: Michael Matloob <matloob@golang.org> |
||
---|---|---|
.. | ||
analysis.go | ||
builtin.go | ||
cache.go | ||
check.go | ||
external.go | ||
file.go | ||
gofile.go | ||
load.go | ||
parse.go | ||
pkg.go | ||
session.go | ||
snapshot.go | ||
view.go | ||
watcher.go |