From a7bdb80964ebad8e197052bfb3b18eddf6421aea Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 11 May 2020 23:02:36 -0400 Subject: [PATCH] Added TODO --- libs/cyclone/foreign.sld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/cyclone/foreign.sld b/libs/cyclone/foreign.sld index 4abe9abf..df1db4ca 100644 --- a/libs/cyclone/foreign.sld +++ b/libs/cyclone/foreign.sld @@ -230,6 +230,8 @@ "return_closcall1(data, k, " return-expr ");")) ) (cond + TODO: need to know if there any custom types for args with an arg-convert function, and need to handle those in case below. + also need to handle case where there are custom arg conversion but not a custom return type conversion (rv-cust-convert (let ((arg-syms (map (lambda (a) (gensym 'arg)) arg-types))) `(begin