Is the :PERFORM stanza still valid?
Mark Evenson
evenson at panix.com
Thu Dec 8 18:40:37 UTC 2016
On 2016/12/8 18:28, Robert Goldman wrote:
> 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.
Thanks! That works.
Created an [upstream pull request][34].
[34]: https://github.com/fukamachi/prove/pull/34
--
"A screaming comes across the sky. It has happened before, but there
is nothing to compare to it now."
More information about the asdf-devel
mailing list