Re: load-source-op
Kevin Rosenberg <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael,
I created a simple test case. Both in the current asdf code, and also
using the patch that you sent to me, 'load-source-op is not working
correctly.
Would you try the below test case and see if you have better success
with it?
File a.lisp:
(print 'a)
File b.lisp:
(print 'b)
File test.asd:
(asdf:defsystem test
:components
((:file "b" :depends-on ("a"))
(:file "a")))
--
Kevin Rosenberg | .''`. ** Debian GNU/Linux **
http://b9.com/debian.html | : :' : The universal
GPG signed and encrypted | `. `' Operating System
messages accepted. | `- http://www.debian.org/
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com