The improvements that Chun Tian identified have been pushed into master
on common-lisp.net
I also pushed a test modification that disables testing ecl-make-image
on MacOS. At the very least, it doesn't work on Macs with MacPorts
(gets confused about which compiler to use with which libraries). This
seems like not a problem for ASDF.
I'd welcome any testing that people could do, and plan to release the
new version by the end of next week.
Best,
r
Thanks. Then this entire method is better commented out on Genera by
prepending #-genera before its source code.
I just pushed a change to ASDF master on gitlab.common-lisp.net. Please try
again.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http
://fare.tunes.org
[A] Computer [programming] language is inherently a pun — [it] needs to be
interpreted by both men & machines. — Henry Baker
On Fri, Sep 1, 2017 at 5:23 AM, Steven Nunez <steven.nunez(a)illation.com.hk>
wrote:
> I see. By modifying the asdf code to read:
>
>
>
> ;;; Override previous methods (from 3.1.7 and earlier) and add proper
> error checking.
>
> (defmethod initialize-instance :after ((o operation) &rest initargs &key
> &allow-other-keys)
>
> (unless (null initargs)
>
> (parameter-error "~S does not accept initargs~%Operation
> class:~S~%Initargs: ~S" 'operation (class-of 'operation) initargs))))
>
>
>
> I get the following as output:
>
>
>
>