- Apr 05, 2011
-
-
Francois-Rene Rideau authored
Also, update testing infrastructure to work with latest xcl from git.
-
- Mar 31, 2011
-
-
Francois-Rene Rideau authored
Also, use coerce-pathname in asdf-ecl and deprecate merge-component-name-type.
-
- Mar 22, 2011
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Thanks to Douglas Crosher for his URL tests!
-
- Mar 19, 2011
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Remove trailing "/" on system pathname to test that merging works properly in directory context.
-
Robert P. Goldman authored
-
- Dec 24, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Attempt to use features to prevent running this script on Windows. Checks Mac and POSIX positions of true and false.
-
- Dec 23, 2010
-
- Dec 21, 2010
-
-
Robert P. Goldman authored
-
- Dec 03, 2010
-
-
Francois-Rene Rideau authored
Apparently, :unspecific as pathname type isn't that well liked by ECL.
-
- Nov 29, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 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
-
-
Robert P. Goldman authored
Failed to work on ASDF 1. :-( This reverts commit cf352002.
-
Robert P. Goldman authored
-
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.
-
- Oct 20, 2010
-
-
Francois-Rene Rideau authored
ATTENTION: incompatible change to component-name-to-pathname-components Also, have compile-file* heed a :output-file parameter.
-
- Oct 01, 2010
-
-
Francois-Rene Rideau authored
Also, allow for upgradability from old ASDF versions that don't have system-source-file.
-
- Sep 28, 2010
-
-
Francois-Rene Rideau authored
Also alter a test so that a message will be displayed when ABCL passes.
-
- Sep 23, 2010
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- Aug 25, 2010
-
- 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 18, 2010
-
-
Francois-Rene Rideau authored
-
- Aug 13, 2010
-
-
Francois-Rene Rideau authored
Also create a new gf operation-description that allows to pretty-print operations in the context of retries and logging. NB: these extension points are used at ITA in qres-build/enhance-asdf.lisp; previous, ITA overrode operate, which is ugly and bitrotting.
-
- 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.
-
- Aug 07, 2010
-
-
Francois-Rene Rideau authored
Fix link in webpage (lp#614806). Include SCL and ABCL in my testing routine.
-
- Jun 24, 2010
-
-
Francois-Rene Rideau authored
* fix sysdef-find-asdf (bug found by Attila Lendvai). Test case added. * make compile-file* nicer wrt *compile-file-{failure|warnings}-behaviour* test case thanks to Stas Boukarev (lp#598018) + working around CLISP bug. * allow for (setf (find-class asdf::foo) ...) to work more portably, to make cffi-grovel happy.
-
- Jun 19, 2010
-
-
Francois-Rene Rideau authored
only overwrites the output-file on success (also, it calls an updated compile-file-pathname* that heads &key output-file). Also, merge with 2.002 from release branch.
-
- Jun 16, 2010
-
-
Francois-Rene Rideau authored
Clean up a test script.
-
- Jun 09, 2010
-
-
Robert P. Goldman authored
Added a test in which the system (test-redundant-recompile) is intended to have :in-order-to values that echo the ones reported to cause redundant recompilation in bug 590517. I have still been unable to replicate this phenomenon, however.
-
- May 31, 2010
-
-
Francois-Rene Rideau authored
Bump versions in code and documentation.
-
- May 25, 2010
-
-
Robert P. Goldman authored
-
- May 04, 2010
-
- May 03, 2010
-
-
Francois-Rene Rideau authored
prints the complete access path to the component, not just its name. Also refactor find-component while we're at it, so we can use that path. Document flatten-tree.
-
- May 02, 2010
-
-
Francois-Rene Rideau authored
Introduce component-operation-time as an interface for POIU to hook on. declare ignorables, to hush warnings on ECL without alarming Allegro. Make run-tests return proper result code, fix make test-all. make test-all => success
-