Closed sqs closed 8 years ago
LGTM.
Minor comment. To reduce the chance of this behavior regressing, I'd suggesting adding a comment to the prepareDependencies
func documenting its behavior. Namely, that it does a best effort attempt to prepare dependencies and skips the ones that fail.
This step can fail when a dependency package has been moved or its host is down. Failures here will degrade the analysis, but they should not be fatal, or else the build success is very sensitive to external dependencies.
Fixes the camlistore build on Sourcegraph.