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

Merge nodb branch into master #186

Closed beyang closed 9 years ago

beyang commented 9 years ago

This will make srclib consistent with the currently deployed version of Sourcegraph

MaikuMori commented 9 years ago

Would be nice to use some semantic versioning and add changelog (at least for srclib). Would make it easier to fix compatibility issues in toolchains and tools. Also just for sanity reasons to keep track with stuff.