-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Running tree-sitter test on this grammar, I get a lot of failures.
It looks like changes to the grammar have been made without adapting the tests accordingly.
This defeats the purpose of the test suite.
To avoid this, I would recommend setting up continuous integration infrastructure, so that the test suite is automatically run on each commit.
You can see an example of how it's done here: https://github.com/tree-sitter/tree-sitter-java/blob/master/.github/workflows/ci.yml
Once that is set up, I recommend working via pull requests (even if you have push access to the repository yourself), only merging pull requests when the CI is green.
Metadata
Metadata
Assignees
Labels
No labels