Skip to content
Snippets Groups Projects
Commit a3b85c8b authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Refactor load-asd to perform a define-op

Split asdf/system-registry away from asdf/find-system: the former defines
the internal *defined-systems* table and the search mechanism, whereas
the latter keeps the find-system methods, but also defines a new
define-op operation, on load-asd will call operate.

Reorder dependencies accordingly.

Have forcing come from the plan, so as to not force again actions from
dependencies that were already performed in a subcall to operate.

Accept asdf.asd from the same version, so asdf.asd doesn't get removed
at the very next call to operate (which may now come implicitly
at the least provocation).
parent a9c22442
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