- Jan 01, 2014
-
-
Francois-Rene Rideau authored
Fix the the handling of :directory in run-program when using system.
-
- Dec 20, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Why is this somehow not affecting other implementations???
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
The return statement in search-for-system-definition goes awry. XCL is now officially not supported by ASDF3 (ASDF 2 might still work).
-
- Dec 19, 2013
-
-
Francois-Rene Rideau authored
It's not just present in buggy implementations, it's inevitable on all implementations that rely on shell redirection.
-
- Dec 07, 2013
-
-
Francois-Rene Rideau authored
-
https://bugs.launchpad.net/asdf/+bug/1254598Robert P. Goldman authored
Repaired initargs for missing configuration inheritance form.
-
- Nov 25, 2013
-
-
Francois-Rene Rideau authored
Add a *compile-check* hook for a default compile-check argument. Also, add back a pathname kludge for GCL until the issue gets fixed.
-
- Nov 20, 2013
-
-
Francois-Rene Rideau authored
CMUCL: hush some warnings
-
Francois-Rene Rideau authored
-
- Nov 18, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Its place is another library, in the keyword package, or using (uiop-debug), in the current package.
-
Francois-Rene Rideau authored
-
- Nov 16, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Get backtraces on GCL.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Nov 15, 2013
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
Francois-Rene Rideau authored
Define the :DBG macro, so it's ubiquitously available for print-debugging. Define and export nest, so it's always there to prevent indentation drift. Tweak restore-image again for better handling of *lisp-interaction*. Update docstrings for define-package. Define %process-info-pid.
-
- Nov 13, 2013
-
-
Francois-Rene Rideau authored
Same as for restore-image in 3.1.0.8.
-
- Nov 12, 2013
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
export *usual-uninteresting-conditions*. Thanks to Andrzej Walczak.
-
- Nov 11, 2013
-
-
Francois-Rene Rideau authored
whether it's valid or not, it confuses SBCL. Remove GCL 2.6 support.
-
- Nov 06, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 05, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 03, 2013
-
-
Francois-Rene Rideau authored
(Patch by Mark Evenson which fixes support on ABCL.)
-
- Oct 25, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 24, 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*
-
Francois-Rene Rideau authored
for the sake of Windows' CMD.EXE.
-
- Oct 21, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 20, 2013
-
-
Francois-Rene Rideau authored
Introduce physicalize-pathname as an abstraction for translate-logical-pathname, due to bug in CLISP.
-
- Oct 18, 2013
-
-
Francois-Rene Rideau authored
relative to said base build directory, for the sake of determinism.
-
Francois-Rene Rideau authored
This sometimes allows sharing of fasls between unicode and non-unicode compiler. Hat tip: Dave Cooper, testing on Allegro.
-
- Oct 16, 2013
-
-
Francois-Rene Rideau authored
-