- 26 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Useful for use with oprofile or perf.
-
- 24 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, stop trying to test asdf 1 on Allegro: it only brings grief for no good reason, since Allegro has been shipping ASDF 2 for some time.
-
- 20 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
TODO: make sense of the CCL code base and how function names and arguments are actually computed or used.
-
Francois-Rene Rideau authored
-
- 19 Mar, 2013 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Some test script tweaks.
-
Francois-Rene Rideau authored
-
- 18 Mar, 2013 6 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
for the effect on not translating its output-files. There ought to be a better way, but for the moment, that will do. An easy change would be that :build-operation actually specifies a list of operations (using ensure-list for backward compatibility).
-
- 17 Mar, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Rename sibling-operation sideway-operation, sibling-dependencies sideway-dependencies. No one in quicklisp was using the old name. Introduce selfward-operation for the common pattern. Have a prepare-fasl-op to gracefully propagate fasl-op. Reset component-depends-on when upgrading. Refactor concatenate-source-op in a likewise fashion.
-
Francois-Rene Rideau authored
* delete-empty-directory, delete-directory-tree, directory-exists-p, file-exists-p, copy-file * fix directory-files on clisp for files with type NIL * tests: fix assert-pathname-equal, assert-pathnames-equal, bad trace
-
- 15 Mar, 2013 3 commits
-
-
Francois-Rene Rideau authored
Indeed, CCL 1.8 keeps behaving badly with respect to setf method symbols. It might be a bug in ASDF or in CCL. CCL 1.9 comes with ASDF 3 anyway, so it doesn't matter. Just punt.
-
Francois-Rene Rideau authored
If system-a :depends-on (system-c ... system-b) and system-b :defsystem-depends-on (system-c), then system-c would have been loaded twice, first via the defsystem-depends-on, second via the plan for system-a which would have included the items from system-c before system-c was loaded. Also, allow an arbitrary number of qualifiers in inline-methods, not just 1 or 0. On CCL, don't punt on upgrade anymore: all tests are passing. Make UIOP compile on versions of ASDF older than 2.018. Finally, yet another tweak for run-program on Allegro on Windows.
-
Francois-Rene Rideau authored
-
- 14 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
debian: tweak Makefile, changelog, debian files.
-
- 12 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Always define dump-image and create-image, even if to throw an error. Add prepend-kernel argument to dump-image on CCL. Preserve keyword arguments and more in deferred warnings on CCL. Reindent split-string.
-
- 11 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, fix a warning message in lisp-build.
-
- 09 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
Can't seem to be able to fmakunbound in the same fasl as a definition.
-
Francois-Rene Rideau authored
ASDF 2.26 uses :want-directory where :ensure-directory is meant in the new parlance. Have ensure-directory be implicit in that case.
-
- 07 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
Tested with make u l=ecl_bytecodes ASDF_UPGRADE_TEST_TAGS="2.26 2.31" make u l=ecl ASDF_UPGRADE_TEST_TAGS="2.26 2.31"
-
Francois-Rene Rideau authored
Another issue with (setf output-translations).
-
- 06 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Mar, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Another pass package upgrade. Export FEATURE from correct package. Use package :asdf-user when reading file for version.
-
- 02 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
On CCL, we were trying to persist data that can't be written and read back regarding the specializers of context function and values of arguments. Now drop the information at the cost of slightly less precise warning messages. In 2.31.2, we failed to export FEATURE from asdf/operation, causing this compatibility feature to fail.
-
- 27 Feb, 2013 2 commits
-
-
Francois-Rene Rideau authored
add safe-read-from-string to support it.
-
Francois-Rene Rideau authored
If you let find-system inside with-system-definitions before you upgrade ASDF, you might have bad surprises when you upgrade then a previous definition survives.
-
- 26 Feb, 2013 3 commits
-
-
Francois-Rene Rideau authored
Use it to test (:feature :sbcl (:require :sb-posix)) and such.
-
Francois-Rene Rideau authored
Based on a patch by Stelian Ionescu.
-
Francois-Rene Rideau authored
-