- 23 May, 2017 1 commit
-
-
Francois-Rene Rideau authored
Move forcing into its own file. Include forcing, not plan, among session slots. Share a toplevel forcing for all performable plans. Have REQUIRE use load-system, not require-system, so as not to conflict with session forcing options. Don't call with-asdf-session outside the test scripts themselves. Cleanup a few scripts accordingly, and beyond.
-
- 31 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
Update documentation somewhat for ASDF 3.
-
Francois-Rene Rideau authored
Also, tweak asdf.asd for more robust upgrade from ASDF earlier than 2.017, and fix script-support for upgrade from 2.019 and later. Make some test scripts more robust wrt pathname madness. Update TODO.
-
- 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
-
- 16 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
* Pathname support has been cleaned up, yet again, extending and renaming COERCE-PATHNAME into PARSE-UNIX-NAMESTRING, also ENSURE-PATHNAME, many docstrings, and plenty of small enhancements. * Bundles were refactored to take advantage of the new, more sensible, component-depends-on semantics. * Image support was cleaned up again, and program-op was implemented to produce a standalone executable on supported platforms; a working hello-world-example is included amongst tests. * The *compile-file-function* indirection was removed, with the ECL and MKCL object file support being folded into compile-file* instead. * systems now can have NIL as component-pathname, instead of providing a non-sensible bogus pathname when no sensible pathname was determined. Most of our pathname functions have sensible default behavior when provided NIL instead of a pathname as an argument.
-
- 15 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 13 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
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 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 09 Dec, 2012 1 commit
-
-
Francois-Rene Rideau authored
* Get rid of *stamp*, use lexical scoping everywhere * Better handle non-filesystem actions in compute-action-stamp * Have a simpler mechanism for backward compatibility with operation-done-p * Have a more robust make-sub-operation, and use it where appropriate * Test twiddling.
-
- 13 Sep, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Jul, 2012 1 commit
-
-
Francois-Rene Rideau authored
* Refactor load-system to use *load-system-operation*, and change require-system and module-provide-asdf to use that. * Remove broken-fasl-support: first, cormanlisp is supposed to have fixed it; second, cormanlisp is dead; third, one can now (setf *load-system-operation* 'load-source-op) instead. * Reindent default-source-registry * Fix a test in light of some previous package frobbing.
-
- 12 Apr, 2012 1 commit
-
-
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.
-
- 09 Jun, 2011 1 commit
-
-
Francois-Rene Rideau authored
Use probe-file for probe-file* in LispWorks. Make ABCL's jar translation happier with the recent compile-file-pathname* change for Stelian by redoing cfp myself. Make truenamize work when the merged pathname is relative. Makes it happier when e.g. the *default-pathname-defaults* is #p"", which is the case notably on CCL. Try and fail to support GCL 2.6 and have 2.7 fail less; too many bugs, in CONDITIONs, PATHNAMEs, and more, plus compiler bug that breaks coerce-pathname.
-
- 31 Mar, 2011 1 commit
-
-
Francois-Rene Rideau authored
Also, use coerce-pathname in asdf-ecl and deprecate merge-component-name-type.
-
- 12 Feb, 2010 1 commit
-
-
Francois-Rene Rideau authored
Started as an attempt to "enhance" it, until thinking about why I was breaking tests told me I couldn't.
-
- 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
-
- 27 Jul, 2007 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).
-