src/method-{proto,impl}.lisp: New `method-keyword-argument-lists' protocol.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 Jan 2016 22:43:47 +0000 (22:43 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 14:09:04 +0000 (15:09 +0100)
commit43ce48fd4112471e4c7ef083297688fc45add4a8
tree59f6a9f9f70707e1f47012de3277aaa1acc80702
parenta42893dda5f4dd2b89fbfe4e497da261159225ca
src/method-{proto,impl}.lisp: New `method-keyword-argument-lists' protocol.

In case method classes want to introduce keyword arguments from
somewhere other than the obvious direct methods, there's now a separate
bit of protocol for determining the lists of keyword arguments which
need to be merged together.
doc/SYMBOLS
doc/layout.tex
src/method-impl.lisp
src/method-proto.lisp