[cells-devel] Cells/ASDF: Telling the lisp env that cells is loaded...
Kenny Tilton
ktilton at nyc.rr.com
Sun Feb 15 21:08:06 UTC 2004
Frank Goenninger wrote:
>Hi Kenny:
>
>On Fri, 2004-02-13 at 15:02, Kenny Tilton wrote:
>
>
>>Frank Goenninger wrote:
>>
>>
>>
>>>----
>>>
>>>(defmethod asdf:perform ((o load-op) (c (eql (find-system :cells))))
>>> (pushnew :cells *features*))
>>>
>>>----
>>>
>>>Objective was to "tell" other packages/functionality that cells is
>>>loaded into the image/system.
>>>
>>>Any comments?
>>>
>>>
>>>
>>Good idea. But is there any way to do that in the source, in case I
>>switch to mk::defsystem? Would it work with a hard-coded line in cell.lisp?
>>
>>kt
>>
>>
>>
>
>Why not keep it "package management system dependent"?
>
>Doing it in the .asd file for ASDF and in the .system file
>for mk::defsystem ? This would keep the dependencies
>separated per file.
>
Sounds good. When y'all figure it out for ASD lemme know and I will add it to my version over here.
kt
--
http://tilton-technology.com
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
Your Project Here! http://alu.cliki.net/Industry%20Application
More information about the cells-devel
mailing list