Re: unloading/reloading an asdf system

Craig McDaniel <[email protected]>
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
Hi Gary,

Further info... I just created a small test ASDF package and it always
recompiles when I use force. So I don't think it's anything special
about the packages. I'll try and trace it through to see what's
happening on my system.

CL-USER> (asdf:oos 'asdf:load-op :mytest)
; loading system definition from /home/kreg/lisp/mytest/mytest.asd into
; #<PACKAGE "ASDF1588">
; registering #<SYSTEM :MYTEST {A7FD179}> as MYTEST
NIL

CL-USER> (asdf:oos 'asdf:load-op :mytest :force t)
; compiling file "/home/kreg/lisp/mytest/packages.lisp" (written 07 MAR 2006 03:08:23 PM):
; compiling (IN-PACKAGE :CL-USER)
; compiling (DEFPACKAGE :MYTEST ...)

; /home/kreg/lisp/mytest/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/home/kreg/lisp/mytest/mytest.lisp" (written 07 MAR 2006 03:13:50 PM):
; compiling (IN-PACKAGE :MYTEST)
; compiling (DEFUN DO-NOTHING ...)

; /home/kreg/lisp/mytest/mytest.fasl written
; compilation finished in 0:00:00
STYLE-WARNING: redefining DO-NOTHING in DEFUN
NIL

- Craig McDaniel




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.