Is the :PERFORM stanza still valid?

Robert Goldman rpgoldman at sift.net
Thu Dec 8 17:28:07 UTC 2016


Hi, Mark --

The issue is in PROVE-ASDF.  Replacing line 50 of asdf.lisp

(asdf:perform (make-instance 'asdf:load-source-op) c)

with

(asdf:perform (asdf:make-operation 'asdf:load-source-op) c)

should solve the problem.

LMK if that doesn't fix the problem.

Best,
r



More information about the asdf-devel mailing list