- Sep 13, 2012
-
-
Francois-Rene Rideau authored
-
- Aug 15, 2012
-
-
Francois-Rene Rideau authored
-
- Jul 31, 2012
-
-
Jean-Claude Beaudoin authored
-
- Jun 12, 2012
-
-
Francois-Rene Rideau authored
Don't upgrade ccl or cmucl on older asdf's due to incompatibilities. Shouldn't matter since they already ship with more recent versions of asdf.
-
- May 15, 2012
-
-
Francois-Rene Rideau authored
following discussion with Nikodemus on asdf-devel. Also, improve the way we test for upgrade. Disable upgrade test on cmucl from asdf 2.00*. Restore -i.bak flag in bump-version: it's actually needed.
-
- Apr 23, 2012
-
-
Francois-Rene Rideau authored
-
- Apr 12, 2012
-
-
Francois-Rene Rideau authored
The issue fixed is that most Lisps don't like *default-pathname-defaults* being a logical-pathname. Added a test for logical-pathname functionality; it all works on CCL, and works better on other Lisps after the fix, but there are still logical-pathname issues on SBCL, CLISP and more. Also, a package cleanup of our test suite.
-
- Oct 22, 2011
-
-
Francois-Rene Rideau authored
-
- Oct 18, 2011
-
-
Francois-Rene Rideau authored
test/script-support.lisp: cl-user::native-namestring already defined in SBCL (imported from sb-ext); don't try to redefine it.
-
- Oct 17, 2011
-
-
Francois-Rene Rideau authored
-
- Apr 05, 2011
-
-
Francois-Rene Rideau authored
Also, update testing infrastructure to work with latest xcl from git.
-
- Mar 31, 2011
-
-
Francois-Rene Rideau authored
Also, use coerce-pathname in asdf-ecl and deprecate merge-component-name-type.
-
- Oct 29, 2010
-
-
Francois-Rene Rideau authored
Enable extra debugging while testing (except on allegro personal where it blows up the heap)
-
- Aug 07, 2010
-
-
Francois-Rene Rideau authored
Fix link in webpage (lp#614806). Include SCL and ABCL in my testing routine.
-
- Apr 28, 2010
-
- Apr 12, 2010
-
-
Francois-Rene Rideau authored
Add tests for configuration files. Also export enable-asdf-binary-locations-compatibility.
-
- Mar 19, 2010
-
-
Robert P. Goldman authored
-
- Mar 18, 2010
-
-
Francois-Rene Rideau authored
-
- Mar 17, 2010
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Fix initialize-output-translations to actually use the environment, map output destinations to themselves, and actually take a parameter as documented. * Document same parameter for initialize-source-registry, which did take it. * Tweak symbols between unintern and fmakunbound to make upgrade better on both current SBCL and ECL. * Tweak run-tests to allow for parametrizable binaries, to redirect output to tmp/fasls, to output Lisp command being executed,
-
- Mar 16, 2010
-
-
Francois-Rene Rideau authored
Fix ECL compilation workaround.
-
- Mar 15, 2010
-
-
Francois-Rene Rideau authored
Add janderson's pathname test script to our test suite.
-
- Mar 13, 2010
-
-
Francois-Rene Rideau authored
More documentation updates. More uses of merge-pathnames*.
-
- Mar 06, 2010
-
-
Francois-Rene Rideau authored
Try to play well with LOGICAL-PATHNAMEs. Introduce utility MERGE-PATHNAMES* that tries to do the Right Thing(tm).
- Feb 28, 2010
-
-
Francois-Rene Rideau authored
One is Debian Bug#457919 found and fixed by Chun TIAN (binghe). The other is a bug in the test code found by David McClain.
-
- Feb 06, 2010
-
-
Francois-Rene Rideau authored
Simplify test scripts.
-
- Feb 05, 2010
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
Signed-off-by:
Francois-Rene Rideau <fare@tunes.org>
-
Robert P. Goldman authored
Signed-off-by:
Francois-Rene Rideau <fare@tunes.org>
-
- Feb 04, 2010
-
-
Francois-Rene Rideau authored
* made it easier to debug tests. export DEBUG_ASDF_TEST=t * add ECL support to tests: passes all 18 scripts, but have to ignore compile warnings. * lots of whitespace issues, including ones that made .gitignore not work!
-
- Dec 18, 2009
-
-
Francois-Rene Rideau authored
-
- Oct 27, 2009
-
-
Gary King authored
* work with Common Lisp Controller by disabling it for testing * tweak test-retry-loading-component test * tweak test-module-pathnames for CLISP (which can return `nil` for component's relative-pathname) * refactor `component-relative-pathname` for source-file's slightly
-
- Oct 25, 2009
-
-
Gary King authored
* apply patch to better handle relative source-file types (from Fare Rideau) * improve logic of tag updating in bump-revision-and-tag.sh * make test output nicer (from Fare Rideau) * improve test-module-pathnames (from Fare Rideau)
-
- Oct 14, 2009
-
-
Gary King authored
* apply patch to better handle relative source-file types (from Fare Rideau) * improve logic of tag updating in bump-revision-and-tag.sh * make test output nicer (from Fare Rideau) * improve test-module-pathnames (from Fare Rideau)
-
- Sep 06, 2009
-
- Jul 05, 2008
-
-
Gary King authored
Modified system-definition-pathname to reload system defs even for systems that cannot be found using one of system finders in *system-definition-search-functions*
-
- Jul 27, 2007
-
-
Gary King authored
-