mirror of
https://github.com/golang/go
synced 2024-11-18 22:24:50 -07:00
ed45af74ff
If this flag is set, (*Config).Load will not return an error even if some packages had type errors. Each individual PackageInfo can be queried for its error state, now exposed as TypeError. In addition, each PackageInfo exposes whether it is "transitively error-free". ssa.Create skips packages without this flag since it is required for SSA construction. + Test. LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/62000045 |
||
---|---|---|
.. | ||
callgraph | ||
exact | ||
gccgoimporter | ||
gcimporter | ||
importer | ||
loader | ||
pointer | ||
ssa | ||
types | ||
vcs |