summaryrefslogtreecommitdiff
path: root/test-suite/tests/goops.test
Commit message (Expand)AuthorAgeFilesLines
* goops: Preserve all slot options in redefinable classes.David Thompson2021-03-191-1/+43
* Replace "pr" struct fields with "pw" fieldsAndy Wingo2017-09-231-3/+3
* Implement class redefinition on top of fixed structsAndy Wingo2017-09-141-15/+24
* Fix class slot allocation since GOOPS rewriteAndy Wingo2017-03-011-0/+9
* Fix multi-arity dispatch in GOOPSAndy Wingo2017-02-221-0/+11
* GOOPS caches created vtablesAndy Wingo2016-09-021-1/+11
* Add #:static-slot-allocation?Andy Wingo2015-02-061-0/+23
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2015-01-261-2/+4
|\
| * Accessor methods only apply to subclasses with their slotAndy Wingo2015-01-261-2/+4
| * Fix accessor struct field inliningAndy Wingo2015-01-241-0/+34
* | Fix accessor struct inlining in GOOPSAndy Wingo2015-01-241-0/+34
* | Introduce <slot> objects in GOOPSAndy Wingo2015-01-231-10/+9
* | Add compute-cpl testsAndy Wingo2015-01-231-0/+23
|/
* Fix #:init-value on class-allocated slotsAndy Wingo2015-01-221-1/+38
* Fix foreign slot initialization and accessAndy Wingo2014-04-271-4/+39
* update tests after vtable-vtable deprecationAndy Wingo2012-07-281-2/+4
* fix segfault in goops if class fields are redefinedAndy Wingo2011-10-211-2/+9
* fix scm_setterAndy Wingo2011-03-081-2/+9
* interpreted closures cons less.Andy Wingo2009-12-131-4/+0
* really boot primitive-eval from scheme.Andy Wingo2009-12-031-8/+13
* eqv? not a generic, equal? dispatches to generic only for objectsAndy Wingo2009-11-261-12/+0
* more clarity in (oop goops dispatch)Andy Wingo2009-11-261-0/+23
* Fix GOOPS `class-of' for nameless structs.Ludovic Courtès2009-10-251-1/+6
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+10
* fix bug in goops' method cache with rest argsAndy Wingo2009-06-071-0/+13
* Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-checkAndy Wingo2009-03-171-1/+19
|\
| * Add new GOOPS tests for built-in types.Ludovic Courtès2009-02-171-1/+19
* | compile goops accessors. woot!Andy Wingo2008-10-311-1/+9
|/
* Add test case for the GOOPS `class-redefinition' memory corruption.Ludovic Courtès2008-08-201-2/+73
* Test the interaction of GOOPS objects with `struct-{ref,set!}'.Ludovic Courtès2008-04-131-2/+26
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-101-0/+33
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* * tests/goops.test: Wrap tests in module (test-suiteDirk Herrmann2004-05-241-16/+17
* * tests/goops.test: Added tests for correctness of classMikael Djurfeldt2003-04-171-10/+77
* * tests/goops.test: Added tests for correctness of classMikael Djurfeldt2003-04-171-1/+42
* * tests/goops.test: Added tests for class redefinition, objectMikael Djurfeldt2003-04-151-1/+53
* * oop/goops.scm (define-generic, define-accessor): Make sure thatDirk Herrmann2002-07-131-0/+54
* * oop/goops.scm (define-class): Make sure that define-class willDirk Herrmann2002-07-131-0/+15
* * Added some simple goops test for a beginning.Dirk Herrmann2001-06-301-1/+72
* New, minimal tests.Marius Vollmer2001-05-211-0/+29