5 Jun 2004 10:44
Bug in ASDF?
Arthur Lemmens <alemmens <at> xs4all.nl>
2004-06-05 08:44:42 GMT
2004-06-05 08:44:42 GMT
Hi, I'm rather new to ASDF, but I think there's a bug in it. Then again, maybe I'm just misusing ASDF. When I compile and load the following file, everything goes fine the first time. But when I try to compile and load it once more (e.g. after I've changed something in the system definition), I get the following error: Condition: No applicable methods for #<STANDARD-GENERIC-FUNCTION HARLEQUIN-COMMON-LISP:GENERIC-FUNCTION-NAME 207C42CA> with args (NIL) I'm using Lispworks for Windows Professional 4.3.7. I've attached a backtrace. I'm too lazy to figure this out myself (and it's not critical for me anyway), but maybe you understand what the problem is? Regards, Arthur Lemmens ------------ test file -------------- (in-package :asdf) (defsystem :test :perform (load-op :after (op test) (pushnew :test cl:*features*))(Continue reading)
RSS Feed