- Jul 13, 2009
-
-
Gary King authored
* extract LICENSE file out of asdf.lisp directly (DRY wins) * make `make-temporary-package` more mixed-case friendly
-
- Jul 11, 2009
-
-
Gary King authored
* Add two restarts (coerce-entry-to-directory and remove-entry-from-registry) and use them to guard against *central-registry* entries that are not directories. * add some XCVB goodness to aid in compatibility.
-
- Jul 09, 2009
-
-
Gary King authored
-
- Jun 27, 2009
-
-
Gary King authored
-
Gary King authored
-
Gary King authored
defsystem was using `getf` to extract data from a component's parameters which meant that it only found the first item of a given type rather than all of them. I.e., if your component had several :perform methods, then only the first one was being seen.
-
Gary King authored
-
- 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
-
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
- Jun 10, 2009
-
- Jun 09, 2009
-
- Jun 06, 2009
- May 23, 2009
-
-
Gary King authored
Bare bones GNUmakefile and a new `bin` directory with a few handy (?) scripts.
-
- May 22, 2009
-
-
Gary King authored
- May 20, 2009
-
-
Gary King authored
The code for finding *asdf-revision* was borked when no tag was present (i.e., when you got ASDF via git rather than via a download or tarball). This is fixed. Also moved some defuns around to reduce spurious warning under my version of SBCL.
-
Gary King authored
-
Gary King authored
ACL's compile-file-pathname is slightly broken; worked around it. Made run-tests.sh executable.
- May 19, 2009
-
-
Gary King authored
take steps to ensure that we're using a Bourne compatible shell; make sure that we write to *verbose-out* separately since ACL doesn't like Gray streams (and slime does!). Patch via Robert Goldman.
-
- May 08, 2009
-
-
Nikodemus Siivola authored
OPERATE is sufficiently like LOAD and COMPILE-FILE that it makes sense for it to guard against malformed operations which might change current package or readtable. (Like eg. CFFI-GROVEL file used to do until recently.)
-
Gary King authored
-
Gary King authored
-
Gary King authored
Modified header to point to asdf's new home; modified the computation of *asdf-revision* to use git's archive tags rather than CVS.
-
- May 07, 2009
- May 06, 2009
-
-
Gary King authored
-
- May 05, 2009
-
-
Nikodemus Siivola authored
-
- May 04, 2009
-
-
Gary King authored
-
- Apr 27, 2009
-
-
Gary King authored
-
- Apr 25, 2009
- Jan 10, 2009
-
-
Gary King authored
added make-defined-systems-table (unexported) (re)applied Luis Oliveria's patch to add a restart for missing components. This patch works in SBCL but not in Allegro Common Lisp or CLISP. The problem has to do with the computation of restarts and I'm still trying to figure it out. Since the failure doesn't cause any _new_ problems (it just means that the putative new restart isn't listed), I'm still committing. * asdf.lisp tests for the above (new) test/test-retry-loading-component-1.script (new) test/try-reloading-1.asd (new) test/try-reloading-dependency.hidden
-
- Oct 15, 2008
-
-
Gary King authored
circularity detection a while back: I kept in the old ASDF code and added Richard's fix. The patch below removes the code that should have been removed then. With this in, ASDF passes all 14-tests.
-