Wilfredo Velázquez-Rodríguez
Wilfredo Velázquez-Rodríguez
Hello, While linking against an library using libffi for structure support, I receive the following error `Error creating CIF for FOO::BAR: :BAD-ABI` I traced this down to ffitarget.h and ffiw64.c...
When loading cl-autowrap/libffi, I get an error about not being able to open the shared library "libffi" Latest libffi by default will build out as libffi-6 If you see CFFI's...
This was detected by a warning on the upcoming SBCL 2.0.7. This causes cascading errors in other systems which depend on this one http://report.quicklisp.org/2020-07-24/failure-report/cl-sdl2-ttf.html#sdl2-ttf
In a buffer with ```lisp #C(0.0 0.0) ``` Placing the cursor after the closing parens and `C-x C-e` will land me in the debugger with: ```lisp Execution of a form...
For better utilizing the limited human resources, please include the following information when reporting an issue. Issues which do not follow the format may be immediately closed without review. ##...
For better utilizing the limited human resources, please include the following information when reporting an issue. Issues which do not follow the format may be immediately closed without review. ##...
For better utilizing the limited human resources, please include the following information when reporting an issue. Issues which do not follow the format may be immediately closed without review. ##...
For better utilizing the limited human resources, please include the following information when reporting an issue. Issues which do not follow the format may be immediately closed without review. ##...
On Emacs 27+ we get the warning `Package cl is deprecated`. It seems `cl-lib` is being used for a handful of things here and there. It would be good to...
Hello! I noticed that given these functions: ```lisp (defun conn-server (&key (interface nil) (port 8080)) (usocket:with-socket-listener (server interface port) (format t "Started server at ~A:~A~%" (usocket:get-local-address server) (usocket:get-local-port server)) (usocket:with-connected-socket...