[iolib-devel] Re: Liberating cffi-grovel

Stelian Ionescu sionescu at common-lisp.net
Fri Apr 27 07:07:06 UTC 2007


On Wed, Apr 25, 2007 at 02:04:42PM +0100, Sean wrote:
>I know it is late coming but here is one of the promised patches.
>
>This adds support for Lispworks to cffi-grovel.
could you make the patch against iolib-posix ? you seem here to have
patched cffi-net instead; also this patch is reversed, it removes code
instead of adding
you can find download instructions here:
http://common-lisp.net/project/iolib/download.shtml

>--- /share/lisp/asdf-install/site/cffi-net-R8/cffi-grovel.lisp	2007-04-17 16:27:15.000000000 +0100
>+++ cffi-grovel.lisp	2006-06-07 05:00:09.000000000 +0100
>@@ -70,14 +70,6 @@ (defun invoke (command &rest args)
> 	     args
> 	     message))))
> 
>-#+lispworks
>-(defun invoke (command &rest args)
>-  (let ((exit-code (system:call-system-showing-output (format nil "~A ~{~A~^ ~}" command args))))
>-    (unless (zerop exit-code)
>-      (error "External process exited with code ~S.~@
>-                   Command was: ~S~{ ~S~}"
>-             exit-code command args))))
>-
> (defun name-designator-c (designator)
>   (etypecase designator
>     (list (nth 0 designator))


-- 
(sign :name "Stelian Ionescu" :aka "fe[nl]ix"
      :quote "Quidquid latine dictum sit, altum videtur.")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/iolib-devel/attachments/20070427/9a9ec996/attachment.sig>


More information about the iolib-devel mailing list