- Jan 24, 2013
-
-
Francois-Rene Rideau authored
A better asdf.asd. Refactor the preloaded system mechanism, use it for cl-launch 3.21.2. Rename bundle-pathname to build-pathname, move it from bundle-system to system. Rename the gcl<2.7 feature gcl2.6. Die on gcl2.5 and earlier. Don't even try to compile-file asdf using gcl 2.6, just load the .lisp. Rename asdf/compatibility to asdf/common-lisp, exporting only CL symbols. Fix define-package to correctly handle exporting of NIL. Also, make it work with Genera, with #'(lambda instead of (lambda, and using lisp:loop (via a macro loop*) when destructuring is required. Document more 2.27 changes in changelog. If there is no :pathname and no load-pathname, do NOT have a system pathname take defaults from *default-pathname-defaults*, but make it NIL.
-
- Jan 22, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
They seem to be like .cfasl in SBCL.
-
Francois-Rene Rideau authored
-
- Jan 21, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Some doc & test frobbing.
-
Francois-Rene Rideau authored
Rename RUN-PROGRAM/ to RUN-PROGRAM. Can't export it from ASDF because it causes a clash in SB-GROVEL. Rename SUB-OBJECT and :PATH to ACCESS-AT and :AT. Get rid of TRANSLATE-OUTPUT-P. Instead, check whether the component's BUILD-OPERATION is the same as the current operation.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Have asdf/defsystem's bundle use asdf/driver's image.
-
Francois-Rene Rideau authored
More test frobbing.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
New script for deferred warnings.
-
Francois-Rene Rideau authored
Also, propagate around previous improvements to stream slurping. Fix some test cases.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, make script re-loadable in a debug session.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Jan 20, 2013
-
-
Francois-Rene Rideau authored
Better version mangling helpers. Image: for compatibility with existing CL practice, the call the entry-point *without* arguments rather than with C command line.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Don't key upgrade attempt on source-registry, since things can also change in the central-registry, etc. Also rename required-files to direct-dependency-files Improve the new convenience function pattern to work with operation initargs. Implement getcwd on all platforms. Actually catch sb-grovel messages. Tests: make u l=ecl instead of make test-upgrade lisp=ecl Tests: put the setup around the script, not inside; Tests: start using globals, much easier for debugging
-
- Jan 19, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, have convenience methods for operation and component designators. Enhance the incidental traversal functions. Move compile-file error handling to lisp-build. Passes tests on CCL and SBCL.
-
Francois-Rene Rideau authored
(equal #p"ccl:" #p"/") ==> T. Yikes.
-
- Jan 18, 2013
-
-
Francois-Rene Rideau authored
jyknight will be happy. Passes test, when still resolving.
-
Francois-Rene Rideau authored
also use asdf-defsystem as the name for packaging.
-
Francois-Rene Rideau authored
Also remove some forgotten debugging statement, clean the asd somewhat.
-
Francois-Rene Rideau authored
unless we're backward compatible.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Still not used by ASDF itself. Also, don't use compile-file-pathname after all, it's a bad idea, since we may be loading a .asd from within an eval-when during a compile-file, but we won't be compiling the .asd.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Have one bigger lisp script to replace several shell scripts.
-