fennel-ls/test
XeroOl 59b966a25f Add a bunch of tests for compiler recovery
Ideally, any time you write:

(local x (<some form with compiler error>))
(print x)

I don't want it to say "unknown variable x". To make sure that's the
case, I need to do as much error recovery as possible. I don't have full
error recovery, but I've got the common cases, and I'm working down the
fennel.friends list
2024-03-28 23:51:22 -05:00
..
faith Change tests to faith 2024-03-01 14:43:26 -06:00
pl reduce the prevelance of penlight 2022-08-01 18:21:27 -05:00
utils shuffle around how encoding works in the tests 2024-03-28 22:38:01 -05:00
capabilities.fnl Change tests to faith 2024-03-01 14:43:26 -06:00
code-action.fnl basic code action test for the (+) -> 0 lint 2024-03-28 22:41:23 -05:00
completion.fnl final attempt at fixing builds.sr.ht 2024-03-04 00:38:47 -06:00
diagnostic.fnl Add a bunch of tests for compiler recovery 2024-03-28 23:51:22 -05:00
goto-definition.fnl Make the multisym splitter tiebreak the right way 2024-03-01 21:36:00 -06:00
hover.fnl add test for hover over modules 2024-03-03 23:03:31 -06:00
init.fnl in tests, separate compile error diagnostics from lints 2024-03-28 23:04:25 -05:00
json-rpc.fnl Change tests to faith 2024-03-01 14:43:26 -06:00
lint.fnl in tests, separate compile error diagnostics from lints 2024-03-28 23:04:25 -05:00
misc.fnl remove the dummy test project files 2024-03-01 17:01:10 -06:00
references.fnl Make the multisym splitter tiebreak the right way 2024-03-01 21:36:00 -06:00
rename.fnl shuffle around how encoding works in the tests 2024-03-28 22:38:01 -05:00
settings.fnl Change tests to faith 2024-03-01 14:43:26 -06:00
string-processing.fnl Change tests to faith 2024-03-01 14:43:26 -06:00