a FIND-SYSTEM inconsistency which may be a bug
Attila Lendvai
attila at lendvai.name
Wed Nov 18 16:00:36 UTC 2015
see here:
https://gitlab.common-lisp.net/asdf/asdf/blob/master/find-system.lisp#L187
CLEANUP-SYSTEM-DEFINITION-SEARCH-FUNCTIONS attempts to remove
SYSDEF-PRELOADED-SYSTEM-SEARCH from the hooks, but it is never added.
and right under it, SEARCH-FOR-SYSTEM-DEFINITION also assumes that
it's supposed to be called explicitly after the hooks.
the reason it's relevant is that this way it's not possible to add a
hook as a very last hook to be called (e.g. for quicklisp integration
to initiate downloading if a system cannot be found anywhere).
--
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“To argue with a person who has renounced the use of reason is like
administering medicine to the dead.”
— Thomas Paine (1737–1809)
More information about the asdf-devel
mailing list