#219: Keyword argument checking for lambda lists is too lenient for ANSI --------------------------+------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: closed Priority: major | Milestone: 1.1.0 Component: interpreter | Version: 1.0.1 Resolution: fixed | Keywords: ansi-conformance --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* status: new => closed * resolution: => fixed
Comment:
(In [14131]) Close #219: lambda list keyword checking too lenient for ANSI.
Note: This introduces a new argument to the FUNCTION special form (LAMBDA and NAMED-LAMBDA were already supported) (FUNCTION (MACRO-FUNCTION ...))