- 24 Jul, 2014 6 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Conflicts: Makefile bin/asdf-builder
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 20 Jul, 2014 1 commit
-
-
Francois-Rene Rideau authored
Fix parenthesizing so ASDF is always being configured properly (Oops).
-
- 14 Jul, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- 13 Jul, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 12 Jul, 2014 4 commits
-
-
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
-
Francois-Rene Rideau authored
without COPY-LIST on shared data structures. Bug found by drmeister.
-
- 11 Jul, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
the functionality was moved to call-with-asdf-cache before where it belongs.
-
- 10 Jul, 2014 6 commits
-
-
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
Document the Quicklisp situation.
-
Francois-Rene Rideau authored
-
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
-
- 09 Jul, 2014 4 commits
-
-
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.
-
- 08 Jul, 2014 4 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
argument application-type was using the wrong feature keyword.
-
- 05 Jul, 2014 3 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 04 Jul, 2014 4 commits
-
-
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.
-
- 03 Jul, 2014 2 commits
-
-
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.
-
- 02 Jul, 2014 1 commit
-
-
Francois-Rene Rideau authored
-