Skip to content
Snippets Groups Projects
Commit aca68cf1 authored by Robert Goldman's avatar Robert Goldman Committed by Francois-Rene Rideau
Browse files

Fix bug detecting need to reload defsystem.

Previously, if one bumped a version number that was included into a
system definition using :READ-FILE-FORM or :READ-FILE-LINE, ASDF would
not notice the change (so it could, for example, fail to recognize that
a depended-on system has had its version number bumped and now satisfies
a new :VERSION requirement).

This was fixed by adding ADDITIONAL-INPUT-FILES to the object model.
These serve the purpose of giving a place other than INPUT-FILES for ASDF
to stash input files that it "notices" on its own (e.g., when processing
:READ-FILE-<FOO>).  ASDF can't stash such files in INPUT-FILES, because
it must leave the INPUT-FILES primary methods open for users to
override.
parent b0f468c0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment