2.20.9: fix logical-pathname issue; export more utilities.
The issue fixed is that most Lisps don't like *default-pathname-defaults* being a logical-pathname. Added a test for logical-pathname functionality; it all works on CCL, and works better on other Lisps after the fix, but there are still logical-pathname issues on SBCL, CLISP and more. Also, a package cleanup of our test suite.
Showing
- Makefile 1 addition, 1 deletionMakefile
- asdf.asd 1 addition, 1 deletionasdf.asd
- asdf.lisp 10 additions, 5 deletionsasdf.lisp
- test/compile-asdf.lisp 4 additions, 1 deletiontest/compile-asdf.lisp
- test/script-support.lisp 12 additions, 3 deletionstest/script-support.lisp
- test/test-around-compile.script 3 additions, 3 deletionstest/test-around-compile.script
- test/test-configuration.script 8 additions, 9 deletionstest/test-configuration.script
- test/test-force.asd 0 additions, 1 deletiontest/test-force.asd
- test/test-logical-pathname.script 36 additions, 0 deletionstest/test-logical-pathname.script
- test/test-multiple.script 12 additions, 12 deletionstest/test-multiple.script
- test/test-nested-1.lisp 1 addition, 1 deletiontest/test-nested-1.lisp
- test/test-nested-components-1.asd 0 additions, 20 deletionstest/test-nested-components-1.asd
- test/test-nested-components.script 0 additions, 1 deletiontest/test-nested-components.script
- test/test-package.script 2 additions, 2 deletionstest/test-package.script
- test/test-static-and-serial.script 3 additions, 5 deletionstest/test-static-and-serial.script
- test/test-try-recompiling-1.script 6 additions, 8 deletionstest/test-try-recompiling-1.script
- test/test-utilities.script 6 additions, 6 deletionstest/test-utilities.script
- test/test-version.script 4 additions, 10 deletionstest/test-version.script
- test/test.lisp 1 addition, 1 deletiontest/test.lisp
- test/test1.preferences 1 addition, 1 deletiontest/test1.preferences
Loading
Please register or sign in to comment