- Aug 11, 2014
-
-
Francois-Rene Rideau authored
Don't pipe into tee, as it squashes errors. Fix error handling by test-scripts. Fix wc. Fix some test logging. Make tests runnable from any directory, and run from the asdf directory (not the test directory).
-
- Aug 02, 2014
-
-
Francois-Rene Rideau authored
Move install-asdf command to a separate file, because it depends on test-environment for its parameters.
-
Francois-Rene Rideau authored
-
- Jul 29, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
we want the contents, not the symlink.
-
- Jul 25, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
and don't create a subdirectory or symlink with .asd files even temporarily, for it can create conflicts if interrupted or in a race condition.
-
- Jul 24, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Conflicts: Makefile bin/asdf-builder
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Jul 20, 2014
-
-
Francois-Rene Rideau authored
Fix parenthesizing so ASDF is always being configured properly (Oops).
-
- 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
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
-
- 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.
-