[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
real-add-method in KCL
- To: CommonLoops.pa@Xerox.COM
- Subject: real-add-method in KCL
- From: kanderso@WILMA.BBN.COM
- Date: Tue, 20 Dec 88 11:53:50 -0500
- Cc: kanderson@WILMA.BBN.COM
- Redistributed: CommonLoops.pa
I'm having some trouble in KCL:
PCL>*pcl-system-date*
"12/7/88 Can't think of a cute name PCL"
PCL>(defmethod foo :after (x) (print x))
Error: Can't hack qualifiers in early methods.
Error signalled by REAL-ADD-NAMED-METHOD.
Broken at ADD-METHOD. Type :H for Help.
PCL>>:b
Backtrace: > eval > progn > eval-when > progn > progn > progn
> load-defmethod > real-add-named-method > ADD-METHOD
This is very confusing. It looks like early methods didn't get fixed
up right. However, I'd expect this message from
early-add-named-method, not from inside add-method, and i'd expect the
generic function add-method to actually call real-add-method.
I have added the turbo-closure patch. If i screwed up, could that
cause such problems? What is a turbo-closure anyway?
k