[slime-devel] Daily ChangeLog diff

Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.239 slime/contrib/ChangeLog:1.240 --- slime/contrib/ChangeLog:1.239 Fri Aug 28 19:50:48 2009 +++ slime/contrib/ChangeLog Tue Sep 1 08:56:23 2009 @@ -1,3 +1,9 @@ +2009-09-01 Stas Boukarev <stassats@gmail.com> + + * swank-arglists.lisp (decode-required-arg): Arglists for some forms + in LispWorks, e.g. flet, contain strings, so handle strings too. + Reported by Nick Levine. + 2009-08-28 Stas Boukarev <stassats@gmail.com> * slime-c-p-c.el (slime-contextual-completions): Remove debugging code.

Helmut Eller <heller@common-lisp.net> writes:
Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.239 slime/contrib/ChangeLog:1.240 --- slime/contrib/ChangeLog:1.239 Fri Aug 28 19:50:48 2009 +++ slime/contrib/ChangeLog Tue Sep 1 08:56:23 2009 @@ -1,3 +1,9 @@ +2009-09-01 Stas Boukarev <stassats@gmail.com> + + * swank-arglists.lisp (decode-required-arg): Arglists for some forms + in LispWorks, e.g. flet, contain strings, so handle strings too. + Reported by Nick Levine.
This should not be dealt with in swank-arglists.lisp, but in LW's swank backend if not in LW itself. Perhaps, Martin Simmons is reading this and can comment on the return value of (function-lambda-list 'flet). -T.

On Wed, 02 Sep 2009 18:11:23 +0200, Tobias C Rittweiler said:
Helmut Eller <heller@common-lisp.net> writes:
Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.239 slime/contrib/ChangeLog:1.240 --- slime/contrib/ChangeLog:1.239 Fri Aug 28 19:50:48 2009 +++ slime/contrib/ChangeLog Tue Sep 1 08:56:23 2009 @@ -1,3 +1,9 @@ +2009-09-01 Stas Boukarev <stassats@gmail.com> + + * swank-arglists.lisp (decode-required-arg): Arglists for some forms + in LispWorks, e.g. flet, contain strings, so handle strings too. + Reported by Nick Levine.
This should not be dealt with in swank-arglists.lisp, but in LW's swank backend if not in LW itself.
Perhaps, Martin Simmons is reading this and can comment on the return value of (function-lambda-list 'flet).
I think it is a bug that these strings occur in the lambda-list. We'll fix them, but I guess the swank backend should deal with it for BWC. -- Martin Simmons LispWorks Ltd http://www.lispworks.com/
participants (3)
-
Helmut Eller
-
Martin Simmons
-
Tobias C. Rittweiler