- Sep 12, 2016
-
-
Francois-Rene Rideau authored
Make sure we use the correct package for *load-hooks* on MKCL, and on both implementations (and CLASP), use ensure-gethash correctly by wrapping the default in a constantly since it is a function.
-
- Sep 11, 2016
-
-
Daniel Kochmański authored
This reverts commit adf2d1a6.
-
- Sep 10, 2016
-
-
Daniel Kochmański authored
-
- Nov 21, 2015
-
-
Francois-Rene Rideau authored
And fix tests for exceptions.
-
- Jul 10, 2015
-
-
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
-
- Jul 08, 2015
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Francois-Rene Rideau authored
Add TODO note about run-program.
-
Francois-Rene Rideau authored
-
- Jul 02, 2015
-
-
Francois-Rene Rideau authored
Punt on making rename-file-overwriting-target atomic. Punt on trying to run cmd with anything that SBCL would escape.
-
- Jun 30, 2015
-
-
Robert Goldman authored
Made not-always-satisfied assumption about the depth of the *build-directory*.
-
- Jun 19, 2015
-
-
Francois-Rene Rideau authored
-
- Jun 09, 2015
-
-
Francois-Rene Rideau authored
-
- Jun 08, 2015
-
-
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
-
- May 08, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- May 07, 2015
-
-
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.
-
- May 04, 2015
-
-
Francois-Rene Rideau authored
Add relevant tests.
-
- Sep 11, 2014
-
-
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/
-
- 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).
-
- Jul 10, 2014
-
-
Francois-Rene Rideau authored
-
- Jul 09, 2014
-
-
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.
-
- Apr 28, 2014
-
-
Francois-Rene Rideau authored
-
- Apr 15, 2014
-
-
Robert P. Goldman authored
New semantics is that a component with no specified version fails all version-satisfies tests.
-
- Apr 07, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Better tests. Thanks to Robert Brown.
-
Francois-Rene Rideau authored
-
- Mar 25, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 01, 2014
-
-
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???
-
- Feb 28, 2014
-
-
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.
-
- Feb 25, 2014
-
-
Francois-Rene Rideau authored
-