- Aug 07, 2010
-
-
Francois-Rene Rideau authored
Fix link in webpage (lp#614806). Include SCL and ABCL in my testing routine.
-
- Jun 24, 2010
-
-
Francois-Rene Rideau authored
* fix sysdef-find-asdf (bug found by Attila Lendvai). Test case added. * make compile-file* nicer wrt *compile-file-{failure|warnings}-behaviour* test case thanks to Stas Boukarev (lp#598018) + working around CLISP bug. * allow for (setf (find-class asdf::foo) ...) to work more portably, to make cffi-grovel happy.
-
- Jun 19, 2010
-
-
Francois-Rene Rideau authored
only overwrites the output-file on success (also, it calls an updated compile-file-pathname* that heads &key output-file). Also, merge with 2.002 from release branch.
-
- Jun 16, 2010
-
-
Francois-Rene Rideau authored
Clean up a test script.
-
- Jun 09, 2010
-
-
Robert P. Goldman authored
Added a test in which the system (test-redundant-recompile) is intended to have :in-order-to values that echo the ones reported to cause redundant recompilation in bug 590517. I have still been unable to replicate this phenomenon, however.
-
- May 31, 2010
-
-
Francois-Rene Rideau authored
Bump versions in code and documentation.
-
- May 25, 2010
-
-
Robert P. Goldman authored
-
- May 04, 2010
-
- May 03, 2010
-
-
Francois-Rene Rideau authored
prints the complete access path to the component, not just its name. Also refactor find-component while we're at it, so we can use that path. Document flatten-tree.
-
- May 02, 2010
-
-
Francois-Rene Rideau authored
Introduce component-operation-time as an interface for POIU to hook on. declare ignorables, to hush warnings on ECL without alarming Allegro. Make run-tests return proper result code, fix make test-all. make test-all => success
-
- Apr 30, 2010
-
- Apr 28, 2010
-
- Apr 25, 2010
-
-
Francois-Rene Rideau authored
Fix lisp-version-string for ECL (1.705 bug - oops). Trivial cleanups and small documentation updates.
-
- Apr 15, 2010
-
-
Francois-Rene Rideau authored
* split traverse into multiple functions. * don't append things all over traverse, use a collector function * don't insert and remove prune-op to indicate something needs be done even when the collected list is empty... use a boolean flag in all cases. * fix the age-old broken :force (system1 ... system2) feature... with a cerror! * fix the age-old broken (:feature :foo dependency) feature... with a cerror! * tighten :version syntax to only accept the keyword, not any same-named symbol. * use hash-tables for O(1) access where linear search was previously used, notably in visited-nodes and in components-by-name. * use more uniform #+ features for windows. * modify defclass to make POIU happier (hopefully). * factor probe-asd out of sysdef-source-registry-search and sysdef-central-registry-search * fix safe-file-write-date, which I had previously broken when accepting a null pathname. * have serial-depends-on only name the previous thing to depend on. Passes tests on sbcl, clisp, ecl, lispworks, allegro. Fails on gclcvs: bind stack overflow. Is that a regression? small website updates.
-
Robert P. Goldman authored
When trying to explore the behavior of ASDF2 in connection with rewriting that involves Lisp files, I was testing to verify that ASDF will notice if we lose a .lisp file. It does. This test checks that.
-
- Apr 13, 2010
-
-
Francois-Rene Rideau authored
to avoid weird non-determinism when building in a different directory than expected by the asd files.
-
- Apr 12, 2010
-
-
Francois-Rene Rideau authored
Add tests for configuration files. Also export enable-asdf-binary-locations-compatibility.
-
- Apr 05, 2010
-
-
Francois-Rene Rideau authored
as destination from output-translations, plus usage by default for jars in ABCL.
-
- Mar 23, 2010
-
-
Francois-Rene Rideau authored
Move test results in tmp/ directory.
-
Francois-Rene Rideau authored
be more clever about recompiling asdf.lisp, and include implementation version in output-translations.
-
- Mar 21, 2010
-
-
Francois-Rene Rideau authored
-
- Mar 19, 2010
-
-
Robert P. Goldman authored
-
- Mar 18, 2010
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman 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,
-
Francois-Rene Rideau authored
which one of my previous refactorings broke. (Thanks to Mark Evenson)
-
- Mar 16, 2010
-
-
Francois-Rene Rideau authored
(found by the pathname-test in ecl)
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fix ECL compilation workaround.
-
Francois-Rene Rideau authored
-
- Mar 15, 2010
-
-
Francois-Rene Rideau authored
Add janderson's pathname test script to our test suite.
-
Francois-Rene Rideau authored
Treat :unspecific specially in merge-pathnames wrt logical-pathnames, use it in split-name-type. Add protocol to short-circuit output translation. Some updates to the documentation manual. Add testing support for gclcvs (though it currently fails bigtime). Refactor run-tests to to remove need to know $fasl_ext.
-
- Mar 13, 2010
-
-
Francois-Rene Rideau authored
More documentation updates. More uses of merge-pathnames*.
-
- Mar 11, 2010
-
-
Francois-Rene Rideau authored
-
- 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.
-
Francois-Rene Rideau authored
-