- 15 May, 2021 1 commit
-
-
- 13 Jan, 2020 2 commits
-
-
- 19 Feb, 2019 1 commit
-
-
Robert Goldman authored
-
- 20 Jul, 2017 1 commit
-
-
Francois-Rene Rideau authored
Replace with-asdf-cache with with-asdf-session. Introduce *asdf-session-class* to hold the class of the session. Introduce caching-cache, currently the only session class, that only contains a cache, for now.
-
- 27 Jun, 2016 2 commits
-
-
Robert Goldman authored
ECL version 16+ seems to have working encodings support. So we check the ECL version early and either abort the test (successfully) if ECL is too old, or push on if ECL is version 16+
-
Robert Goldman authored
Looks like this didn't get updated after we installed the systems in the ext/ subdirectory of the asdf-directory.
-
- 31 Aug, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 25 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 26 Feb, 2013 3 commits
-
-
Francois-Rene Rideau authored
Based on a patch by Stelian Ionescu.
-
Francois-Rene Rideau authored
Hush autoloading in clean-load test. Better exit message for old ABCLs in test-encodings.
-
Francois-Rene Rideau authored
-
- 25 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
Minimally test the REQUIRE feature by hijacking part of test3.script. Force compile in test-encoding to override any previous encoding.
-
- 21 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
It has vastly positive and nowhere negative outcome on cl-test-grid results: http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-14.html Also, I've been warning people for almost a year now.
-
- 27 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Between 2.26 and 2.26.152, ASDF had gotten ~37 times slower at traversing iolib. Now trying to restore some performance. This commit: 1- generalizes the cache to cover input-files and output-files as well as get-file-stamp. 2- removes the probe-file before file-write-date.
-
- 24 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
enhance plan consistency and make testing easier.
-
- 21 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
Also, propagate around previous improvements to stream slurping. Fix some test cases.
-
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
-
- 17 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Some attempts at making things work for ABCL and CLISP.
-
- 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
-
- 14 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Export more ASDF internals in various packages, that they may be shared with ASDF/INTERFACE without causing fishiness. Be less prompt to nuke symbols that may clash. There are plenty of innocent symbols such as O and C, etc. Also, disable most of test-encodings when there is no asdf-encodings.
-
- 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 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Add its forgotten source file test/lambda.lisp. Oops. Skip one of its tests that mysteriously breaks on ECL_bytecodes.
-
- 07 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Bug identified by avodonosov.
-