- 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 7 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.
-
pfdietz authored
Fixed bigs in FILL tests that were causing spurious failures. There are no problems with FILL as previously reported.
-
pfdietz authored
Added more tests for FILL. Two tests are failing (fill.string.9 and fill.string.10) because FILL is not respecting the fill-pointer on character strings.
-
pfdietz authored
Added tests for FOR-AS-ACROSS; added other loops tests; add more tests for COPY-SEQ; added tests to show that ELT and FILL respect fill pointers.
-
pfdietz authored
-
- 02 Nov, 2002 4 commits
- 29 Oct, 2002 1 commit
-
-
pfdietz authored
-