sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Downloading toolchains from GitHub #292

Closed alexsaveliev closed 8 years ago

alexsaveliev commented 8 years ago
dmitshur commented 8 years ago

Overall, looks great. I left some comments.

alexsaveliev commented 8 years ago

@shurcooL thanks for your feedback, addressed your comments

dmitshur commented 8 years ago

LGTM.

Of course we should test that the toolchains continue to be installable after getting this merged, but code changes are sound. 👍