[slime-devel] PATCH: Improving interaction with other systems

Andrey Moskvitin archimag at gmail.com
Thu Mar 11 09:10:22 UTC 2010


Hi,

Now Hunchentoot included the following code:

(when (find-package :swank)
  (ignore-errors
    (eval `(,(find-symbol (string '#:add-hook) :swank)
             ,(find-symbol (string '#:*connection-closed-hook*) :swank)
             'after-close-swank-connection))))

This does not seem reliable, but is absolutely necessary for a more safe
debugging remote servers. I propose a patch that will rewrite this code more
natural way:

#+swank(swank:add-hook swank:*connection-closed-hook*
'after-close-swank-connection)

See attachment.


Moskvitin Andrey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20100311/b28fc075/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: improve-interaction.patch
Type: text/x-patch
Size: 665 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20100311/b28fc075/attachment.bin>


More information about the slime-devel mailing list