guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/oop ChangeLog goops.scm


From: Mikael Djurfeldt
Subject: guile/guile-core/oop ChangeLog goops.scm
Date: Mon, 14 Apr 2003 21:17:26 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       03/04/14 21:17:26

Modified files:
        guile-core/oop : ChangeLog goops.scm 

Log message:
        * tests/goops.test: Added tests for class redefinition, object
        update and active slots.
        
        * 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.)
        (remove-class-accessors!): Also remove accessor-method from its
        accessor.
        
        * 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.)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/oop/ChangeLog.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/oop/goops.scm.diff?tr1=1.31&tr2=1.32&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]