Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

methods missing keys of the generic function #15

Open
tpapp opened this issue Jan 5, 2013 · 0 comments
Open

methods missing keys of the generic function #15

tpapp opened this issue Jan 5, 2013 · 0 comments

Comments

@tpapp
Copy link
Owner

tpapp commented Jan 5, 2013

This issue was reported by Péter Salvi via e-mail (thanks Péter!).

Definitions like

(defgeneric test (&key my-key &allow-other-keys) (:method (&key) t))

are not allowed because the method is missing keys that the generic function has. SBCL allows this when &allow-other-keys, but other implementations may not.

Functions that have this problem include MAP1 and AS-ARRAY (need to check others).

Think about element-type and copy?, maybe remove these?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant