- 26 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 20 Dec, 2013 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
The return statement in search-for-system-definition goes awry. XCL is now officially not supported by ASDF3 (ASDF 2 might still work).
-
- 19 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
- 11 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
Make some run-program tests Unix-only that fail on Windows for semi-good reasons. Sleep 2 seconds instead of one in test-stamp-propagation, in case that makes things more stable.
-
- 04 Apr, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, better document *output-translation-function*
-
- 01 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Another pass package upgrade. Export FEATURE from correct package. Use package :asdf-user when reading file for version.
-
- 26 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
Based on a patch by Stelian Ionescu.
-
- 18 Feb, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
After testing by avodonosov, it was found this was needed to (un)reify deferred-warnings on CCL.
-
- 07 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
This is kind of a kluge: use slot-value in parse-component-form instead of a proper accessor. A better fix is required in the long term, but this will do for now.
-
- 06 Feb, 2013 2 commits
-
-
Francois-Rene Rideau authored
1- To make life easier on Xach, stop requiring asdf.lisp to be loaded as source before it's compiled. Instead, wrap each and every single form in an eval-when, most of the time via the with-upgradability macro that also transforms defun into defun* and defgeneric into defgeneric*. Causes massive reindentation :-( 2- Have a proper :version for fallback systems. Will make systems that check the version happier. 3- protect a condition with #+sb-eval. Fixes lp#1116408. 4- Protect warnings-file methods with dynamic when *warnings-file-type* rather than static #+.
-
Francois-Rene Rideau authored
1- To make life easier on Xach, stop requiring asdf.lisp to be loaded as source before it's compiled. Instead, wrap each and every single form in an eval-when, most of the time via the with-upgradability macro that also transforms defun into defun* and defgeneric into defgeneric*. Causes massive reindentation :-( 2- Have a proper :version for fallback systems. Will make systems that check the version happier. 3- protect a condition with #+sb-eval. Fixes lp#1116408. 4- Protect warnings-file methods with dynamic when *warnings-file-type* rather than static #+.
-
- 31 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
Add :website-url :bug-tracker-url :developers-email :long-name :source-control Remove unused symbols from some packages. Update some comments. Example uses in defsystem asdf/defsystem.
-
Francois-Rene Rideau authored
Also, tweak asdf.asd for more robust upgrade from ASDF earlier than 2.017, and fix script-support for upgrade from 2.019 and later. Make some test scripts more robust wrt pathname madness. Update TODO.
-
- 29 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, move some functions from stream to filesystem where they belong.
-
- 28 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Introduce some backward incompatibility with features unused in quicklisp: * Don't create a temporary package every time you load a .asd; instead, load everything from same package ASDF-USER, that :use's asdf/common-lisp asdf/package asdf/interface That's the Common Lisp way, what with COMMON-LISP-USER. If you want a private package, use DEFPACKAGE or DEFINE-PACKAGE. * operation-description is renamed action-description. No one was using it in quicklisp, and no one was specializing it except cl-protobufs, which I'll fix. * component-properties and component-property are gone. If you want a new property, create your own subclass of component. Also, have a load-asd function with name in keyword arguments, rather than load-sysdef function that requires the name.
-
- 24 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 22 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Have asdf/defsystem's bundle use asdf/driver's image.
-
- 19 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 13 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Package tweaks to make CLISP complain less. run-program/ and run-shell-command fixes and test updates. wildening fix to issue found by CLISP. ! is used by EXT on CLISP, so use !p for defparameter. More pathname madness for allegro. Better upgrade.
-
- 11 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Have a package-definition-form in defpackage format rather than ad-hoc package-data. Backtrace on clisp and ecl.
-
- 09 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
ECL output-files semantics has changed, so unintern the old one rather than conflict. Rename *compile-op-compile-file-function* to just *compile-file-function*. Factor all the lisp build perform's through perform-lisp-FOO, so they can be shared with concatenated targets that are not cl-source-file without fighting default methods and class inheritance.
-
- 05 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, fix make-pathname* to make CLISP happy. Uniformly use "backward-compat*" in comments. Rename operation-forced{,-not}-p to action-forced-p. Shuffle some functions around. Refactor operate into an :around and a regular method.
-
- 03 Jan, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-