<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On 2010-04-16, at 10:33 , Juan Jose Garcia-Ripoll wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Fri, Apr 16, 2010 at 12:01 AM, james anderson <span dir="ltr"><<a href="mailto:james.anderson@setf.de">james.anderson@setf.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <div style="word-wrap: break-word;">you will need to elaborate on why this matters. the primary dependencies are all in a list which is bound to the in-order-to slot.<div>the :in-order-to initarg is just circumstantially involved in this. most of the initialization value is collected from the other dependency initargs.</div> </div></blockquote><div><br>Yes, but everything is transformed into an in-order to internally when parsing the system definition. The result is a duplicated list of dependencies :in-order-to load-op and :in-order-to compile-op. <br></div></div></blockquote><div><br></div>the presence of a single list is independent of the particular annotations.</div><div>yes, it was a bad idea to hardwire the implication between load and compile operations.</div><div><br><blockquote type="cite"><div class="gmail_quote"><div> <br>The additional problem is that right now we have a dichotomy between load and load-src-op and apart from the cases in which :in-order-to is used for testing, the other cases just write dependencies for one of the operations and not for the other.<br> <br>The third problem is that the in-order to mechanism does not provide any kind of inheritance and if I tried to write a fix for load-src-op that creates the hierarchy<br><br>operation<br>+- compile-op<br>+- load-op<br>     +- compile-and-load-op<br>    +- load-source-op<br><br>this does not work.<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <div style="word-wrap: break-word;"><div><div>your remarks suggest that you fail to appreciate how broken i believe traverse to be.[1]</div></div></div></blockquote><div><br>Your remarks fail to appreciate how good and useful I believe a properly written traverse could be.<br></div></div></blockquote><div><br></div>if you write that, i infer, you did not look at the reference.<span class="Apple-style-span" style="font-size: 10px; ">[1] i call it again to you attention, for your reference.<span class="Apple-style-span" style="font-size: medium; "> you may disagree, that it embodies the best approach. you man conclude that it is also an inadequate implementation. but, you should at least engage the argument which that re-implementation represents rather than suggest that there is none.[2] it was a couple of months ago, but i believe it demonstrates an alternative asdf model and an alternative traverse implementation which address all of the items in your list. both better suited to the current and future development environments than the current one. among other things, it demonstrates that the two phase process which is central to traverse - plan collection followed by plan execution, is not necessary, and is not necessarily the correct process for a contemporary build system.</span></span></div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Monaco" size="2" style="font: 10.0px Monaco">---</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Monaco" size="2" style="font: 10.0px Monaco">[1] : <font color="#001fde" style="color: #001fde"><u><a href="http://github.com/lisp/de.setf.asdf.x">http://github.com/lisp/de.setf.asdf.x</a></u></font></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" color="#001FDE"><span class="Apple-style-span" style="text-decoration: underline;">[2] : <a href="http://github.com/lisp/de.setf.asdf.x/blob/master/README.md">http://github.com/lisp/de.setf.asdf.x/blob/master/README.md</a></span></font></div></div></body></html>