1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/oop/goops
Mark H Weaver 074c414e29 Fix GOOPS method compilation bug when no next-method exists
* module/oop/goops/compile.scm (compute-cmethod): Fix a bug
  that caused the method compiler to barf while compiling a
  method that calls (next-method), if there is no applicable
  next method.
2011-01-30 13:30:08 +01:00
..
accessors.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
active-slot.scm Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
compile.scm Fix GOOPS method compilation bug when no next-method exists 2011-01-30 13:30:08 +01:00
composite-slot.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
dispatch.scm push goops compile delay out to 30 invocations, for great justice 2009-11-26 00:25:07 +01:00
internal.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
save.scm fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
simple.scm fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
stklos.scm fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
util.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00