0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added gen-buffer generator More... about 18 years ago
Fix (signals error ...), was always passing More... about 18 years ago
Fix IS macro's handling of the default (unknown) case More... about 18 years ago
Fix bug in defalut handling of IS macro More... about 18 years ago
Added tests for FOR-ALL More... about 18 years ago
Allow for-all bindings to be lists used with destructuring-bind More... about 18 years ago
Fix stupid bug in gen-character More... about 18 years ago
Document what happens when re-evaluating def-suite and make-suite. More... about 18 years ago
Typo: Use *run-test-when-defined* in test macro. (Reported by: Gary King <[email protected]>) More... about 18 years ago
Export *run-test-when-defined* More... about 18 years ago
Added *run-test-when-defined* variable. More... about 18 years ago
Export gen-float and gen-list More... about 18 years ago
Drop us of defgenerator, document the generators. More... about 18 years ago
Added gen-float More... about 18 years ago
Use defgenerator and not defun for gen-list and gen-string More... about 18 years ago
TEST macro now recompiles the body on every run. More... about 18 years ago
Fix thinko in test's docstring More... about 18 years ago
Default minimum for gen-integer is most-negative-fixnum - 1, not most-negative-fixnum + 1. More... about 18 years ago
Update copyright notices to 2006 More... over 18 years ago
Fix api-breakage in SIGNALS. More... over 18 years ago
Minor qbook fixups in random.lisp More... over 18 years ago
Export EXPLAIN! More... over 18 years ago
Added t/examples.lisp to the qbook output More... over 18 years ago
Added docs directory More... over 18 years ago
Allow SIGNALS marco to have a description More... over 18 years ago
Made run!'s first argument optional (defaults to *suite*) More... over 18 years ago
Added :alphanumericp keyword to gen-character More... over 18 years ago
Removed fail-guard-conditions tset from example code More... over 18 years ago
Added *num-trials*, *max-trials* and checking of whether the test code is ever run in a FOR-ALL test More... over 18 years ago
Remove silly debugging forms from example.lisp More... over 18 years ago