- Mar 24, 2016
-
-
Some typos are detected by Debian's codespell utility. I was asked to fix them for debian packaging (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809308).
-
- Mar 21, 2016
-
-
Robert Goldman authored
Incorrectly was using code that relied on not-yet-loaded ASDF functions.
-
- Mar 20, 2016
-
-
Robert Goldman authored
Trying to test ASDF on Windows, running the makefile in cygwin was ending up causing troubles where the cygwin pathnames would get into lisp, where they would be useless. So we allow the tester to specify the location of ASDF with an environment variable instead.
-
Robert Goldman authored
-
Robert Goldman authored
-
- Mar 07, 2016
-
-
Robert Goldman authored
Note that this loop check is problematic: if the bug appears and is not fixed by the patch, this test will go away forever.
-
- Feb 28, 2016
-
-
Robert Goldman authored
-
- Feb 25, 2016
-
-
Robert Goldman authored
-
- Feb 22, 2016
-
-
Robert Goldman authored
-
- Jan 04, 2016
-
-
Robert Goldman authored
-
- Dec 05, 2015
-
-
Eric Timmons authored
Package inferred systems now inherit around-compile from their top-level system. Added test in package-inferred-system-test suite.
-
- Nov 21, 2015
-
-
Francois-Rene Rideau authored
And fix tests for exceptions.
-
- Nov 17, 2015
-
-
Francois-Rene Rideau authored
Attila offered these tests, that currently fail at HEAD, for which I have a patch (to be included in next commit). They check that an error when loading defsystem-depends-on dependencies doesn't cause an incomplete system to be registered but never properly parsed, that thereafter pollute the build. A real solution would imply to fix lp#1500578 though: ASDF should handle change in defsystem-depends-on dependencies https://bugs.launchpad.net/asdf/+bug/1500578
-
- Oct 10, 2015
-
-
Francois-Rene Rideau authored
-
- Sep 30, 2015
-
-
Robert Goldman authored
-
- Sep 29, 2015
-
-
Robert Goldman authored
This export was breaking lisp-invocation (and thus the tests) on Allegro.
-
Robert Goldman authored
Avoids spurious test failures from inability to move files to create backups.
-
- Sep 23, 2015
-
-
Francois-Rene Rideau authored
Update TODO, test-xach-update-bug.
-
- Sep 22, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Don't run in bytecode mode. Use correct directory independently from current directory.
-
Francois-Rene Rideau authored
-
- Sep 17, 2015
-
-
Francois-Rene Rideau authored
{,monolithic}{lib,dll}-op used to only work on ECL, MKCL. Now they will work on SBCL and other image-based CLs, though it currently requires a patched CFFI.
-
- Sep 14, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Sep 12, 2015
-
-
Francois-Rene Rideau authored
-
- Aug 31, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Aug 30, 2015
-
-
Francois-Rene Rideau authored
Also, tweak default parameters in source-registry after debugging on Allegro 10. Add two debugging functions in test/script-support.
-
- Aug 24, 2015
-
-
Francois-Rene Rideau authored
-
- Aug 15, 2015
-
-
Francois-Rene Rideau authored
-
- Aug 11, 2015
-
-
Francois-Rene Rideau authored
Thanks to Daniel Kochmański for his support.
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- Aug 06, 2015
-
-
Daniel Kochmański authored
tests: add minimal make-build test [Patch originally by Daniel Kochmański, tweaked by Faré]
-
Francois-Rene Rideau authored
-
- 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
-