github / CodeSearchNet

Datasets, tools, and benchmarks for representation learning of code.
https://arxiv.org/abs/1909.09436
MIT License
2.18k stars 385 forks source link

Please add the commit id for each language parser #241

Open 3usi9 opened 2 years ago

3usi9 commented 2 years ago

In the Dockerfile of function-parser, the script downloads tree-sitter==0.0.5, however, the language parser repositories are updated, which leads to conflicts, please add the git checkout command for each language parser.