Commit Graph

4 Commits (70b4fe63c4973b04cc7bd40c6b7646d9c2430db8)

Author SHA1 Message Date
Eugene Yokota 2935d41b82 Fix GitHub Actions 2024-03-13 01:20:29 +07:00
Eugene Yokota e70266814b Update GitHub Actions 2024-03-10 19:58:41 +07:00
Eugene Yokota cdc0977705 Fixes crash
Problem
-------
tree-sitter-scala crashes under mysterious conditions.
gdb seems to indicate that it happens around `get_column`.

Solution
--------
Avoid calling `get_column` when it's at the end of file.
That seems to satisfy fuzz.
2023-01-17 15:45:43 +07:00
Eugene Yokota 1fe75723a8 Add fuzz test for our scanner code.
This is useful in detecting and reproducing SEGV errors,
but even after attempting to fix the issue, fuzz seems to fail in a
different way, so at this point we can't turn this on for CI.
This should create a workflow so we can manually trigger it.
2023-01-17 00:19:03 +07:00