- 03 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
- 19 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
Thanks to Dave Cooper for fix to run-tests.sh instructions on reproducing tests.
-
- 31 Jan, 2013 1 commit
-
-
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
A better asdf.asd. Refactor the preloaded system mechanism, use it for cl-launch 3.21.2. Rename bundle-pathname to build-pathname, move it from bundle-system to system. Rename the gcl<2.7 feature gcl2.6. Die on gcl2.5 and earlier. Don't even try to compile-file asdf using gcl 2.6, just load the .lisp. Rename asdf/compatibility to asdf/common-lisp, exporting only CL symbols. Fix define-package to correctly handle exporting of NIL. Also, make it work with Genera, with #'(lambda instead of (lambda, and using lisp:loop (via a macro loop*) when destructuring is required. Document more 2.27 changes in changelog. If there is no :pathname and no load-pathname, do NOT have a system pathname take defaults from *default-pathname-defaults*, but make it NIL.
-
- 21 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, make script re-loadable in a debug session.
-
- 20 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
Better version mangling helpers. Image: for compatibility with existing CL practice, the call the entry-point *without* arguments rather than with C command line.
-
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
-
- 19 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 13 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
Package tweaks to make CLISP complain less. run-program/ and run-shell-command fixes and test updates. wildening fix to issue found by CLISP. ! is used by EXT on CLISP, so use !p for defparameter. More pathname madness for allegro. Better upgrade.
-
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
Also, tweak some tests some more.
-
Francois-Rene Rideau authored
-
- 02 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Dec, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 14 Apr, 2012 1 commit
-
-
Francois-Rene Rideau authored
Make logical pathname test work on disjoint files, for now. Fix test-upgrade wrt recent package tweak in testing.
-
- 12 Apr, 2012 3 commits
-
-
Francois-Rene Rideau authored
thanks to rpgoldman for detecting the typo.
-
Francois-Rene Rideau authored
-
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.
-