- Feb 12, 2014
-
-
Francois-Rene Rideau authored
Anton Vodonosov found that the backward-compatibility kluge was broken and tried to compute the component-children of non-parent components.
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
since it has been spun off as its own library. NB: if you don't have it installed, you're not actually testing program-op in test-program.script.
-
Robert P. Goldman authored
Proposed fix for https://bugs.launchpad.net/asdf/+bug/1207073
-
- Feb 11, 2014
-
-
Francois-Rene Rideau authored
Mention the walkthrough in the documentation.
-
Francois-Rene Rideau authored
-
- Feb 10, 2014
-
-
Robert P. Goldman authored
Use clisp-specific function in DIRECTORY-EXISTS-P implementation. Use lower-cost DIRECTORY-PATHNAME-P instead of DIRECTORY-EXISTS-P in DIRECTORY-FILES.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
At least on ABCL, having these previously-existing copies causes tests to fail because of unexpected directory contents.
-
Robert P. Goldman authored
Test for DIRECTORY-FILES returning only files; text for SUBDIRECTORIES returning only subdirectories. According to Fare, DIRECTORY-FILES should *not* return subdirectories, but it does on several implementations. See https://bugs.launchpad.net/asdf/+bug/1276748
-
- Feb 02, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Jan 31, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Remove some trailing spaces.
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
ssh://common-lisp.net/project/asdf/public_html/asdfRobert P. Goldman authored
Just documentation (docstring and comment) additions from Fare's walkthrough. These conflicted with his code improvements during the walkthrough. Conflicts: action.lisp lisp-action.lisp operation.lisp plan.lisp
-
Francois-Rene Rideau authored
-
- Jan 30, 2014
-
-
Francois-Rene Rideau authored
-
- Jan 28, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also update comments in TODO file, manual. Make the Makefile test result checking less uselessly verbose.
-
- Jan 27, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Paper over GCL failure in test-operation-classes; tweak test. Tweak Makefile for one more test.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Add some comments on TRAVERSE-ACTION; expand those on SOURCE-FILE-TYPE. * Remove a few unnecessary input-files or output-files methods * Remove (declare (ignorable ...)) for specialized arguments. Specialize a few arguments to T. * Remove most when-upgrading methods, since we drop data on old incompatible ASDFs.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
For backward compatibility with ASDF 2, an operation that doesn't explicitly inherit from one of the propagation classes or non-propagating-operation will be downward- and sideway- propagating, with a warning at instantiation. Inheriting from non-propagating and a propagating class at the same time yields an error, not a warning. Update packages and tests.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* load-op needn't be sideway, its sideway dependencies are already provided by prepare-op * compile-op should use compile-op (default) not load-op as its downward-operation. * no need for an input-files method for prepare-op, nil is the global default. * Some documentation for compute-action-stamp. * Don't skip upgrade from 1.x on Allegro anymore, since we now correctly punt. * Instead of asdf/package:define-package, use the canonical name uiop/package:define-package
-
- Jan 26, 2014
-
-
Robert P. Goldman authored
-