- Feb 12, 2010
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
I believe that this patch, using a dynamic variable, fixes the TRAVERSE method so that the components of a module will be operated on if any of the module's dependencies are activated in TRAVERSE. However, this proposed patch has ramifications. Because SYSTEM isa MODULE, this means that downstream systems will be compiled if upstream ones change, which ASDF has never done before.
-
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
or else upgrades from old SBCL asdf will cause an "interesting" inversion of priority between contrib-sysdef-search and sysdef-source-registry-search.
-
- Feb 08, 2010
-
-
Francois-Rene Rideau authored
-
- Feb 07, 2010
-
-
Robert P. Goldman authored
There is only one minor fix (substitution of string-equal for string= in a component name comparison to avoid problems with mlisp). The rest of this commit is all commenting and docstrings. Trying to get a handle on the bug about module dependencies.
-
- Feb 06, 2010
-
-
Francois-Rene Rideau authored
Simplify test scripts.
-
- Feb 05, 2010
-
-
Francois-Rene Rideau authored
Better test debugging support by Robert Goldman.
-
Francois-Rene Rideau authored
Many thanks to Juan Jose Garcia-Ripoll for diagnosing the issue.
-
- 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!
-
Robert P. Goldman authored
for the return of safe-file-write-date being NIL, which it could never be. This indicated odd treatment of missing file write dates in operation-done-p. I have revised this. Signed-off-by:
Francois-Rene Rideau <fare@tunes.org>
-
Robert P. Goldman authored
There was code here that caused a style warning because it was checking for the return of safe-file-write-date being NIL, which it could never be. This indicated odd treatment of missing file write dates in operation-done-p. I have revised this.
- Feb 03, 2010
-
- Feb 02, 2010
-
-
Francois-Rene Rideau authored
- Jan 31, 2010
-
-
Francois-Rene Rideau authored
-
- Jan 30, 2010
-
-
Francois-Rene Rideau authored
Oops. Thanks to PvE for noticing I had missed it.
- Jan 28, 2010
-
-
Francois-Rene Rideau authored
"It fixes what I believe was a typo in commit 2ca05589. Surprisingly, it works on most implementations."
-
- Jan 27, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
fix asdf.texinfo (thanks to Peter Van Eynde) explain *source-registry* (thanks to Rommel Martinez)
-
- Jan 26, 2010
-
-
Francois-Rene Rideau authored
-
- Jan 25, 2010
-
-
Rommel M. Martinez authored
-
Francois-Rene Rideau authored
Fix CL_SOURCE_REGISTRY support (oops). Refactor uses of (loop ...)
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Jan 19, 2010
-
- Jan 18, 2010
-
-
Francois-Rene Rideau authored
-