Something went wrong while setting issue due date.
ffi:defcalback isn't consitant between `SFFI` and `DFFI`
SFFI
and DFFI
implementation of ffi:defcallback
differ – the first returns a list with one element – the foreign pointer, while the latter returns just the foreign pointer.
This behaviour should be unified (CFFI uses DFFI extensively, so it would be best to fix the special form in SFFI).