- 25 Feb, 2016 1 commit
-
-
Robert Goldman authored
-
- 22 Feb, 2016 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 31 Jan, 2016 1 commit
-
-
Robert Goldman authored
-
- 30 Jan, 2016 1 commit
-
-
Robert Goldman authored
Pushed out some details about output into the FAQ. Refocused on the standard three functions, LOAD-SYSTEM, COMPILE-SYSTEM, and TEST-SYSTEM, while still introducing REQUIRE-SYSTEM (which I find interacts with REQUIRE in odd ways on at least some CL implementations), and MAKE.
-
- 28 Jan, 2016 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
François-René Rideau authored
Performance optimisation for COPY-STREAM-TO-STREAM
-
Elias Mårtenson authored
Previously, the buffer was reallocated for every block copied. This change ensures that the same buffer is being reused.
-
- 12 Jan, 2016 9 commits
-
-
Francois-Rene Rideau authored
Notably update inferior-shell to 2.0.3.4 to make allegro happier with it. Also update closer-mop, fare-mop, fare-utils while we're at it.
-
Francois-Rene Rideau authored
"Everything" is only ever but explicitly requested systems and dependencies thereof. Fixes https://bugs.launchpad.net/asdf/+bug/1532586
-
Francois-Rene Rideau authored
Fix https://bugs.launchpad.net/asdf/+bug/1532609 Also introduce @defun nodes for load-system, compile-system, test-system, require-system, make.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Don't rebuild asdf-tools everytime, but build it once, hopefully while asdf is working. Update README: asdf-tools has to be explicitly rebuilt after update.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Use a version of cl-scripting that has fixed without-stopping, and a slightly different interface, with :fail-fast nil replaced by :muffle-failures t. Update version requirements for other asdf-tools dependencies.
-
Francois-Rene Rideau authored
* Don't recurse into a directory that has a .cl-source-registry.cache, but include the contents of the sub*directory's cache. * Prefer *shorter* paths, not longer ones (!)
-
- 10 Jan, 2016 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 08 Jan, 2016 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Fixes lp#1531887, whereby some actions all dependencies of which were already done would be given the wrong timestamp after perform, and every plan tried to do them anew.
-
- 07 Jan, 2016 2 commits
-
-
Francois-Rene Rideau authored
Also add one for SCL, but it's untested.
-
Francois-Rene Rideau authored
-
- 04 Jan, 2016 3 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
* cmucl-user-homedir-pathname: test for USER-HOMEDIR-PATHNAME cmucl issue. USER-HOMEDIR-PATHNAME patch for CMUCL.
-
Robert Goldman authored
-
- 03 Jan, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Dec, 2015 4 commits
-
-
Robert Goldman authored
Provided by Raymond Toy.
-
Francois-Rene Rideau authored
-
Robert Goldman authored
ASDF/COMMON-LISP was referenced, but the proper package name is UIOP/COMMON-LISP.
-
Robert Goldman authored
-
- 19 Dec, 2015 1 commit
-
-
Robert Goldman authored
By default, ASDF building and testing should rely on the libraries provided as submodules in the ext/ subdirectory.
-
- 05 Dec, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Eric Timmons authored
Package inferred systems now inherit around-compile from their top-level system. Added test in package-inferred-system-test suite.
-
Francois-Rene Rideau authored
-
- 01 Dec, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Undelete function load-sysdef, which must continue to exist as long as people use the current version of SLIME (to be fixed imminently as of 2015-12-01), though it is OK for it to just issue an error. Indeed, swank-asdf supposes that any backward-compatibility function it defines will exist forever, by unconditionally calling fdefinition on them. Now, it depends on load-asd, the backward-compatible definition of which (for asdf older than 2.26.149) depends on load-sysdef, that it also defines for versions older than 2.16.
-
- 29 Nov, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
It's used by swank-asdf.
-