tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.
MIT License
152 stars 36 forks source link

Update CI to run wasm tests #68

Closed wenkokke closed 1 year ago

wenkokke commented 2 years ago

Changes:

wenkokke commented 2 years ago

The tests are failing because the wasm seems to behave differently from the native parsers. Unfortunately, that means that "failing" actually means this pull request is working as expected.

wenkokke commented 2 years ago

Updated to use the latest web release of tree-sitter this should now work. There is a single file in the Haskell Language Server which fails to parse.

wenkokke commented 2 years ago

Or I suppose that it will start working once they actually published the latest web-tree-sitter version