lift icon indicating copy to clipboard operation
lift copied to clipboard

LIsp Framework for Testing

Results 3 lift issues
Sort by recently updated
recently updated
newest added

I'm currently packaging lift (and other projects) for Void Linux and the package process is greatly simplified if there is a tagged version and a release on Github. AFAIK the...

Here a few trivial changes which allows to pass internal unit tests. I've tried to explain everything in commit messages. It was tested on macOS 12 at: - SBCL 2.3.7...

Consider the following bare-bones `tests.lisp`: ```lisp (ql:quickload "lift") (use-package :lift) (deftestsuite a-simple-test () ()) ``` Upon running `sbcl --load tests.lisp`, I get the following: ``` debugger invoked on a TYPE-ERROR...