- Jul 24, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Jul 14, 2014
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- Jul 13, 2014
-
- Jul 12, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Verbose output from doc formatting was making test results hard to find sometimes.
-
Francois-Rene Rideau authored
without COPY-LIST on shared data structures. Bug found by drmeister.
-
- Jul 11, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
the functionality was moved to call-with-asdf-cache before where it belongs.
-
- 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