- Aug 24, 2009
-
-
Gary King authored
should resolve symlinks when determining a system's pathname * rather than raising an error, silently ignore `nil` values in the sysdef-central-registry-search. * pull system pathname determination logic out of defsystem and into `determine-system-pathname` function * tweak documentation
-
- Aug 19, 2009
-
-
Gary King authored
* added docstring to the method-combination standard-asdf-method-combination * added docstring to the generic-function traverse * added description of `test-op` to the manual * removed descriptions of test-system-version operation and feature-dependent-op
-
D Herring authored
Clozure 1.3 isn't putting win32 into *features*.
-
D Herring authored
ECL was complaining that "" Iteration in LOOP follows body code. Current LOOP context: FOR KEY = (FIRST DATA) FOR. "" SBCL allows a looser LOOP syntax; it is nontrivial to port SBCL's LOOP to ECL, though they do share a common heritage.
- Aug 13, 2009
-
-
Gary King authored
* system-source-file now works for systems without their own .asd * moved defgenerics to their own section because I like it that way.
-
- Aug 12, 2009
-
-
Gary King authored
* Improve error message for bad dependencies * New default is for test-op to depend on load-op * tweak run-program for SBCL so that ACL isn't #+no #+no bothered * tweak write-test-web-page and write-license * tweak some tests
-
- Jul 21, 2009
-
-
Gary King authored
* Patch from Joyce Chen for a braindead directory-pathname-p error on my part * remove debugging statement in check-component-input
-
- Jul 15, 2009
- 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
- Jun 21, 2009
-
-
D Herring authored
Copied from David Lichteblau's patched ASDF http://www.lichteblau.com/blubba/shortcut/asdf.lisp
-
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 06, 2009
-
-
Gary King authored
-
- 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.
-
- 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
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
-
- 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.
-
- Oct 04, 2008
-
-
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
-
- Sep 09, 2008
-
-
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).
-
- Sep 06, 2008
- Sep 04, 2008
- Jul 05, 2008
-
-
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*
-
- Jun 29, 2008
-
-
Gary King authored
the keyword package into ASDF (where it belongs!). Also added a new test to exercise the restart and make sure it is what it claims to be.
-
- Jun 26, 2008
-
-
Gary King authored
-
- Jun 20, 2008
-
-
Gary King authored
that don't have a high enough version.
-