<div dir="ltr"><div>A bit off topic bit this is the first I have heard about asdf-bundle and its coming inclusion in ASDF3. Is it possible to get it to return a plain text source file instead of a fasl? I have been working on something to do that (return a source file that when loaded is "equivalent" to an asdf:load-op, which hopefully across implementations) but I would much rather see if this is already a solved or easily solved problem via bundle. Plus attempt is a hacky POS, but I bet that is more or less unavoidable (because of the desired cross imp requirement and the complicated nature of the Lisp reader).<br>
<br></div>Zach KS<br><div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 15, 2013 at 5:06 PM, Dave Cooper <span dir="ltr"><<a href="mailto:david.cooper@genworks.com" target="_blank">david.cooper@genworks.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div>Try this:<div><br></div><div>1. git clone git://<a href="http://github.com/genworks/gendl.git" target="_blank">github.com/genworks/gendl.git</a></div>
<div><br></div><div>2. put it in your quicklisp/local-projects/</div>
<div><br></div><div>3. (ql:register-local-projects)</div><div><br></div><div>4. (ql:quickload :gendl)</div><div><br></div><div>5. (ql:operate 'asdf/bundle:monolithic-fasl-op :gendl)</div>
<div><br></div><div>6. (first (asdf:output-files 'asdf/bundle:monolithic-fasl-op :gendl))</div><div><br></div><div>7. Copy the yielded pathname string to use in next step.</div><div><br></div>
<div>8. [in a fresh Lisp] (load <the --all-systems fasl from step 7>) </div><div><br></div><div>9. [back in first Lisp]: </div><div><br></div><div> (asdf:component-depends-on 'asdf/bundle:monolithic-fasl-op :gendl)</div>
<div><br></div><div>10. Read it and weep. system :gendl comes _first_ in the list. I feel it should come _last_. </div><div><br></div><div><br></div><div>I tried to look into the asdf code behind this operation but am afraid it is currently far over my head. </div>
<span class="HOEnZb"><font color="#888888">
<div><br></div><div><br></div><div><div><br></div>-- <br>My Best,<br><br>Dave Cooper, Genworks Support<br><a href="mailto:david.cooper@genworks.com" target="_blank">david.cooper@genworks.com</a>, <a href="http://dave.genworks.com" target="_blank">dave.genworks.com</a>(skype)<br>
USA: <a href="tel:248-327-3253" value="+12483273253" target="_blank">248-327-3253</a>(o), <a href="tel:1-248-330-2979" value="+12483302979" target="_blank">1-248-330-2979</a>(mobile)<br>UK: 0191 645 1699<br>
</div></font></span></div>
<br>_______________________________________________<br>
asdf-devel mailing list<br>
<a href="mailto:asdf-devel@common-lisp.net">asdf-devel@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel</a><br></blockquote></div><br></div>