tree-sitter-nim icon indicating copy to clipboard operation
tree-sitter-nim copied to clipboard

Investigate a solution for synchronizing parser.c

Open alaviss opened this issue 1 year ago • 1 comments

From recent PR it appears that the generation is not deterministic and different platforms might generate outputs that differs in state positions, leading to CI failures.

Some ideas:

  • Remove parser.c altogether, and rely on releases to ship prebuilt parser.c.
  • Have CI generates a parser.c and commit it to the repository (on tags?).

alaviss avatar Sep 12 '23 21:09 alaviss