[Ecls-list] Special declaration for .combined-method-args.

Alexander Gavrilov angavrilov at gmail.com
Sun Feb 14 09:01:16 UTC 2010


> This is already fixed in a local tree.

It broke the call-next-method closure:

(defgeneric foo (a b)
  (:method ((x function) b)
    (funcall x)))

(defgeneric bar (a b)
  (:method (a b)
    (print (list a b)))
  (:method ((a integer) b)
    (foo #'call-next-method b)))


> (bar 1 2)
(#<compiled-closure 0000000002b73d80> 2) 




More information about the ecl-devel mailing list