- Feb 12, 2010
-
-
Robert P. Goldman authored
Was loading wrong system once.
-
Robert P. Goldman authored
Examining the new TRAVERSE method definition, it became clear to me that the current method would not propagate the value of the *forcing* special variable properly. The modification to the test-module-depend.{script,asd} verifies this bug.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
My module-dependency test had strayed from the other tests.
-
Robert P. Goldman authored
This test checks to see if a file in a module will be recompiled if a file it depends on changes. In "classic" asdf this does not happen --- it's launchpad bug https://bugs.launchpad.net/asdf/+bug/502946 This is just a test for the condition. The test fails in the current state of ASDF.
-
Francois-Rene Rideau authored
Started as an attempt to "enhance" it, until thinking about why I was breaking tests told me I couldn't.
-
- Feb 10, 2010
-
-
Francois-Rene Rideau authored
-
- Feb 06, 2010
-
-
Francois-Rene Rideau authored
Simplify test scripts.
-
- Feb 05, 2010
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
The eval command line argument was not correct for Allegro CL.
-
Robert P. Goldman authored
There were bugs in the tests having to do with repeatedly calling quit-on-error in a single test script. Only one of those calls will be evaluated, and then the script will exit. That means that multiple calls to quit-on-error masked failures in the tests. Also fixed a package-related error in test1.script that I conjecture led to the mistaken use of multiple calls to quit-on-error.
-
Robert P. Goldman authored
-
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>
-
Robert P. Goldman authored
Found that the current load recipe (load "../asdf") in the test scripts was brittle, because the presence of asdf.fasl was obscured if there was an "asdf/" directory in .. Unfortunately, the result of makeinfo --html asdf.texinfo created just such a directory! fe[nl]ix kindly provided a pointer to compile-file-pathname that solved the problem.
-
Robert P. Goldman authored
Previously, style warnings in compiling asdf.lisp would cause the test script to fail. Modified to quash style warnings (but not other warnings) during build.
-
- 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 25, 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)
-
- 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
-