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

pcl



I had  wanted to see if there were any bugs in AKCL
(available publicly by ftp here on rascal.ics.utexas.edu 128.83.144.1)
which prevented PCL from working correctly, so that I could fix them.
There do not seem to be any problems except for the ones inside with-slots.
I had to  comment out the two  tests starting:

;(do-test "Simple with-slots test -- does not really exercise the walker."
and
;(do-test "Simple with-slots test (:use-accessors nil)."
;	 ((:functions foo bar))

due to with-slot problems:

All other tests gave OK.  Is this the case with other lisps?
Thank you for including the tests--it is very helpful.

Bill