Update caveats. Change stklos comment to fixme
This commit is contained in:
parent
d7de538744
commit
f783ea1521
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue