- Mar 17, 2014
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- Feb 28, 2014
-
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
(improved comments, whitespace, remove doubly exported symbols).
-
- Feb 26, 2014
-
-
Robert P. Goldman authored
-
- Feb 21, 2014
-
-
Francois-Rene Rideau authored
(improved comments, whitespace, remove doubly exported symbols).
-
Robert P. Goldman authored
-
- Feb 19, 2014
-
-
Robert P. Goldman authored
-
- Feb 10, 2014
-
-
Robert P. Goldman authored
Test for DIRECTORY-FILES returning only files; text for SUBDIRECTORIES returning only subdirectories. According to Fare, DIRECTORY-FILES should *not* return subdirectories, but it does on several implementations. See https://bugs.launchpad.net/asdf/+bug/1276748
-
- Dec 20, 2013
-
-
Francois-Rene Rideau authored
Why is this somehow not affecting other implementations???
-
Francois-Rene Rideau authored
-
- Dec 11, 2013
-
-
Francois-Rene Rideau authored
Tweak some test output.
-
- Nov 20, 2013
-
-
Francois-Rene Rideau authored
CMUCL: hush some warnings
-
- Nov 18, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Nov 16, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Nov 12, 2013
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
Francois-Rene Rideau authored
-
- Nov 06, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 24, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 20, 2013
-
-
Francois-Rene Rideau authored
Introduce physicalize-pathname as an abstraction for translate-logical-pathname, due to bug in CLISP.
-
Francois-Rene Rideau authored
and more reliably work with ASDF3.
-
- Oct 19, 2013
-
-
Francois-Rene Rideau authored
This will hopefully make some tests more stable across implementation and operating system.
-
- Oct 17, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Oct 14, 2013
-
-
Francois-Rene Rideau authored
or else allegro and allegromodern will clash wrt fasls. Make test-stamp-propagation pass on LispWorks.
-
- Oct 13, 2013
-
-
Francois-Rene Rideau authored
Include stamp propagation test, which provides evidence for the Great Defsystem Bug.
-
Francois-Rene Rideau authored
Add a regression test. More tweaks to the test and test suite.
-
- Oct 12, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 08, 2013
-
-
Francois-Rene Rideau authored
-
- Sep 05, 2013
-
-
Francois-Rene Rideau authored
-
- Aug 16, 2013
-
-
Robert P. Goldman authored
-
- Jun 08, 2013
-
-
Francois-Rene Rideau authored
For consistency, MAKE-PLAN always returns a plan. For backward compatibility, TRAVERSE always returns a list of actions. OPERATE now calls MAKE-PLAN, not TRAVERSE anymore. Happily, no one in quicklisp defines *useful* methods on TRAVERSE. Thanks to foom for suggesting this cleanup.
-
- Mar 18, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 17, 2013
-
-
Francois-Rene Rideau authored
* delete-empty-directory, delete-directory-tree, directory-exists-p, file-exists-p, copy-file * fix directory-files on clisp for files with type NIL * tests: fix assert-pathname-equal, assert-pathnames-equal, bad trace
-
- Mar 13, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 09, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 08, 2013
-
-
Francois-Rene Rideau authored
Can't seem to be able to fmakunbound in the same fasl as a definition.
-
Francois-Rene Rideau authored
ASDF 2.26 uses :want-directory where :ensure-directory is meant in the new parlance. Have ensure-directory be implicit in that case.
-