[asdf-devel] Dependency issues with module sub-class

Robert Goldman rpgoldman at sift.info
Wed Feb 3 18:53:54 UTC 2010


On 2/3/10 Feb 3 -11:53 AM, Faré wrote:
> On 3 February 2010 11:32, Scott Bell <sblist at me.com> wrote:
>>   (:group "x"
>>           :depends-on ("packages")
> If you're not in a subdirectory #p"x/", here add a
> :pathname #p""
>>           :components
>>           ((:file "a")
>>            (:file "b" :depends-on ("a"))
>>            (:file "c" :depends-on ("b"))
>>            (:file "d" :depends-on ("a" "b"))))
>>
>> Any thoughts?
> 
> There ought to be a FAQ.

There is a FAQ in asdf.texinfo, and here is a patch.  Note that the
solution chosen was not the #P"" solution, but making an empty :relative
pathname.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: module-pathname-faq-patch
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100203/d9314721/attachment.ksh>


More information about the asdf-devel mailing list