Separate forcing from plan
Move forcing into its own file. Include forcing, not plan, among session slots. Share a toplevel forcing for all performable plans. Have REQUIRE use load-system, not require-system, so as not to conflict with session forcing options. Don't call with-asdf-session outside the test scripts themselves. Cleanup a few scripts accordingly, and beyond.
Showing
- Makefile 1 addition, 1 deletionMakefile
- asdf.asd 4 additions, 3 deletionsasdf.asd
- bundle.lisp 2 additions, 2 deletionsbundle.lisp
- concatenate-source.lisp 1 addition, 1 deletionconcatenate-source.lisp
- find-system.lisp 1 addition, 3 deletionsfind-system.lisp
- forcing.lisp 135 additions, 0 deletionsforcing.lisp
- interface.lisp 3 additions, 2 deletionsinterface.lisp
- make-asdf.bat 1 addition, 1 deletionmake-asdf.bat
- make-asdf.sh 1 addition, 1 deletionmake-asdf.sh
- operate.lisp 33 additions, 39 deletionsoperate.lisp
- plan.lisp 20 additions, 102 deletionsplan.lisp
- session.lisp 11 additions, 7 deletionssession.lisp
- test/run-tests.sh 1 addition, 1 deletiontest/run-tests.sh
- test/script-support.lisp 22 additions, 19 deletionstest/script-support.lisp
- test/show-progress.lisp 20 additions, 0 deletionstest/show-progress.lisp
- test/test-asdf.asd 5 additions, 1 deletiontest/test-asdf.asd
- test/test-builtin-source-file-type.script 43 additions, 49 deletionstest/test-builtin-source-file-type.script
- test/test-defsystem-depends-on-change.script 1 addition, 1 deletiontest/test-defsystem-depends-on-change.script
- test/test-force.script 39 additions, 27 deletionstest/test-force.script
- test/test-module-depend.script 2 additions, 0 deletionstest/test-module-depend.script
Loading
Please register or sign in to comment