Descriptiongo.tools/go/loader: add AllowTypeErrors flag.
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.
Patch Set 1 #Patch Set 2 : diff -r 94daeb52de8a https://code.google.com/p/go.tools #Patch Set 3 : diff -r 94daeb52de8a https://code.google.com/p/go.tools #Patch Set 4 : diff -r 94daeb52de8a https://code.google.com/p/go.tools #
Total comments: 8
Patch Set 5 : diff -r ebef51b726fc https://code.google.com/p/go.tools #
MessagesTotal messages: 4
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||