summaryrefslogtreecommitdiff
path: root/test-suite/tests/goops.test
Commit message (Expand)AuthorAgeFilesLines
* 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