[Metabang-bind-devel] fix for ignore/ignorable of (values ...) binding dropping the first entry

Attila Lendvai attila.lendvai at gmail.com
Thu Nov 29 14:23:27 UTC 2007


hi,

seems like the handling of ignore/ignorable is dropping the first element:

(bind (((values a b) 42))
  (declare (ignore a b)))

(MULTIPLE-VALUE-BIND (A B) 42
  (DECLARE (IGNORE B)))

a fix is available at:

darcs pull http://common-lisp.net/project/cl-dwim/darcs/metabang-bind/

happy hacking,

-- 
 attila



More information about the metabang-bind-devel mailing list