From 19d4bf7e4b2117e9248e181e341a68331d40b4e0 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Wed, 18 Feb 2004 14:13:34 +0000 Subject: [PATCH] Update TODO list --- ansi-tests/TODO | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ansi-tests/TODO b/ansi-tests/TODO index 26fb54b9..d50223fe 100644 --- a/ansi-tests/TODO +++ b/ansi-tests/TODO @@ -8,9 +8,10 @@ Things to do to the test suite (not a complete list) 4. Extend random subtypep tester to complex and array types. -5. Add JA's long form define-method-combination tests (from clisp). +5. Add JA's long form define-method-combination tests (from clisp), + or write own. -6. adjust-array +6. adjust-array (partially done) 7. Address synonym-stream issues (from Duane Rettig) @@ -24,4 +25,8 @@ Things to do to the test suite (not a complete list) 11. Address issues with broadcast streams (C. Rhodes) -- apparent contradictions in the spec. -12. Make sure all string operators work on displaced character vectors. \ No newline at end of file +12. Make sure all string operators work on displaced character vectors. + +13. Add tests for IMPORT. + +14. Finish testing DEFSETF -- GitLab