- Apr 03, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Don't try to too clever yet not enough with error while loading foo.asd. Fix case where CL_SOURCE_REGISTRY=foo:
-
- Mar 23, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Should hopefully fix Bug 545027.
-
Francois-Rene Rideau authored
Move test results in tmp/ directory.
-
- Mar 21, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Thanks to Juanjo: https://bugs.launchpad.net/asdf/+bug/542222
-
- Mar 19, 2010
-
-
Francois-Rene Rideau authored
- Mar 18, 2010
-
-
Francois-Rene Rideau authored
Remove extra output translations and source-registry entries from end.
-
Francois-Rene Rideau authored
Make perform-with-restarts methods not :around, to please janderson
-
Francois-Rene Rideau authored
(thanks to Gary Byers and R. Matthew Emerson)
-
Robert P. Goldman authored
In system-configuration-directories the FLET function was only run on windows. On non-windows, at least on ACL, this was causing compilation warnings, and hence test failures. Juggled the position of the #+windows to fix this.
-
- Mar 17, 2010
-
-
Francois-Rene Rideau authored
Tiny documentation tweak.
-
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,
- Mar 16, 2010
-
-
Francois-Rene Rideau authored
* some bogusness in default-source-registry * fmakunbound behaves badly wrt SBCL method cache or something, using unintern instead to allow for hot upgrade of ASDF on SBCL.
-
Francois-Rene Rideau authored
the same string-as-pathname-specifiers as components.
-
Francois-Rene Rideau authored
Better ABCL support. Respect environment variables for XDG specification. Attempt to have meaningful default paths under Windows.
-
Francois-Rene Rideau authored
(found by the pathname-test in ecl)
-
Francois-Rene Rideau authored
-
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
Unintern old asdf:around symbols.
-
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 14, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Restored the code that pushes :asdf2 onto *features*. Modified the discussion of ASDF-related features in the manual and added index entries.
-
- Mar 13, 2010
-
-
Francois-Rene Rideau authored
More documentation updates. More uses of merge-pathnames*.
-