Skip to content

Grammar and generated code are in inconsistent state #193

@hendrikvanantwerpen

Description

@hendrikvanantwerpen

It seems to me that the grammar and the generated code in the repository are not consistent at the moment.

Observed Behavior

After running npm run build, the generated code is updated and different from what is checked into the repository.

When running npm test after this, various tests fail.

Suggested Solution

Short term: fix the repository by fixing tests or reverting changes that introduced the problem.

Long term: add a check to CI that verifies that the checked in generated files are up to date. This can probably be done by running npm run build and checking if any of them changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions