mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.15k stars 111 forks source link

Test Suite and Coverage for the Core Language #1142

Open vyzo opened 7 months ago

vyzo commented 7 months ago

We introduce and find latent subtle bugs in the compiler, and who knows what dark corners lurk in fringe macro uses?

We need a framework and comprehensive test suite for the core language and dialects, the expander, and the compiler itself.

vyzo commented 7 months ago

Prompt: fixes like this https://github.com/mighty-gerbils/gerbil/pull/1140 which are effectively untestable right now, for lack of framework and I don't want to haphazardly add random crap tests.