- Mar 18, 2010
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- Mar 17, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Fix initialize-output-translations to actually use the environment, map output destinations to themselves, and actually take a parameter as documented. * Document same parameter for initialize-source-registry, which did take it. * Tweak symbols between unintern and fmakunbound to make upgrade better on both current SBCL and ECL. * Tweak run-tests to allow for parametrizable binaries, to redirect output to tmp/fasls, to output Lisp command being executed,
-
Francois-Rene Rideau authored
which one of my previous refactorings broke. (Thanks to Mark Evenson)
-
- Mar 16, 2010
-
-
Francois-Rene Rideau authored
(found by the pathname-test in ecl)
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fix ECL compilation workaround.
-
Francois-Rene Rideau authored
-
- Mar 15, 2010
-
-
Francois-Rene Rideau authored
Add janderson's pathname test script to our test suite.
-
Francois-Rene Rideau authored
Treat :unspecific specially in merge-pathnames wrt logical-pathnames, use it in split-name-type. Add protocol to short-circuit output translation. Some updates to the documentation manual. Add testing support for gclcvs (though it currently fails bigtime). Refactor run-tests to to remove need to know $fasl_ext.
-
- Mar 13, 2010
-
-
Francois-Rene Rideau authored
More documentation updates. More uses of merge-pathnames*.
-
- Mar 11, 2010
-
-
Francois-Rene Rideau authored
-
- Mar 06, 2010
-
-
Francois-Rene Rideau authored
Try to play well with LOGICAL-PATHNAMEs. Introduce utility MERGE-PATHNAMES* that tries to do the Right Thing(tm).
- Feb 28, 2010
-
-
Francois-Rene Rideau authored
One is Debian Bug#457919 found and fixed by Chun TIAN (binghe). The other is a bug in the test code found by David McClain.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Feb 22, 2010
-
-
Francois-Rene Rideau authored
-
- Feb 13, 2010
-
-
Francois-Rene Rideau authored
Thanks to tcr for suggestions.
-
- 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.
-