[armedbear-ticket] [armedbear] #241: &rest and &aux can't coexist anymore in lambda lists
armedbear
armedbear-devel at common-lisp.net
Sun Aug 26 21:43:54 UTC 2012
#241: &rest and &aux can't coexist anymore in lambda lists
-----------------------+----------------------------------------------------
Reporter: sboukarev | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone: 1.1.0
Component: compiler | Version:
Keywords: |
-----------------------+----------------------------------------------------
Comment(by ehuelsmann):
(In [14138]) Re #241: Fix cases
(compile nil '(lambda (&rest foo &aux x)))
and (compile nil '(lambda (&aux x &rest)))
Note: Since the other 2 cases mentioned in the ticket are still
open, this commit doesn't actually close it.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/241#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list