X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=3687dc15a1361b7e75115a3cffa1c1b39df0f340;hb=7612015bdcfa851374a4e8c6f3ff68a8dd8b9a9a;hp=f8940da160153e7ddf76ab371ad0f272739e92ea;hpb=e1ba5e8ff148275ed252b179f43a4b045c1dcaf6;p=uffi.git diff --git a/TODO b/TODO index f8940da..3687dc1 100644 --- a/TODO +++ b/TODO @@ -1,19 +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 -- Cleanup the meaning of (def-array). Add size parameter - -- Change dereferencing of pointers to :char and :unsigned-char types. -May need to have ensure-char as routine to correctly handle setf -expansions. CMUCL strtol is broken because of signedness. Right now, -LW prefers unsigned and CMUCL prefers signed string arrays. I lean -to having unsigned be the default type. - -- Add def-union routine - -- 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