Fix regression whereby ASDF 3.0.3 warns but still loads an old ASDF.
Also decline to "upgrade" to very same version, but without warning. Add a regression test. You can see the test fail with old versions, with e.g. cat build/asdf-3.0.3.lisp > build/asdf.lisp ; make t l=ccl t=test-sysdef-asdf.script Also tweak ensure-gethash to return two values, and add tests.
Showing
- find-system.lisp 13 additions, 10 deletionsfind-system.lisp
- test/always-error.lisp 6 additions, 0 deletionstest/always-error.lisp
- test/test-sysdef-asdf.script 35 additions, 4 deletionstest/test-sysdef-asdf.script
- test/test-utilities.script 13 additions, 0 deletionstest/test-utilities.script
- uiop/utility.lisp 8 additions, 5 deletionsuiop/utility.lisp
test/always-error.lisp
0 → 100644
Please register or sign in to comment