- 13 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Sep, 2016 4 commits
-
-
Francois-Rene Rideau authored
This should make Daniel K happy. Also remove obsolete cleaning of locate-system cached results, for we haven't cached the result since 00256418 (3.1.2.9, 2014), that this commit partly undoes, partly re-does (due to merge conflict at the time).
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 05 Mar, 2014 2 commits
-
-
Francois-Rene Rideau authored
Add regression tests for the feature. Change the meaning of :force-not t to mean "anything but current system".
-
Francois-Rene Rideau authored
Not only is it the Right Thing™ (see lp#1184002), it makes code simpler. Actually, the two are one and the same. https://bugs.launchpad.net/asdf/+bug/1184002
-
- 28 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
More test cleanups: use assert-compare and assert-equal some more.
-
- 22 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
More test cleanups: use assert-compare and assert-equal some more.
-
- 19 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
Thanks to Dave Cooper for fix to run-tests.sh instructions on reproducing tests.
-
- 24 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
enhance plan consistency and make testing easier.
-
- 21 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, make script re-loadable in a debug session.
-
- 20 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Don't key upgrade attempt on source-registry, since things can also change in the central-registry, etc. Also rename required-files to direct-dependency-files Improve the new convenience function pattern to work with operation initargs. Implement getcwd on all platforms. Actually catch sb-grovel messages. Tests: make u l=ecl instead of make test-upgrade lisp=ecl Tests: put the setup around the script, not inside; Tests: start using globals, much easier for debugging
-
- 18 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
jyknight will be happy. Passes test, when still resolving.
-
- 13 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Tests: SBCL passes test-lisp and test-upgrade Also: * big refactoring of test infrastructure * contrib/debug.lisp and (asdf/driver:asdf-debug) for debugging. * remove aif and it, use the cleaner if-bind. * backtrace support, with improvements from trivial-backtrace. * integration of asdf-condition-control (originally from xcvb-driver) * simplify the upgrade heuristic: always tries to upgrade once. The previous heuristic was too complex with too many failure cases. You are thus assumed to want a given version asdf if and only if it is in your source-registry.
-
- 11 Jan, 2013 3 commits
-
-
Francois-Rene Rideau authored
Also, tweak some tests some more.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 31 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
Also, use coerce-pathname in asdf-ecl and deprecate merge-component-name-type.
-
- 06 Feb, 2010 1 commit
-
-
Francois-Rene Rideau authored
Simplify test scripts.
-
- 05 Feb, 2010 2 commits
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
There were bugs in the tests having to do with repeatedly calling quit-on-error in a single test script. Only one of those calls will be evaluated, and then the script will exit. That means that multiple calls to quit-on-error masked failures in the tests. Also fixed a package-related error in test1.script that I conjecture led to the mistaken use of multiple calls to quit-on-error.
-
- 04 Feb, 2010 3 commits
-
-
Francois-Rene Rideau authored
perl -pi.bak -e 's|"../asdf"|\(compile-file-pathname "../asdf"\)|;' *.script
-
Robert P. Goldman authored
Found that the current load recipe (load "../asdf") in the test scripts was brittle, because the presence of asdf.fasl was obscured if there was an "asdf/" directory in .. Unfortunately, the result of makeinfo --html asdf.texinfo created just such a directory! fe[nl]ix kindly provided a pointer to compile-file-pathname that solved the problem.
-
Francois-Rene Rideau authored
-
- 06 Sep, 2009 1 commit
-
-
Gary King authored
-
- 13 Jun, 2007 1 commit
-
-
Gary King authored
-
- 30 May, 2006 1 commit
-
-
Gary King authored
Added &allow-other-keys to operate. Added test/test-force to test that forcing a system works (at least in a simple case).
-