Re: ASDF: module and system level dependencies don't work right?

"Robert P. Goldman" <[email protected]>
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
>>>>> "TS" == Todd Sabin <[email protected]> writes:

    TS> [email protected] writes:
    >>>>>>> "GK" == Gary King <[email protected]> writes:
    >> 
    GK> Hi Todd,
    GK> I like things the way they are though documenting the behavior  
    GK> explicitly would be good. To my mind each module is a separate  
    GK> "piece" and the flow of dependencies should stop at each boundary. On  
    GK> the other hand, dependency ought to flow between the files within a  
    GK> module. I don't have a good justification for this but it seems  
    GK> reasonable enough to me and fits my mental model.

[...snip...]

    >> Is there a clear description (even intuitive) of the intended behavior
    >> of the :force argument?

    TS> I've looked at it some more, and think I understand it now.  The
    TS> things you can specify with :force (I think):

    TS> nil - force nothing (the default)

    TS> t - force everything, but only in the system named in the
    TS> operate command

Is this really the effective semantics of T?  It doesn't seem like it
to me.  I just tested by doing:

(asdf:oos 'asdf:load-op :shop-airport :force t)

on this system definition:

(asdf:defsystem :shop-airport
    :depends-on (
		 ;; using customized version for now...
		 ;;:shop2
		 :shop-airport-planner
		 :norvig :rpg-utils
			:floyd-warshall)
    :components (;(:file "type-checked-domain")
		 ;; customized version... [2005/09/23:rpg]
		 (:file "temporal-shop2")
		 ;; depends on AT-TIME...
		 (:file "plan-translator")
		 (:file "translate-problem")
		 (:file "shop-patch")
		 (:file "shop-domain")
		 (:file "graph-draw")
		 (:file "airport-facts")
		 (:file "airports")
		 (:file "run-tests")))

and all of the depended-on systems were recompiled...

R


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
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.