Skip to content

The test suite fails with the current grammar #46

@wetneb

Description

@wetneb

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions