- 11 Sep, 2016 1 commit
-
-
Daniel Kochmański authored
This reverts commit adf2d1a6.
-
- 10 Sep, 2016 1 commit
-
-
Daniel Kochmański authored
-
- 21 Nov, 2015 1 commit
-
-
Francois-Rene Rideau authored
And fix tests for exceptions.
-
- 10 Jul, 2015 2 commits
-
-
Robert Goldman authored
clisp on Windows doesn't allow the current directory and *default-pathname-defaults* to diverge. This is a little odd, since it seems to permit that divergence on Linux and Mac OS X.
-
Robert Goldman authored
-
- 08 Jul, 2015 4 commits
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Francois-Rene Rideau authored
Add TODO note about run-program.
-
Francois-Rene Rideau authored
-
- 02 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
Punt on making rename-file-overwriting-target atomic. Punt on trying to run cmd with anything that SBCL would escape.
-
- 30 Jun, 2015 1 commit
-
-
Robert Goldman authored
Made not-always-satisfied assumption about the depth of the *build-directory*.
-
- 19 Jun, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 09 Jun, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Jun, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, while testing, rename the default lispworks binary to lispworks-console in accord with the latest version of lisp-invocation.
-
Francois-Rene Rideau authored
-
- 08 May, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 07 May, 2015 2 commits
-
-
Francois-Rene Rideau authored
One WTF test fails on GCL, due to a compiler bug.
-
Francois-Rene Rideau authored
The JVM doesn't give access to native chdir without some extensions that aren't available with ABCL. There's a user.dir system property whereby some Java programs kind of fake it, but ABCL doesn't play nice with it. Therefore, use *default-pathname-defaults* as our "current directory", and be sure to chdir to it before to run commands with run-program. Try to make the run-program chdir feature work on Windows.
-
- 04 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
Add relevant tests.
-
- 11 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
* README updated, converted to markdown * Some documentation updates * bin/install-asdf-as-module renamed to tools/install-asdf.lisp and improved. * Update test scripts to be work even when the initial getcwd isn't in test/
-
- 11 Aug, 2014 1 commit
-
-
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).
-
- 10 Jul, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 09 Jul, 2014 1 commit
-
-
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.
-
- 28 Apr, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Apr, 2014 1 commit
-
-
Robert P. Goldman authored
New semantics is that a component with no specified version fails all version-satisfies tests.
-
- 07 Apr, 2014 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Better tests. Thanks to Robert Brown.
-
Francois-Rene Rideau authored
-
- 25 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 Mar, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fix some issues with SCL: * it doesn't like run-program from a modified directory? * it somehow pushes :non-base-chars-exist-p even though +non-base-chars-exist-p+ is NIL???
-
- 28 Feb, 2014 5 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fix DIRECTORY tests in test-utilities.script.
-
Francois-Rene Rideau authored
(improved comments, whitespace, remove doubly exported symbols).
-
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.
-
- 25 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-