Added load-preferences and preference-file-for-system/operation. Specialized
them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default and are loaded on either a load-op or a load-source-op. Refactored load-op and load-source-op to both be subclasses of basic-load-op to facilitate this. Added test case in test directory. Still need to add to documentation of ASDF and will once I figure out where such a beast truely lives.
Showing
- asdf.lisp 59 additions, 21 deletionsasdf.lisp
- test/test-preferences-1.lisp 3 additions, 0 deletionstest/test-preferences-1.lisp
- test/test-preferences-1.script 9 additions, 0 deletionstest/test-preferences-1.script
- test/test-preferences-system-1.asd 35 additions, 0 deletionstest/test-preferences-system-1.asd
- test/test-preferences-system-load.lisp 3 additions, 0 deletionstest/test-preferences-system-load.lisp
- test/test-preferences-system-test.lisp 3 additions, 0 deletionstest/test-preferences-system-test.lisp
test/test-preferences-1.lisp
0 → 100644
test/test-preferences-1.script
0 → 100644
test/test-preferences-system-1.asd
0 → 100644
test/test-preferences-system-load.lisp
0 → 100644
test/test-preferences-system-test.lisp
0 → 100644
Please register or sign in to comment