- 21 Jan, 2010 1 commit
-
-
Rommel M. Martinez authored
-
- 18 Dec, 2009 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 Dec, 2009 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Oct, 2009 1 commit
-
-
Gary King authored
* work with Common Lisp Controller by disabling it for testing * tweak test-retry-loading-component test * tweak test-module-pathnames for CLISP (which can return `nil` for component's relative-pathname) * refactor `component-relative-pathname` for source-file's slightly
-
- 14 Oct, 2009 1 commit
-
-
Gary King authored
* apply patch to better handle relative source-file types (from Fare Rideau) * improve logic of tag updating in bump-revision-and-tag.sh * make test output nicer (from Fare Rideau) * improve test-module-pathnames (from Fare Rideau)
-
- 15 Sep, 2009 1 commit
-
-
Gary King authored
-
- 13 Sep, 2009 1 commit
-
-
Gary King authored
* test for same * Fix for my head-slap regex s&r madness.
-
- 06 Sep, 2009 1 commit
-
-
Gary King authored
-
- 12 Aug, 2009 1 commit
-
-
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
-
- 13 Jul, 2009 1 commit
-
-
Gary King authored
* extract LICENSE file out of asdf.lisp directly (DRY wins) * make `make-temporary-package` more mixed-case friendly
-
- 11 Jul, 2009 1 commit
-
-
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.
-
- 21 Jun, 2009 3 commits
-
-
Gary King authored
-
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
-
- 20 May, 2009 1 commit
-
-
Gary King authored
ACL's compile-file-pathname is slightly broken; worked around it. Made run-tests.sh executable.
-
- 25 Apr, 2009 1 commit
-
-
Gary King authored
-
- 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
-
- 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
-
- 06 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*
-
- 29 Jun, 2008 1 commit
-
-
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.
-
- 20 Jun, 2008 1 commit
-
-
Gary King authored
that don't have a high enough version.
-
- 19 Jun, 2008 1 commit
-
-
Gary King authored
missing-dependency handling.
-
- 10 May, 2008 1 commit
-
-
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.
-
- 27 Sep, 2007 1 commit
-
-
Gary King authored
(thanks to Peter Van Eynde).
-
- 27 Jul, 2007 1 commit
-
-
Gary King authored
-
- 13 Jun, 2007 1 commit
-
-
Gary King authored
-
- 21 Mar, 2007 1 commit
-
-
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.
-
- 21 Aug, 2006 1 commit
-
-
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.
-
- 06 Jul, 2006 1 commit
-
-
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.
-
- 30 May, 2006 1 commit
-
-
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).
-
- 14 May, 2006 1 commit
-
-
Nikodemus Siivola authored
-
- 10 Jul, 2003 1 commit
-
-
Daniel Barlow authored
- Export SYSTEM-* accessors, per Stig Sandø request - Change the CONPONENT-PROPERTY alist to use a #'EQUAL test, per request ditto - Export *ASDF-REVISION* - Export *SYSTEM-DEFINITION-SEARCH-FUNCTIONS*, per request from Christian Ohler
-
- 09 Feb, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 08 Feb, 2003 1 commit
-
-
Daniel Barlow authored
Some glue that won't affect too many people but that lets ASDF cleanly hook the extensible PROVIDE/REQUIRE mechanism in upcoming SBCL 0.7.13 Fix wild-modules to not object when we call (setf (module-components)) on a new or about-to-be-reinitialised module. We need to be able to do this to get the weeds out, so it should be legal
-
- 04 Feb, 2003 1 commit
-
-
Daniel Barlow authored
*central-registry* no longer takes functions (that feature was broken anyway), but a new list *system-definition-search-functions* does. Its default content is a single function designator for sysdef-central-registry-search, which does the *central-registry* search Update documentation to match Fix test1.script to call the preferred OPERATE instead of OOS Update documentation to describe COMPONENT-PROPERTY method
-
- 08 Nov, 2002 1 commit
-
-
Daniel Barlow authored
shouldn't do global proclamations, that's bad karma (reported by Gary Byers) modules maybe now can have no components (Matthew Danish, SF bug id 625738) (added an :initform nil, haven't actually tested) significant reworking to handle recompilation of dependencies properly - use of component properties for last-compiled/last-loaded is gone - new internal gf INPUT-FILES (COMPONENT OPERATION) - TRAVERSE doesn't actually perform anything, but it now has a defined return value: a list of the ops and components that need doing. OPERATE loops over answers from TRAVERSE - intended to have no user-visible effects, but ICBW! May break existing systems! - still doesn't do cross-module dependencies properly, sigh. but we're closer - default output-files method now returns NIL instead of causing an error
-
- 20 Sep, 2002 1 commit
-
-
Daniel Barlow authored
-
- 09 Sep, 2002 1 commit
-
-
Daniel Barlow authored
-