2.26.21: move children dependencies from traverse to component-depends-on,
where it ought to always have been, based on a properly cleaned up prepare-op (previously introduced in 2.26.14 as parent-load-op). This is a checkpoint of a mostly working system after major changes; it requires further cleanup and fixes: strangely, fails some tests on CCL but not SBCL. Introduce find-operation as a companion to find-component, subsuming make-sub-operation. The results of component-depends-on are processed with find-operation and resolve-component-spec. component-self-dependencies is fixed to play well with prepare-op. Also, some internal renamings and signature changes: parent-operation becomes upward-operation parent-load-op becomes prepare-op parent-source-load op becomes prepare-source-op parent-component is distinguished from module module-components becomes component-children module-components-by-name becomes component-children-by-name compute-module-components-by-name becomes compute-children-by-name circular-dependency-components becomes circular-dependency-actions component-load-dependencies becomes component-sibling-dependencies (with a stub) introducing child-component, downward-operation. refactoring visit-dependencies to include the loop in which it's always used. refactoring force and force-not processing to use a function action-override-p; force is achieved with a trivial method on operation-done-p for prepare-op, and force-not as a trivial check in visit-action. Tweak tests along the way. Tweak the documentation. Failed to either rename operation-error or introduce action-error in its superclasses: that breaks sb-grovel.
Showing
- asdf.asd 1 addition, 1 deletionasdf.asd
- asdf.lisp 327 additions, 345 deletionsasdf.lisp
- doc/asdf.texinfo 24 additions, 32 deletionsdoc/asdf.texinfo
- test/script-support.lisp 4 additions, 0 deletionstest/script-support.lisp
- test/test-around-compile.asd 2 additions, 0 deletionstest/test-around-compile.asd
- test/test-around-compile.script 1 addition, 1 deletiontest/test-around-compile.script
- test/test-builtin-source-file-type.script 11 additions, 8 deletionstest/test-builtin-source-file-type.script
- test/test-configuration.script 0 additions, 1 deletiontest/test-configuration.script
- test/test-source-file-type-1.asd 7 additions, 6 deletionstest/test-source-file-type-1.asd
- test/test-source-file-type.script 2 additions, 0 deletionstest/test-source-file-type.script
- test/test.lisp 9 additions, 0 deletionstest/test.lisp
- test/test1.script 9 additions, 9 deletionstest/test1.script
- test/test2.script 0 additions, 3 deletionstest/test2.script
- test/test3.script 6 additions, 1 deletiontest/test3.script
- wild-modules.lisp 4 additions, 4 deletionswild-modules.lisp
Loading
Please register or sign in to comment