- 21 Jun, 2009 2 commits
-
-
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
-
- 10 Jun, 2009 1 commit
-
-
Gary King authored
-
- 09 Jun, 2009 1 commit
-
-
Gary King authored
-
- 06 Jun, 2009 3 commits
- 23 May, 2009 1 commit
-
-
Gary King authored
Bare bones GNUmakefile and a new `bin` directory with a few handy (?) scripts.
-
- 22 May, 2009 2 commits
- 20 May, 2009 4 commits
-
-
-
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.
-
- 19 May, 2009 1 commit
-
-
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.
-
- 08 May, 2009 5 commits
-
-
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.
-
- 07 May, 2009 4 commits
- 06 May, 2009 1 commit
-
-
Gary King authored
-
- 05 May, 2009 1 commit
-
-
Nikodemus Siivola authored
-
- 04 May, 2009 1 commit
-
-
Gary King authored
-
- 27 Apr, 2009 1 commit
-
-
Gary King authored
-
- 25 Apr, 2009 2 commits
- 10 Jan, 2009 1 commit
-
-
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
-
- 15 Oct, 2008 1 commit
-
-
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.
-
- 04 Oct, 2008 1 commit
-
-
Gary King authored
Removed preference loading machinery completely. Also removed the following test files that tested the machinery. * test/test-preferences-1.lisp * test/test-preferences-1.script * test/test-preferences-system-1.asd * test/test-preferences-system-load.lisp * test/test-preferences-system-test.lisp * test/test6.script * test/test7.script
-
- 09 Sep, 2008 1 commit
-
-
Christophe Rhodes authored
terms of primary and around methods, while still allowing users to write :around methods of their own (e.g. to deal with stalated fasls).
-
- 06 Sep, 2008 3 commits
- 04 Sep, 2008 2 commits
- 05 Jul, 2008 1 commit
-
-
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*
-