#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.