[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(generic-function-pretty-arglist (symbol-function 'initialize-instance))
- To: commonloops.pa@Xerox.COM
- Subject: (generic-function-pretty-arglist (symbol-function 'initialize-instance))
- From: kempf@Sun.COM
- Date: Mon, 05 Dec 88 15:41:32 PST
- Cc: kempf@Sun.COM
- Redistributed: commonloops.pa
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