X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;fp=TODO;h=05ebcb47926922f689d25166c944a9f9c16f23ed;hb=f73eb94e15649aba5fcfbe3a900aa72f31f46a96;hp=389df1dad53dd518f7dadce107972fd9be883d02;hpb=ca7e9a2299773cfbc927d71e6289549601438b24;p=uffi.git diff --git a/TODO b/TODO index 389df1d..05ebcb4 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,2 @@ -- 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. - - Split implementation-dependent code into separate files in preparation for MCL and CormanLisp ports.