chiark / gitweb /
src/method-proto.lisp (invoke-delegation-chain): Pass keyword args correctly.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000 (15:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 22 Jul 2017 17:12:57 +0000 (18:12 +0100)
commit12386a2694932857981a076536c6297f8eaa661f
treecd927afed42e392bbcad1183f8f6c3f57e65a655
parentbce58d373fad048a8e30bd1794953f7ebb081540
src/method-proto.lisp (invoke-delegation-chain): Pass keyword args correctly.

It's not correct to commit to `&sod__kw' or `sod__kw' for the entire
chain.  Typically, the first method gets called with `&sod__kw', but the
rest want plain `sod__kw'.
src/method-proto.lisp
test/test.sod