fix bug in goops' method cache with rest args
authorAndy Wingo <wingo@pobox.com>
Sat, 6 Jun 2009 12:07:29 +0000 (14:07 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 6 Jun 2009 22:53:48 +0000 (00:53 +0200)
commit4bcc952d4500d484cc43df47e2f7d64e5bc14ff3
treea8ba84cda4a39227837a4a42e2a2183679fa1e72
parent12798872ff39e27dbcf90675c3d3554ae27df750
fix bug in goops' method cache with rest args

* module/oop/goops/compile.scm (code-table-lookup): Fix a tricky little
  bug!

* test-suite/tests/goops.test ("the method cache"): Add a wee test.
module/oop/goops/compile.scm
test-suite/tests/goops.test