Package: cl-swank
Version: 1:20061201-2
Severity: normal
Tags: patch

The loop in fuzzy-completion-set has a while clause before a loop, which
is inconsistent with the loop specification. It makes loading latest
swank in ECL fail.

The following patch corrects it:


diff -r bc0d362e751c swank.lisp
--- a/swank.lisp        Tue Feb 13 22:25:53 2007 +0100
+++ b/swank.lisp        Tue Feb 13 22:29:15 2007 +0100
@@ -3468,8 +3468,8 @@ only the top LIMIT results will be retur
     (flet ((convert (vector &optional converter)
              (when vector
                (loop for idx :upfrom 0
+                     for el = (aref vector idx)
                      while (< idx (length vector))
-                     for el = (aref vector idx)
                      do (setf (aref vector idx) 
(convert-fuzzy-completion-result
                                                  el converter internal-p 
package-name))))))
       (let* ((symbols (and package


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (501, 'stable'), (500, 'unstable'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages cl-swank depends on:
ii  common-lisp-controller        6.9        This is a Common Lisp source and c

cl-swank recommends no packages.

-- no debconf information

-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A

Attachment: signature.asc
Description: Digital signature

Reply via email to