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).
Showing
- test/test-defsystem-depends-on.script 5 additions, 7 deletionstest/test-defsystem-depends-on.script
- test/test-force.script 24 additions, 16 deletionstest/test-force.script
- test/test-mutual-redefinition.script 10 additions, 10 deletionstest/test-mutual-redefinition.script
- test/test-preloaded.script 2 additions, 0 deletionstest/test-preloaded.script
- test/test-sysdef-asdf.script 35 additions, 12 deletionstest/test-sysdef-asdf.script
- test/test-utilities.script 4 additions, 4 deletionstest/test-utilities.script
Please register or sign in to comment