- Mar 01, 2014
-
-
Francois-Rene Rideau authored
Fix some issues with SCL: * it doesn't like run-program from a modified directory? * it somehow pushes :non-base-chars-exist-p even though +non-base-chars-exist-p+ is NIL???
-
- Jan 14, 2014
-
-
Francois-Rene Rideau authored
Also decline to "upgrade" to very same version, but without warning. Add a regression test. You can see the test fail with old versions, with e.g. cat build/asdf-3.0.3.lisp > build/asdf.lisp ; make t l=ccl t=test-sysdef-asdf.script Also tweak ensure-gethash to return two values, and add tests.
-
- Dec 20, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 20, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 18, 2013
-
-
Francois-Rene Rideau authored
Its place is another library, in the keyword package, or using (uiop-debug), in the current package.
-
Francois-Rene Rideau authored
-
- Nov 15, 2013
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
Francois-Rene Rideau authored
Define the :DBG macro, so it's ubiquitously available for print-debugging. Define and export nest, so it's always there to prevent indentation drift. Tweak restore-image again for better handling of *lisp-interaction*. Update docstrings for define-package. Define %process-info-pid.
-
- Nov 12, 2013
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
Francois-Rene Rideau authored
-
- Nov 03, 2013
-
-
Francois-Rene Rideau authored
(Patch by Mark Evenson which fixes support on ABCL.)
-
- Oct 14, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Oct 12, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 09, 2013
-
-
Francois-Rene Rideau authored
-
- Oct 08, 2013
-
-
Francois-Rene Rideau authored
-
- Sep 30, 2013
-
-
Francois-Rene Rideau authored
Also, don't use *earmuffs*, but a $ prefix for $cr, $lf, $crlf, for these are not "variables" but "constants", except that defconstant won't work portably on strings, so no +glitter+.
-
- Sep 28, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* have run-program on ECL on SLIME. * remove now unnecessary &allow-other-keys from slurp-input-stream and vomit-output-stream. * add stripln and :stripped t support to slurp-input-stream string. * add convenience functions println and writeln.
-
- Sep 23, 2013
-
-
Francois-Rene Rideau authored
instead returned ("") or (NIL), which in turn causes getenv-pathnames to fail, and eventually (default-source-registry) failed to properly default in absence of XDG_DATA_DIRS, which itself breaks Debian installations. Big oops.
-
- Sep 16, 2013
-
-
Francois-Rene Rideau authored
-
- Apr 16, 2013
-
-
Francois-Rene Rideau authored
export sequential-plan; recognize original-initargs as exported but not defined (slot name); don't error while testing for not-defined-yet type (helps POIU when symbol exists but not type); reindent a clause of compute-action-stamp.
-
- Mar 20, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 19, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Some test script tweaks.
-
- Mar 17, 2013
-
-
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.
-
- Mar 12, 2013
-
-
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.
-
- Mar 09, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 03, 2013
-
-
Francois-Rene Rideau authored
-
- Feb 27, 2013
-
-
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.
-
- Feb 18, 2013
-
-
Francois-Rene Rideau authored
-
- Feb 06, 2013
-
-
Francois-Rene Rideau authored
Also, decouple with-muffled-compiler-condtions from with-saved-deferred-warnings.
-
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
Also, decouple with-muffled-compiler-condtions from with-saved-deferred-warnings.
-
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 #+.
-
- Jan 29, 2013
-
-
Francois-Rene Rideau authored
ENSURE-EXPORTED was exporting the wrong symbol via EXPORT*. Also, backward compatibility with systems (i.e. cxml) that directly access the relative-pathname slot of a system the ASDF 1 way, instead of using system-relative-pathname. Eliminate the last use of merge-pathnames.
-
Francois-Rene Rideau authored
Also, move some functions from stream to filesystem where they belong.
-
Francois-Rene Rideau authored
Also, load .asd files in a with-standard-io-syntax. Export and tweak required-components. CMUCL now can hot upgrade from ASDF 2.018 and later. Simple documentation updates.
-
Francois-Rene Rideau authored
Make it run even if ASDF wasn't upgraded via upgrade-asdf.
-