- 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 9 commits
-
-
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.
-
pfdietz authored
More LOOP-AS-HASH tests. Two tests demonstrate a bug in destructuring when the destructuring pattern is just NIL.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Added some tests showing a bug in the handling of negative count arguments to REMOVE and DELETE when the sequence is a vector. Also, cleaned up problems in error arg reporting for the randomized REMOVE/etc. tests.
-
pfdietz authored
-
- 10 Nov, 2002 1 commit
-
-
pfdietz authored
Fixed up the randomized tests; they were passing regardless of what happened. They now print out the arg list on which a failure occured. REMOVE/etc. are failing when COUNT is negative.
-
- 09 Nov, 2002 2 commits
- 06 Nov, 2002 2 commits
- 05 Nov, 2002 5 commits
-
-
pfdietz authored
-
pfdietz authored
Added comments to some TYPES tests explaining what they do, and made the diagnostic outputs more understandable.
-
pfdietz authored
-
pfdietz authored
-
pfdietz authored
Wrapped IN-PACKAGE call in EVAL when I need to catch its error (in case the error is thrown at macro expansion time.
-
- 04 Nov, 2002 2 commits
-
-
pfdietz authored
Modified a number of sequence operator tests to check that the operators behavior correctly on vectors (bit vectors, strings) with fill pointers.
-
pfdietz authored
Changed SPECIAL-OPERATOR-P.2 to allow non-standard special operator symbols, as long as the have a MACRO-FUNCTION in the null lexical environment. The spec is inconsistent on whether any such symbols can exist.
-
- 03 Nov, 2002 3 commits
-
-
pfdietz authored
-
pfdietz authored
Added more tests for MAP-INTO. Bit vectors exhibit the same bug as strings when the result sequence has a fill pointer.
-
pfdietz authored
Added more tests of sequence operations on vectors with fill pointers. Four tests of MAP-INTO on strings with fill pointers are failing.
-