You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clisp: fix %invoke output
We write invocation result to file in same directory (name is
randomized dependant on get-universal-time and random mod 1000), and
we read it back with process-output.
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
cffi-abcl: promote :BYTE :SHORT and :WCHAR_T types in callbacks to :INT
Fixes tests for CALLBACKS.CHAR, CALLBACKS.UNSIGNED-CHAR,
CALLBACKS.SHORT, CALLBACKS.UNSIGNED-SHORT.