- Jan 18, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Have one bigger lisp script to replace several shell scripts.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
A system named foo/bar will be looked up in a registered file foo.asd. This makes it possible to sensibly name several systems in a .asd file and still have asdf find them all by name. We now use it to not have the asdf header be part of asdf-driver. A new generic operation build-op makes it possible to deal with the fact that the default operation for systems need not be load-op, yet that the end-user does not want to have to know the exact operation for each of the system he uses. ensure-pathname has been improved again, and its clients tweaked. remove-keys was made more sensible by using EQL rather than STRING-EQUAL. :version need not take the first form in a file, but can take a path to a subform. This makes it possible to get the exact subform in a Lisp source file that has the string. See SUB-OBJECT for how these paths work. Cleanup of the semantics of ENSURE-FUNCTION on CONSes: use APPLY, not EVAL.
-
- Jan 17, 2013
-
-
Francois-Rene Rideau authored
-
- Jan 16, 2013
-
-
Francois-Rene Rideau authored
Move things around and rename functions to improve backward compatibility. The driver now has its own backward-compatibility file.
-
- Jan 15, 2013
-
-
Francois-Rene Rideau authored
-
- Jan 14, 2013
-
-
Francois-Rene Rideau authored
Settle on "restore-image" and "dump-image" for our API names. Unbreak match-condition-p and move it to utility, give static scoping to the generic muffler, rename the compiler and loader mufflers. Fix with-input. Remove crud from script-support.
-
Francois-Rene Rideau authored
Package cleanup: every file in asdf itself now :use's asdf/driver asdf/upgrade. Test script fix: Allegro, like ECL *really* hates that we close *standard-input*, so stop trying at all. Tweak some utilities and debug utilities.
-
- Jan 13, 2013
-
-
Francois-Rene Rideau authored
Also, improve the bump-version script.
-
Francois-Rene Rideau authored
Much cleanup in image support and hooks. More package hacking. New feature for :version: `(:read-file-from ,path) - thanks to Stelian Ionescu. The driver now homesteads the package nickname d. Rename-package it away if you don't like it.
-
- Jan 09, 2013
-
-
Francois-Rene Rideau authored
New pathname functions to work around more logical-pathname issues. See discussion with rpgoldman on asdf-devel, and see CCL ticket:953. Also, tweak build to reflect recent refactoring of asdf. WIP of define-package work needed for clean upgrade (still broken).
-
- Jan 08, 2013
-
-
Francois-Rene Rideau authored
TODO: Create a define-package that can make it upgrade itself.
-
- May 15, 2012
-
-
Francois-Rene Rideau authored
following discussion with Nikodemus on asdf-devel. Also, improve the way we test for upgrade. Disable upgrade test on cmucl from asdf 2.00*. Restore -i.bak flag in bump-version: it's actually needed.
-
- May 05, 2012
-
-
Francois-Rene Rideau authored
-
- Feb 15, 2012
-
-
Francois-Rene Rideau authored
-
- Jun 16, 2011
-
-
Francois-Rene Rideau authored
yet avoids problems with packages and functions being destroyed by compile-file, not yet restored by load, and yet needed by the continuation of compile-file, by forcing a load-source-op of asdf.lisp before it is compiled, when it is compiled. Thanks to Nikodemus for making me look deeper in fmakunbound vs unintern issues.
-
- Mar 31, 2011
-
-
Francois-Rene Rideau authored
Also, use coerce-pathname in asdf-ecl and deprecate merge-component-name-type.
-
- Mar 21, 2011
-
- Jan 03, 2011
-
- Dec 16, 2010
-
-
Francois-Rene Rideau authored
whose DIRECTORY doesn't have RESOLVE-SYMLINKS.
-
- Dec 15, 2010
-
-
Francois-Rene Rideau authored
-
- Dec 02, 2010
-
-
Francois-Rene Rideau authored
-
- Oct 26, 2010
-
- Jan 26, 2010
-
-
Francois-Rene Rideau authored
-
- Dec 18, 2009
-
-
Francois-Rene Rideau authored
-
- Oct 25, 2009
-
-
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)
-
- Oct 14, 2009
-
-
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)
-
- Sep 13, 2009
-
-
Gary King authored
* test for same * Fix for my head-slap regex s&r madness.
-
- Sep 11, 2009
-
-
Gary King authored
* incorporate ASDF-Binary-Locations in to ASDF. * new exports * added `*place-binaries-in-implementation-specific-directories*` * simplify *asdf-revision* code * add bin/bump-revision-and-tag.sh based on some of Robert Goldman's ideas
-
- Sep 10, 2009
-
-
Gary King authored
-
- 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 18, 2009
-
-
Gary King authored
-
- Jul 15, 2009
-
-
Gary King authored
* extract LICENSE file out of asdf.lisp directly (DRY wins) * make `make-temporary-package` more mixed-case friendly
- Jul 13, 2009
-
-
Gary King authored
* extract LICENSE file out of asdf.lisp directly (DRY wins) * make `make-temporary-package` more mixed-case friendly
-
- May 23, 2009
-
-
Gary King authored
Bare bones GNUmakefile and a new `bin` directory with a few handy (?) scripts.
-