I was referring to line 33 in asdf-ecl.lisp. It redefines output-files so that a load-op on a cl-source-file (like package.lisp) will return the corresponding fasl.<br><br>Dustin<br><br><div class="gmail_quote">On Mon, May 12, 2008 at 2:33 AM, Juan Jose Garcia-Ripoll <<a href="mailto:jjgarcia@users.sourceforge.net">jjgarcia@users.sourceforge.net</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Mon, May 12, 2008 at 6:22 AM, Dustin Long <<a href="mailto:dlong@progmatism.com">dlong@progmatism.com</a>> wrote:<br>

> I've been having problems with reloading already built projects. If I start<br>
> up a new image and load-op (or require) some project for which fasl's are<br>
> already built, asdf reports that they're loaded but doesn't actually load<br>
> anything.<br>
<br>
</div>I have not interefered with how load-op works. If you tell me that<br>
load-fasl-op breaks things, I can understand it, but (asdf:oos<br>
'asdf:load-op ...) should work as it did few days ago.<br>
<br>
output-files is a method that each operation has to implement and<br>
which lists the files that this operation produces. load-op produces<br>
none, and hence it has always returned nil.<br>
<br>
Regards,<br>
<div><div></div><div class="Wj3C7c"><br>
Juanjo<br>
<br>
--<br>
Facultad de Fisicas, Universidad Complutense,<br>
Ciudad Universitaria s/n Madrid 28040 (Spain)<br>
<a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
</div></div></blockquote></div><br>