- 30 Dec, 2002 1 commit
-
-
pfdietz authored
are not specified by the standard; they need not be nil.) Added additional tests to the defstruct-with-tests macros (check that FUNCALLing various defstruct-defined functions works.) Started on structures-03.lsp, which will test BOA constructor functions.
-
- 20 Dec, 2002 4 commits
- 18 Dec, 2002 2 commits
-
-
pfdietz authored
Added *print-circle-on-failure*, which when true causes the failure report of do-test(s) to be printed with *print-circle* bound to true. This is disabled normally, however, since *print-circle* is very slow on gcl (and caused at least one mysterious stack overflow).
-
pfdietz authored
-
- 14 Dec, 2002 1 commit
-
-
pfdietz authored
*disjoint-type-list*. Added tests for COERCE.
-
- 13 Dec, 2002 4 commits
-
-
pfdietz authored
name of the structure, (2) structure classes are instances of structure-class, (3) structure objects are instances of class structure-object. Also, test that TYPEP works when the type specifier is a class (this breaks currently in gcl.)
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
- 12 Dec, 2002 1 commit
-
-
pfdietz authored
Added more structure tests; made the tests check that setf of accessors are not fboundp when the slot is readonly.
-
- 11 Dec, 2002 1 commit
-
-
pfdietz authored
Enhanced the structure test generating macro to check that some default functions are not defined when they shouldn't be. Also, added more defstruct tests.
-
- 10 Dec, 2002 2 commits
- 05 Dec, 2002 2 commits
- 04 Dec, 2002 1 commit
-
-
pfdietz authored
-
- 02 Dec, 2002 2 commits
- 01 Dec, 2002 1 commit
-
-
pfdietz authored
-
- 29 Nov, 2002 1 commit
-
-
pfdietz authored
Tests for binding of CL functions, macros, and global variables. Tests for LAMBDA expressions. Moved some functions to aux files for speed.
-
- 28 Nov, 2002 1 commit
-
-
pfdietz authored
-
- 27 Nov, 2002 1 commit
-
-
pfdietz authored
Moved many functions off into compiled aux files. Added tests for error handling in C*R functions. Added a test of NCONC on dotted lists. Uncommented APPEND-6 and made it run fast enough on CMUCL.
-
- 26 Nov, 2002 2 commits
- 25 Nov, 2002 3 commits
- 21 Nov, 2002 1 commit
-
-
pfdietz authored
Last of the loop tests. Conditional clauses, 'IT', loop keyword tests, initially/finally tests, and miscellaneous.
-
- 20 Nov, 2002 1 commit
-
-
pfdietz authored
Added tests for NAMED loops. Lots of failures here because (1) the BLOCK has to surround the entire loop, not just the loop body, and (2) if a NAMED subclause is present then an implicit (BLOCK NIL ...) is *not* present.
-
- 18 Nov, 2002 2 commits
- 17 Nov, 2002 2 commits
- 15 Nov, 2002 2 commits
- 12 Nov, 2002 1 commit
-
-
pfdietz authored
-
- 11 Nov, 2002 1 commit
-
-
pfdietz authored
Added more FOR-AS-HASH tests. There are bugs in gcl's handing of destructuring, as well as bugs in parse error signaling.
-