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

Bump tree-sitter version and deal with arising issues

Open heitor-lassarote opened this issue 4 years ago • 1 comments

This MR changes the commit used in the tree-sitter/vendor/tree-sitter directory to a more recent commit.

After this, a problem popped up where compilation would fail on ts_parser_halt_on_error, so this foreign import was removed.

There were some broken symlinks that were causing Stack to not be able to clone the project as well, so they were removed.

heitor-lassarote avatar May 21 '21 10:05 heitor-lassarote

The ts_parser_halt_on_error symbol has been removed in https://github.com/tree-sitter/tree-sitter/commit/7de36a33eba1a911118623e5b5c51ada99ae17d3.

jtojnar avatar Dec 17 '21 02:12 jtojnar