- 14 Jul, 2010 2 commits
-
-
Francois-Rene Rideau authored
Update debian configuration and documentation.
-
Francois-Rene Rideau authored
-
- 13 Jul, 2010 2 commits
-
-
Francois-Rene Rideau authored
Merge branch 'master' of http://common-lisp.net/project/asdf/asdf into release Conflicts: asdf.lisp
-
Francois-Rene Rideau authored
Thanks to Nathan Bird. See https://bugs.launchpad.net/asdf/+bug/485918
-
- 06 Jul, 2010 1 commit
-
-
Francois-Rene Rideau authored
Fixes https://bugs.launchpad.net/asdf/+bug/590509
-
- 04 Jul, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 Jul, 2010 1 commit
-
-
Francois-Rene Rideau authored
Using the FFI prevents the file from being loaded as source.
-
- 26 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 25 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 24 Jun, 2010 5 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
This puts the code in line with rpg's latest documentation.
-
Robert P. Goldman authored
Added docstrings for *compile-file-warnings-behaviour* and *compile-file-failure-behaviour*.
-
Francois-Rene Rideau authored
which remove annoying compiler notes when loading from source under SBCL.
-
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.
-
- 22 Jun, 2010 2 commits
-
-
-
Francois-Rene Rideau authored
Also, update compatible versions for cl-launch and common-lisp-controller.
-
- 20 Jun, 2010 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 19 Jun, 2010 5 commits
-
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
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.
-
Francois-Rene Rideau authored
any implementation that doesn't automatically filter out "" from the directory components of a pathname.
-
- 16 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
Clean up a test script.
-
- 09 Jun, 2010 3 commits
-
-
-
Francois-Rene Rideau authored
*default-component-class* (thanks to Stelian Ionescu).
-
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.
-
- 08 Jun, 2010 1 commit
-
-
Robert P. Goldman authored
-
- 04 Jun, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 31 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
Bump versions in code and documentation.
-
- 26 May, 2010 2 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 25 May, 2010 1 commit
-
-
Robert P. Goldman authored
-
- 21 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
let said handle the NIL case silently. This fixes a failure at compiling usocket without otherwise breaking our test suite. Remove compilation notes under SBCL. Remove markdown in docstrings.
-
- 20 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
This means that libraries can always depend on :asdf as a system, and either a user-configured ASDF will be picked, or the system-provided ASDF will volunteer itself. Also, tweak the declaims to hush SBCL.
-
- 19 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
when loading asdf.lisp from source on SBCL.
-
- 18 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
Also pointed out by pjb, current-directory needs not be anything like the OS current directory. Renaming to default-directory.
-
- 15 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 14 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
:exclude statements only affect the current configuration file or expression. :also-exclude adds to the exclusions rather than replace the defaults. Thanks to szergling.
-
- 12 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
(by rtoym's request)
-