- Feb 28, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
the target system for a version check might not even be present! (That would probably be an error later, to be handled then, but shouldn't cause an unhandled error now.)
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
The dependency parser (used to put dependencies in canonical form), now raises an error if obsolete FEATURE syntax is used. This should direct programmers to an easy fix. A test is also added.
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
SYSTEM-DEFSYSTEM-DEPENDS-ON, SYSTEM-DEPENDS-ON, and SYSTEM-WEAKLY-DEPENDS-ON now always return s-expressions with system names represented as downcased caps (per COERCE-NAME).
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
More test cleanups: use assert-compare and assert-equal some more.
-
Robert P. Goldman authored
Added ASDF_UPGRADE_TEST_LISPS environment variable and ulisps local variable.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
(improved comments, whitespace, remove doubly exported symbols).
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Ensure that SYSTEM-DEFSYSTEM-DEPENDS-ON never gets SLOT-UNBOUND error. Also cache DEPENDS-ON and WEAKLY-DEPENDS-ON info from DEFSYSTEM.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Feb 19, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Added explicit dependency on SYSTEM to support setting introspection slots.
-
Robert P. Goldman authored
Ensure that SYSTEM-DEFSYSTEM-DEPENDS-ON never gets SLOT-UNBOUND error. Also cache DEPENDS-ON and WEAKLY-DEPENDS-ON info from DEFSYSTEM.
-
- Feb 18, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
(If it's not backward, it's not compatible.)
-
Francois-Rene Rideau authored
-
- Feb 12, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
by only effecting them on parent classes. Also, do the sideways dependencies FIRST.
-
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
-