- 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
-
-
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.
-
- Jun 18, 2008
-
-
Gary King authored
* updates the copyright * unexports test-system-version * moves the defgeneric for component-visited-p prior to the function's first use.
-
- May 29, 2008
-
-
Gary King authored
-
- May 10, 2008
-
-
Gary King authored
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically Added *load-preference-files* variable (which defaults to nil). This controls whether or not the ASDF preference file machinery gets run. The rest of the preference machinery will be removed from ASDF sometime in the future. Also added several new test files.
-
- May 03, 2008
-
-
Gary King authored
Added around methods for perform loading and compiling cl-source-files. These add a simple-restart to retry the operation.
-
- Feb 15, 2008
-
-
Nikodemus Siivola authored
gah.
-
- Feb 02, 2008
-
-
Nikodemus Siivola authored
* Merged from SBCL CVS. * Original patch by Michael Weber. * Trailing whitespace cleanup.
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
* Detabify. * Fix indentation. * Wrap long docstrings.
-
- Dec 14, 2007
-
-
Gary King authored
Applied patch from Luis Oliveira to prevent unnecessary unreachable code warnings under SBCL when using the :pathname argument in defsystem.
-
- Sep 27, 2007
-
-
Gary King authored
(thanks to Peter Van Eynde).
-
- Jul 27, 2007
-
-
Gary King authored
-
- Jun 13, 2007
-
-
Gary King authored
Removes inline component methods more carefully (and, I believe, correctly!). Helps keep LispWorks happy.
-
- Mar 21, 2007
-
-
Gary King authored
system name and a partial pathname and combines them to return a new pathname _relative_ to the system. This is exported and lightly documented. this patch also updates preference-file-for-system/operation in an effort to prevent it from being confused by *default-pathname-defaults* that include a specific name and type.
-
- Feb 14, 2007
-
-
Gary King authored
rather than (package-name *package*); this keeps case sensitive Lisps happy all the time and keeps case insensitive lisps happily insensitive.
-
- Feb 06, 2007
-
-
Gary King authored
better with *load-truename* and *default-pathname-defaults*; this makes it easier to work with defsystems in the REPL.
-
- Jan 23, 2007
-
-
Gary King authored
-
- Jan 21, 2007
-
-
Gary King authored
-
- Nov 07, 2006
-
- Aug 21, 2006
-
-
Christophe Rhodes authored
types. It seems regrettably common for system authors, despite the documentation, to place their system in CL-USER, where the user can quite legitimately add symbols. Adjust the lookup code in CLASS-FOR-TYPE to ignore symbols not naming subclasses of ASDF:COMPONENT, and also to try the symbol itself first if it's not a keyword. Also adjust the documentation slightly to make this slightly clearer. Add test files, and make the clisp test-harness work for me.
-
- Jul 06, 2006
-
-
Gary King authored
them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default and are loaded on either a load-op or a load-source-op. Refactored load-op and load-source-op to both be subclasses of basic-load-op to facilitate this. Added test case in test directory. Still need to add to documentation of ASDF and will once I figure out where such a beast truely lives.
-
- Jun 16, 2006
-
-
Gary King authored
-
- May 30, 2006
-
-
Gary King authored
Added &allow-other-keys to operate. Added test/test-force to test that forcing a system works (at least in a simple case).
-