From: Gary K. <gw...@me...> - 2008-09-04 13:03:46
|
> I think I came across this once before: > > http://article.gmane.org/gmane.lisp.cclan.general/583 excellent; thanks. That'll save me having to do it again! > What does feature-testing have to do with REQUIRE and PROVIDE (which > deal with *MODULES*, not *FEATURES*)? Nothing! Both modules and features are ways of trying to do the right thing given the current environment. ASDF doesn't currently provide a (convenient) way to load stuff if it isn't there (though it can load more stuff if some other stuff _is_ there). The extension to feature will help ameliorate this. -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM |