- Oct 29, 2010
-
-
Francois-Rene Rideau authored
Enable extra debugging while testing (except on allegro personal where it blows up the heap)
-
- Oct 22, 2010
-
-
Francois-Rene Rideau authored
Also, save defsystem-depends-on information for the sake of introspection by e.g. quicklisp. Some documentation clarifications.
-
- Oct 21, 2010
-
-
Francois-Rene Rideau authored
Makes it run much faster on my computer with my configuration, and work on ABCL that lacks support for the previously-used **/*.asd.
-
- Sep 28, 2010
-
-
Francois-Rene Rideau authored
Also alter a test so that a message will be displayed when ABCL passes.
-
- Aug 20, 2010
-
-
Francois-Rene Rideau authored
* use only one package for everything: ASDF. This simplifies the upgrade a bit. * export component-visited-p, record an index rather than a boolean. Also * On CLISP, only use custom:*module-provider-functions* when defined (2.49+) * In Makefile, mrproper before debian package. * Document that CLISP and SCL now support REQUIREing through ASDF. * Fix mistake in run-tests that made it always use sbcl
-
- Aug 12, 2010
-
-
Francois-Rene Rideau authored
Fix wild-modules to work nicely well with ASDF2. Allow to pass multiple script arguments to run-tests.sh. Tests now pass on ABCL.
-
- Apr 12, 2010
-
-
Francois-Rene Rideau authored
Add tests for configuration files. Also export enable-asdf-binary-locations-compatibility.
-