Update caveats. Change stklos comment to fixme

This commit is contained in:
retropikzel 2025-04-04 08:55:03 +03:00
parent d7de538744
commit f783ea1521
2 changed files with 4 additions and 1 deletions

View File

@ -104,6 +104,9 @@ changing anymore and some implementations are in **beta**.
- Most implementations are missing callback support
- Always pass arguments to pffi functions/macros as '(1 2 3) and not (list 1 2 3)
- Always pass pffi-define-callback procedure as lambda in place
- No support for variadic function arguments
- Can be partially worked around by defining multiple versions of same
function with different amount of arguments
## Roadmap

View File

@ -73,7 +73,7 @@
(lambda ()
(error "Not implemented")))
; If youre reading this, this is just a temp hack. Dont judge me :D
; FIXME
(define size-of-type
(lambda (type)
(cond