<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 19, 2014, at 21:00, Erik Huelsmann <<a href="mailto:ehuels@gmail.com" class="">ehuels@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class=""><br class=""></div><div class="">Some time ago, I created infrastructure to be used by ASDF to compile an ASD definition file's resulting FASLs into a single artifact. Things like #.(read-some-file) in the ASD definition will work as well. If there are load-time or runtime forms referring to the original source tree, they won't, because the link to the source tree gets severed.</div><div class=""><br class=""></div><div class="">Unfortunately, I can't remember the name of the ASDF transform I implemented this for. What I do remember is that the resulting fasl can be loaded with a simple LOAD command, so ASDF won't be needed in the resulting image.</div></div></div></blockquote><br class=""></div><div>I believe that you are thinking of ASDF:BUNDLE-SYSTEM.  </div><div><br class=""></div><div>I’m not sure if this is still working, or at least it could stand to give clearer output if it is:</div><div><br class=""></div><div><div>CL-USER> (setf asdf:*verbose-out*  t)</div><div>T</div><div>CL-USER> (asdf:bundle-system :cl-ppcre)</div><div>#<ASDF/BUNDLE:DELIVER-ASD-OP ></div><div>#<ASDF/PLAN:SEQUENTIAL-PLAN {364EDC84}></div><div>CL-USER></div><div><br class=""></div><div>as I’m not sure where the monolithic FASL should be located, or what it should be called.</div><div><br class=""></div><div><br class=""></div></div><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">-- <br class="">"A screaming comes across the sky.  It has happened before but there is nothing <br class="">to compare to it now."<br class=""><br class=""><br class=""><br class=""><br class=""></div>

</div>
<br class=""></body></html>