ASDF recompile all files if ASD file is changed?!

Chun Tian (binghe) binghe.lisp at gmail.com
Mon Jul 16 18:22:49 UTC 2018


Alright, thanks… then I should try to not modify ASD files as much as possible:)

—Chun

> Il giorno 16 lug 2018, alle ore 15:33, Robert P. Goldman <rpgoldman at sift.net> ha scritto:
> 
> Yes, this is a feature, not a bug. If you change the ASD file, ASDF has no way to know whether any compiled file in the system is up to date. For example, you could have added a system dependency that brings in a new use-package relationship and a macro, or reader macro that invalidated every compiled file.
> 
> 
>> On Jul 16, 2018, at 05:02, Chun Tian (binghe) <binghe.lisp at gmail.com> wrote:
>> 
>> Hi ASDF list,
>> 
>> I have some huge generated Lisp files which took a lot of time to compile into fasl files. I put the sources into my ASD system definitions with other hand-written Lisp files in parallel (thus no dependencies at all).
>> 
>> I found that, whenever I changed the ASD definition, if I load the system by ASDF:LOAD-SYSTEM, all Lisp files will be recompiled, even their source files are not changed at all.
>> 
>> Is this a desired feature or possible issue? Do I need to provide sample code to show this “issue”?  I’m using quite a recent ASDF (version: 3.3.1.7)
>> 
>> Regards,
>> 
>> Chun Tian
>> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 235 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20180716/49437bde/attachment.sig>


More information about the asdf-devel mailing list