- Nov 11, 2002
-
-
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
-
- Nov 10, 2002
-
-
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.
-
- Nov 09, 2002
- Nov 06, 2002
- Nov 05, 2002
-
-
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.
-
- Nov 04, 2002
-
-
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.
-
- Nov 03, 2002
-
-
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
-
- Nov 02, 2002
- Oct 29, 2002
-
-
pfdietz authored
-
- Oct 28, 2002
-
-
pfdietz authored
-
- Oct 27, 2002
-
-
pfdietz authored
Fixed some duplicate test names, and commented out some loop tests pending a decision on what the standard calls for.
-
- Oct 26, 2002
-
-
pfdietz authored
Added tests for error handling in LOOP syntax, FOR-AS-IN-LIST iteration control, and destructuring in LOOPs. Also, checks for the final values of loop arithmetic index variables.
-
pfdietz authored
-
camm authored
Trigger error if function calls use too many 'values';Maximum values increased to 50;Enable previously failing tests in multiple-value-{setq,prog1}.lsp;prototype for system_time_zone_helper
-
pfdietz authored
-
- Oct 25, 2002
- Oct 24, 2002