Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-18 | feat: drop haskell-tree-sitter | Alexander Foremny | |
Drop haskell-tree-sitter in favor of custom bindings to tree-sitter. haskell-tree-sitter is outdated and seems unmaintained. The implementation add low-level bindings to tree-sitter and traverses the AST in Haskell. We suspect that many FFI calls are more expensive than performing just a single API call to a C function that does the traversal. This will be addressed in upcoming commits. @prerequisite-for add-languages-elm-shell-nix | |||
2023-12-13 | chore: free allocated memory in comments | Alexander Foremny | |
2023-12-13 | chore: uncache large issue fields | Alexander Foremny | |
2023-12-08 | fix: fix `Git.readTextFileOf` | Alexander Foremny | |
2023-12-08 | chore: drop tree-grepper | Alexander Foremny | |
Regresses in that we only support Haskell for now, as Elm, Nix or Bash are not available as tree-sitter-* Haskell packages. |