<div dir="ltr"><div class="gmail_extra"><div class="m_2270880720813075454gmail_signature">Thanks. Then this entire method is better commented out on Genera by prepending #-genera before its source code.<div><br></div><div>I just pushed a change to ASDF master on <a href="http://gitlab.common-lisp.net" target="_blank">gitlab.common-lisp.net</a>. Please try again.<br><div class="gmail_extra"><br clear="all"><div><div class="m_2270880720813075454gmail_signature">—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• <a href="http://fare.tunes.org/" target="_blank">http<wbr>://fare.tunes.org</a><br></div></div><div><div>[A] Computer [programming] language is inherently a pun — [it] needs to be</div><div>interpreted by both men & machines. — Henry Baker</div></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On Fri, Sep 1, 2017 at 5:23 AM, Steven Nunez <span dir="ltr"><<a href="mailto:steven.nunez@illation.com.hk" target="_blank">steven.nunez@illation.com.hk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="m_2270880720813075454gmail-m_83216948159771671WordSection1"><p class="MsoNormal">I see. By modifying the asdf code to read:<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">  ;;; Override previous methods (from 3.1.7 and earlier) and add proper error checking.<u></u><u></u></p><p class="MsoNormal">  (defmethod initialize-instance :after ((o operation) &rest initargs &key &allow-other-keys)<u></u><u></u></p><p class="MsoNormal">    (unless (null initargs)<u></u><u></u></p><p class="MsoNormal">      (parameter-error "~S does not accept initargs~%Operation class:~S~%Initargs: ~S" 'operation (class-of 'operation) initargs))))<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">I get the following as output:<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><img width="479" height="49" style="width:4.9895in;height:0.5104in" id="m_2270880720813075454gmail-m_83216948159771671Picture_x0020_1" src="cid:image001.png@01D32313.9E6E0EC0"></p></div></div></blockquote></div></div></div>