1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/oop
Mikael Djurfeldt 168629c99a * goops.scm (compute-getter-method): For custom getter: Check
boundness even if there is an init-thunk.  (The getter can return
#<unbound> even if the slot has been set before.)

* goops.c (scm_sys_fast_slot_ref): Use SCM_SLOT instead of
scm_at_assert_bound_ref.  (We don't want the unbound check.  See
oop/goops/active-slot.scm.)
2003-04-15 01:15:06 +00:00
..
goops * goops/Makefile.am (subpkgdatadir): VERSION -> 2002-12-08 20:43:44 +00:00
.cvsignore .cvsignore 2000-12-07 00:40:31 +00:00
ChangeLog * goops.scm (compute-getter-method): For custom getter: Check 2003-04-15 01:15:06 +00:00
goops.scm * goops.scm (compute-getter-method): For custom getter: Check 2003-04-15 01:15:06 +00:00
Makefile.am * Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION. 2002-12-08 20:43:37 +00:00