26 May
2009
26 May
'09
12:17 p.m.
Alessio Stalla wrote:
Has anyone got Cells to work on ABCL?
I've tried briefly (with Cells from CVS) and, with a couple minor modifications to it and to abcl, I got it to compile and load (despite the fact that CLOS & MOP are probably abcl's weakest point). Then I've tried to run the tests, but the last form in cv-test-person-3 makes it choke with:
Debugger invoked on condition of type TYPE-ERROR: The value NIL is not of type STRUCTURE-OBJECT.
Does ABCL provide a backtrace that might show in which function the error originates? Also: IIRC, ct-assert says what it is doing as it goes. So how far are you getting? If I am wrong on that, just add some print statements so we can narrow it down. hth, kt