- 07 Dec, 2012 1 commit
-
-
Francois-Rene Rideau authored
https://bugs.launchpad.net/asdf/+bug/479522 This used to be a glaring bug for most and a dubious "feature" for a few. Those few can nowadays reproduce their "feature" cleanly using :force-not if they want. Refactor the TRAVERSE protocol to fix the issue, notably replacing the special *forcing* by a lexical. Also fix another subtle bug whereby an unchanged dependency in a forced system could be re-compiled after being loaded. Kill many obsolete comments. Do :force and :force-not more cleanly, and fix the case where it's T.
-
- 06 Dec, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 02 Dec, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Nov, 2012 4 commits
-
-
Francois-Rene Rideau authored
Probably a CMUCL bug. See https://bugs.launchpad.net/asdf/+bug/1084644
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
factoring call-around-hook out of call-with-around-compile-hook.
-
- 27 Nov, 2012 1 commit
-
-
Francois-Rene Rideau authored
to this end, refactor operate with new variable *systems-being-operated* and new gf plan-operates-on-p. Remove obsolete asdf-ecl now superseded by asdf-bundle. Simplify a few functions.
-
- 29 Oct, 2012 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 17 Oct, 2012 1 commit
-
-
Francois-Rene Rideau authored
Fixes lp#1067617.
-
- 11 Oct, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 Oct, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Sep, 2012 1 commit
-
-
Francois-Rene Rideau authored
Indeed makes the code smaller and cleaner. Also #+mswindows sys:g-f-p for LW fasl's aren't cross-platform.
-
- 27 Sep, 2012 1 commit
-
-
Francois-Rene Rideau authored
Fix test on old clisp.
-
- 12 Sep, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 11 Sep, 2012 1 commit
-
-
Francois-Rene Rideau authored
Please use asdf-utils instead. Or use :: if you insist.
-
- 28 Aug, 2012 1 commit
-
-
Francois-Rene Rideau authored
Fixes: lp#1042691 (thanks, stassats)
-
- 25 Aug, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Aug, 2012 2 commits
-
-
Francois-Rene Rideau authored
-
Jean-Claude Beaudoin authored
-
- 07 Aug, 2012 2 commits
-
-
Francois-Rene Rideau authored
-
Kevin Layer authored
This fix is from Mr. Kiyoshi Mizumaru. It adds an "S" to the lisp-version-string in the ACL SMP case.
-
- 04 Aug, 2012 1 commit
-
-
Francois-Rene Rideau authored
based on code by MKCL's Jean-Claude Beaudoin.
-
- 31 Jul, 2012 1 commit
-
-
Jean-Claude Beaudoin authored
-
- 30 Jul, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Jul, 2012 2 commits
-
-
Francois-Rene Rideau authored
Tested: CCL, ECL, SBCL.
-
Jean-Claude Beaudoin authored
-
- 27 Jul, 2012 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Refactor load-system to use *load-system-operation*, and change require-system and module-provide-asdf to use that. * Remove broken-fasl-support: first, cormanlisp is supposed to have fixed it; second, cormanlisp is dead; third, one can now (setf *load-system-operation* 'load-source-op) instead. * Reindent default-source-registry * Fix a test in light of some previous package frobbing.
-
- 24 Jul, 2012 1 commit
-
-
Francois-Rene Rideau authored
modulo remarks sent on the mailing-list.
-
- 17 Jul, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Jun, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Jun, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Jun, 2012 1 commit
-
-
Francois-Rene Rideau authored
This allows for consistency check of .fasl output before the file can possibly be seen by other builds (i.e. no race condition).
-
- 12 Jun, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 May, 2012 1 commit
-
-
Francois-Rene Rideau authored
for which we do extra magic filtering. Should make Erik Pearson happy re lp#1000842.
-
- 16 May, 2012 2 commits
-
-
Francois-Rene Rideau authored
Thanks to Erik Pearson for prompt bug report.
-
Francois-Rene Rideau authored
-
- 15 May, 2012 1 commit
-
-
Francois-Rene Rideau authored
following discussion with Nikodemus on asdf-devel. Also, improve the way we test for upgrade. Disable upgrade test on cmucl from asdf 2.00*. Restore -i.bak flag in bump-version: it's actually needed.
-