#96: Lambda list &rest compilation error -----------------------------+---------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: minor | Milestone: unscheduled Component: compiler | Version: Keywords: compiler lambda | -----------------------------+---------------------------------------------- The following lambda list
{{{ (defun hashmap-to-hashtable (&key (k #'identity) &rest rest) (let ((foo))) }}}
fails to compile with the error {{{ &REST/&BODY must be followed by a variable. }}}
Reported by Alan Ruttenberg