Skip to content

Commit

Permalink
[CI] Pinning tree-sitter-cpp version to fix CI errors (#879)
Browse files Browse the repository at this point in the history
## Summary of Changes
A recent update to the tree-sitter-cpp repository has broken
compatibility with the tree-sitter version we are using. This PR pins
the tree-sitter-cpp version to the last working commit.
  • Loading branch information
vincentraymond-ua authored Apr 11, 2024
1 parent a618df2 commit 67506c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skema/program_analysis/tree_sitter_parsers/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ c:
cpp:
tree_sitter_name: tree-sitter-cpp
clone_url: https://github.com/tree-sitter/tree-sitter-cpp.git
commit_sha: e0c1678
supports_comment_extraction: True
supports_fn_extraction: False
extensions:
Expand Down

0 comments on commit 67506c1

Please sign in to comment.