- Feb 28, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Partial restructuring of introductory material. Node structure is still messed up.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Feb 24, 2014
-
-
Francois-Rene Rideau authored
-
- Feb 23, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Jan 28, 2014
-
-
Francois-Rene Rideau authored
Also update comments in TODO file, manual. Make the Makefile test result checking less uselessly verbose.
-
- Dec 26, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 23, 2013
-
-
Francois-Rene Rideau authored
This is quick-build compatible and fixes lp#1230368. To use package-system, just have foo.asd containing (defsystem foo :class package-system) at the top of your quick-build hierarchy $FOODIR for packages whose name start with "FOO/" and ASDF will thereafter look for system "foo/bar/baz" in $FOODIR/bar/baz.lisp. Such a file will implicitly have its own system defined; its dependencies are computed by scanning the file, extracting its first defpackage form, and using the packages it uses or imports from as a as a specification of what systems it depends on. You can register packages as belonging to a system with (asdf:register-system-packages my-system '(package1 package2)) Using or importing from a package registered to a given system will generate a dependency to the registered system. Using or importing from a packages registered to the constant symbol T will not generate any dependency. Using or importing from a packages that is not registered will generate a dependency on a system the name of which is the package name downcased. All packages that exist at the time ASDF is initially loaded are registered to constant symbol T. Also, for convenience, introduce :use-reexport and :mix-reexport in uiop/package.lisp (of course, no one can rely on it until it's mainstream, but better late than never). To use this style in a way compatible with older versions of ASDF 3, you may use the asdf-package-system extension. See lisp-interface-library for a system that uses this style this way. Push :asdf-package-system to *features*
-
- Oct 22, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 14, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 10, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 09, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 08, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 07, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 04, 2013
-
- Sep 16, 2013
-
-
Robert P. Goldman authored
-
- Jul 30, 2013
-
-
Robert P. Goldman authored
-
- May 16, 2013
-
-
Francois-Rene Rideau authored
Also, better document the entire version business. This is an incompatible change, but the previous behavior was not documented, wasn't fully working until rather recently and looks like it wasn't relied upon, so this should be OK.
-
Francois-Rene Rideau authored
Further tweak asdf.texinfo.
-
Francois-Rene Rideau authored
-
- May 13, 2013
-
-
Francois-Rene Rideau authored
so it doesn't require an explicit dependency on asdf or uiop. Also, fix some test broken by 2.33.9. Fix run-tests.sh error message. Make the doc more compatible with texinfo 5.
-
- Mar 29, 2013
-
-
Francois-Rene Rideau authored
-
- Feb 16, 2013
-
-
Francois-Rene Rideau authored
-
- Feb 11, 2013
-
-
Francois-Rene Rideau authored
-
- Jan 31, 2013
-
-
Francois-Rene Rideau authored
Update documentation somewhat for ASDF 3.
-
- Jan 22, 2013
-
-
Francois-Rene Rideau authored
-
- Jan 21, 2013
-
-
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.
-