r8253: Automated commit for Debian build of uffi upstream-version-1.4.5
[uffi.git] / TODO
diff --git a/TODO b/TODO
index 389df1dad53dd518f7dadce107972fd9be883d02..3687dc15a1361b7e75115a3cffa1c1b39df0f340 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,5 @@
-- Cleanup whether types passed to functions are evaluated or not.
-At this point, I think types should always be evaluated. That means
-passing a quote character in front of non-keyword types. So
-:char and '(:array :char) is the way types should be specified.
-This may involve stripping the (quote ...) for some implementations
-like CMUCL which doesn't evaluate the type argument.
+- Run test-suite on MCL port
 
-- Split implementation-dependent code into separate files in preparation
-for MCL and CormanLisp ports.
+- Add support for direct vector passing to and from foreign functions
+   to avoid copying elements in and out of vector.
+b