- Mar 23, 2010
-
-
Francois-Rene Rideau authored
Move test results in tmp/ directory.
-
Francois-Rene Rideau authored
be more clever about recompiling asdf.lisp, and include implementation version in output-translations.
-
- Mar 18, 2010
-
-
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)
-
- 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 11, 2010
-
-
Francois-Rene Rideau authored
-
- Feb 28, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Feb 13, 2010
-
-
Francois-Rene Rideau authored
Thanks to tcr for suggestions.
-
- Feb 10, 2010
-
-
Francois-Rene Rideau authored
-
- 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
-
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
* 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!
-
- 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 ...)
-
- Sep 06, 2009
-
- 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
- May 20, 2009
-
-
Gary King authored
ACL's compile-file-pathname is slightly broken; worked around it. Made run-tests.sh executable.
-
- 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 19, 2008
-
-
Gary King authored
missing-dependency handling.
-
- Sep 27, 2007
-
-
Gary King authored
(thanks to Peter Van Eynde).
-
- Jul 27, 2007
-
-
Gary King authored
-
- Jun 13, 2007
-
-
Gary King authored
-
- Mar 21, 2007
-
-
Gary King authored
system name and a partial pathname and combines them to return a new pathname _relative_ to the system. This is exported and lightly documented. this patch also updates preference-file-for-system/operation in an effort to prevent it from being confused by *default-pathname-defaults* that include a specific name and type.
-
- Aug 21, 2006
-
-
Christophe Rhodes authored
types. It seems regrettably common for system authors, despite the documentation, to place their system in CL-USER, where the user can quite legitimately add symbols. Adjust the lookup code in CLASS-FOR-TYPE to ignore symbols not naming subclasses of ASDF:COMPONENT, and also to try the symbol itself first if it's not a keyword. Also adjust the documentation slightly to make this slightly clearer. Add test files, and make the clisp test-harness work for me.
-
- Jul 10, 2003
-
-
Daniel Barlow authored
- Export SYSTEM-* accessors, per Stig Sandø request - Change the CONPONENT-PROPERTY alist to use a #'EQUAL test, per request ditto - Export *ASDF-REVISION* - Export *SYSTEM-DEFINITION-SEARCH-FUNCTIONS*, per request from Christian Ohler
-
- Feb 09, 2003
-
-
Kevin Rosenberg authored
-