Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Pinning tree-sitter-cpp version to fix CI errors #879

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

vincentraymond-ua
Copy link
Contributor

@vincentraymond-ua vincentraymond-ua commented Apr 11, 2024

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.

@vincentraymond-ua vincentraymond-ua changed the title Testing workflow [CI] Pinning tree-sitter-cpp version to fix test errors Apr 11, 2024
@vincentraymond-ua vincentraymond-ua added bug Something isn't working tests Issues related to existing or additional tests CI continuous integration and automated workflows labels Apr 11, 2024
@vincentraymond-ua vincentraymond-ua changed the title [CI] Pinning tree-sitter-cpp version to fix test errors [CI] Pinning tree-sitter-cpp version to fix CI errors Apr 11, 2024
@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for narrowing this down, @vincentraymond-ua .

@vincentraymond-ua vincentraymond-ua marked this pull request as ready for review April 11, 2024 19:08
@vincentraymond-ua vincentraymond-ua merged commit 67506c1 into main Apr 11, 2024
7 checks passed
@vincentraymond-ua vincentraymond-ua deleted the vraymond/workflow_testing branch April 11, 2024 19:08
github-actions bot added a commit that referenced this pull request Apr 11, 2024
## 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. 67506c1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI continuous integration and automated workflows tests Issues related to existing or additional tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants