jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp
https://jscl-project.github.io
GNU General Public License v3.0
874 stars 108 forks source link

Better testing framework #309

Open davazp opened 6 years ago

davazp commented 6 years ago

The testing framework we are using is pretty limited, and the error messages are not that useful.

It would be nice to have some improvements in this area.

equwal commented 5 years ago

Hopefully a step in the right direction. https://github.com/jscl-project/jscl/pull/322