- Feb 05, 2010
-
-
Robert P. Goldman authored
Signed-off-by:
Francois-Rene Rideau <fare@tunes.org>
-
Robert P. Goldman authored
Signed-off-by:
Francois-Rene Rideau <fare@tunes.org>
-
Robert P. Goldman authored
Signed-off-by:
Francois-Rene Rideau <fare@tunes.org>
-
- Feb 04, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
perl -pi.bak -e 's|"../asdf"|\(compile-file-pathname "../asdf"\)|;' *.script
-
Francois-Rene Rideau authored
* made it easier to debug tests. export DEBUG_ASDF_TEST=t * add ECL support to tests: passes all 18 scripts, but have to ignore compile warnings. * lots of whitespace issues, including ones that made .gitignore not work!
-
Robert P. Goldman authored
test script to fail. Modified to quash style warnings (but not other warnings) during build. Signed-off-by:
Francois-Rene Rideau <fare@tunes.org>
-
- Jan 30, 2010
-
-
Francois-Rene Rideau authored
Should fix https://bugs.launchpad.net/bugs/513338 ASDF test suite does not support 64-bit CCL
-
- Jan 28, 2010
-
-
Rommel M. Martinez authored
-
- Jan 27, 2010
-
-
Rommel M. Martinez authored
-
Rommel M. Martinez authored
-
- Jan 25, 2010
-
-
Francois-Rene Rideau authored
Fix CL_SOURCE_REGISTRY support (oops). Refactor uses of (loop ...)
-
- Jan 22, 2010
-
-
Rommel M. Martinez authored
-
- Jan 21, 2010
-
-
Rommel M. Martinez authored
-
Rommel M. Martinez authored
-
- Dec 18, 2009
-
-
Francois-Rene Rideau authored
-
- Dec 01, 2009
-
-
Francois-Rene Rideau authored
-
- Oct 27, 2009
-
-
Gary King authored
* work with Common Lisp Controller by disabling it for testing * tweak test-retry-loading-component test * tweak test-module-pathnames for CLISP (which can return `nil` for component's relative-pathname) * refactor `component-relative-pathname` for source-file's slightly
-
- Oct 14, 2009
-
-
Gary King authored
* apply patch to better handle relative source-file types (from Fare Rideau) * improve logic of tag updating in bump-revision-and-tag.sh * make test output nicer (from Fare Rideau) * improve test-module-pathnames (from Fare Rideau)
-
- Sep 15, 2009
-
-
Gary King authored
-
- Sep 13, 2009
-
-
Gary King authored
* test for same * Fix for my head-slap regex s&r madness.
-
- Sep 06, 2009
-
- Aug 12, 2009
-
-
Gary King authored
* Improve error message for bad dependencies * New default is for test-op to depend on load-op * tweak run-program for SBCL so that ACL isn't #+no #+no bothered * tweak write-test-web-page and write-license * tweak some tests
-
- Jul 13, 2009
-
-
Gary King authored
* extract LICENSE file out of asdf.lisp directly (DRY wins) * make `make-temporary-package` more mixed-case friendly
-
- Jul 11, 2009
-
-
Gary King authored
* Add two restarts (coerce-entry-to-directory and remove-entry-from-registry) and use them to guard against *central-registry* entries that are not directories. * add some XCVB goodness to aid in compatibility.
-
- Jun 21, 2009
-
-
Gary King authored
* new file - test/make-webpage.lisp * added `test-all` target to run tests on all the lisps the test system knows about * added test-results.html to website with link from index * documentation tweaks
-
Gary King authored
* new file - test/make-webpage.lisp * added `test-all` target to run tests on all the lisps the test system knows about * added test-results.html to website with link from index * documentation tweaks
- May 20, 2009
-
-
Gary King authored
ACL's compile-file-pathname is slightly broken; worked around it. Made run-tests.sh executable.
-
- Apr 25, 2009
-
-
Gary King authored
-
- Jan 10, 2009
-
-
Gary King authored
added make-defined-systems-table (unexported) (re)applied Luis Oliveria's patch to add a restart for missing components. This patch works in SBCL but not in Allegro Common Lisp or CLISP. The problem has to do with the computation of restarts and I'm still trying to figure it out. Since the failure doesn't cause any _new_ problems (it just means that the putative new restart isn't listed), I'm still committing. * asdf.lisp tests for the above (new) test/test-retry-loading-component-1.script (new) test/try-reloading-1.asd (new) test/try-reloading-dependency.hidden
-
- Oct 04, 2008
-
-
Gary King authored
Removed preference loading machinery completely. Also removed the following test files that tested the machinery. * test/test-preferences-1.lisp * test/test-preferences-1.script * test/test-preferences-system-1.asd * test/test-preferences-system-load.lisp * test/test-preferences-system-test.lisp * test/test6.script * test/test7.script
-
- Sep 06, 2008
- Jul 05, 2008
-
-
Gary King authored
Modified system-definition-pathname to reload system defs even for systems that cannot be found using one of system finders in *system-definition-search-functions*
-
- Jun 29, 2008
-
-
Gary King authored
the keyword package into ASDF (where it belongs!). Also added a new test to exercise the restart and make sure it is what it claims to be.
-
- Jun 20, 2008
-
-
Gary King authored
that don't have a high enough version.
-
- Jun 19, 2008
-
-
Gary King authored
missing-dependency handling.
-
- May 10, 2008
-
-
Gary King authored
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically Added *load-preference-files* variable (which defaults to nil). This controls whether or not the ASDF preference file machinery gets run. The rest of the preference machinery will be removed from ASDF sometime in the future. Also added several new test files.
-