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

(generic-function-pretty-arglist (symbol-function 'initialize-instance))



This breaks in NCONC in Lucid 3.0 with the message that INITARGS is not a
list. Here is the backtrace:

-> (pcl::generic-function-pretty-arglist (symbol-function
'pcl::initialize-instance))
ERROR: INITARGS is not a list.
->-> :b
SYSTEM:LIST-ERROR <- NCONC <- |(METHOD GENERIC-FUNCTION-PRETTY-ARGLIST
(STANDARD-GENERIC-FUNCTION))| <- EVAL 
->-> :n 1
NCONC:
   Rest arg 0 (LISTS): ((&REST . INITARGS) INITARGS NIL)
->-> :n 1
|(METHOD GENERIC-FUNCTION-PRETTY-ARGLIST (STANDARD-GENERIC-FUNCTION))|:
   Required arg 0 (GENERIC-FUNCTION): #<Compiled-Function
INITIALIZE-INSTANCE 1640B9F>
->->

		jak