- Jul 10, 2014
-
-
Robert P. Goldman authored
Caching negative results here causes pervasive problems, and removing negative caching only would be very messy, so we are removing caching here altogether. This required some modification to the test code, which was directly using LOCATE-SYSTEM, and LOCATE-SYSTEM cannot be safely invoked unless the ASDF-CACHE has been established.
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
Test still doesn't work, but that seems to be because the testing code itself establishes an ASDF cache, making the restart I want inaccessible from test code.
-
Robert P. Goldman authored
-
- Jul 09, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
This required refactoring to move REINITIALIZE-SOURCE-REGISTRY-AND-RESTART to correct location. This shoudl also fix bug13353423, but we still need a better test.
-
Robert P. Goldman authored
It seems that the cache may override the error flag for FIND-SYSTEM.
-
Robert P. Goldman authored
It seems that the cache may override the error flag for FIND-SYSTEM.
-
- Jul 08, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
argument application-type was using the wrong feature keyword.
-
- Jul 05, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Jul 04, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Also, in passing, did some copy-editing, notably fixing spelling errors.
-
- Jul 03, 2014
-
-
Francois-Rene Rideau authored
Whitespace cleanup.
-
Robert P. Goldman authored
Add a FIXME. Pull out documentation of PRIMARY-SYSTEM-NAME. Clarify that LOCATE-SYSTEM will actually load the system. Minor copy-edits.
-
- Jul 02, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Jul 01, 2014
-
-
Robert P. Goldman authored
Documented LOCATE-SYSTEM per docstring (which was also copy-edited). Corrected description of package used when loading .asd files.
-
- Jun 20, 2014
-
-
Francois-Rene Rideau authored
Our method to override 'load-op with *load-system-operation* in defmethod component-depends-on ((o prepare-op) (s system)) was failing to call-next-method, which cancelled the :in-order-to in asdf.asd's own defsystem asdf. Oops. Issue: this means that ASDF 3.1.2 is unfit to bootstrap further variants of ASDF, and they must be bootstrapped with make, or their asdf.asd must be modified in a yet-to-be-determined way to compensate for that bug.
-
Robert P. Goldman authored
Thanks to Christophe for patch.
-
Robert P. Goldman authored
- May 20, 2014
-
-
Francois-Rene Rideau authored
-
ssh://common-lisp.net/project/asdf/public_html/asdfRobert P. Goldman authored
Required mild tweaks to debian/copyright
- May 19, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
better comment on how to use one of the contribs.
-
Francois-Rene Rideau authored
Won't build unless we either tell XCVB about package-inferred-systems, or add #+xcvb (module ...) declarations to every file in ASDF.
-
Francois-Rene Rideau authored
- May 18, 2014
-
-
Francois-Rene Rideau authored
when there is an after body using the pathname, the pathname can but need not be used in the before body.
-
- May 16, 2014
-