- Mar 02, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Tweak the web page. Update debian information.
-
Francois-Rene Rideau authored
Also for CCL, ECL, LispWorks, SCL (and probably CMUCL if we didn't punt). On the other hand, since we now punt on upgrading from ASDF1, we can safely remove the old uninterned symbol list.
- Mar 01, 2014
-
-
Francois-Rene Rideau authored
* only frob symbols when upgrading from before *oldest-forward-compatible-asdf-version* * allow individual when-upgrade to override which version they apply to. * tell SBCL to unintern bundle-op on old versions, because the redefinition causes an interim circularity with a not-yet-redefined subclass, for which SBCL preemptively raises an error.
-
Francois-Rene Rideau authored
-
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???
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Testing the latest cl-launch with ECL showed massive bitrot in the bundle support for ECL. * Make better use of ASDF3's class hierarchy in redefining asdf/bundle, by removing and adding the mixins: goodbye bundle-compile-op and monolithic-, hello link-op and gather-op. Also, reinstate bundle-system as a class to hold prologue and epilogue (but do we need these, now with portable ASDF3 image support?) * rename binary-op to deliver-asd-op, same for monolithic- * Introduce image-op as a superclass of program-op, for dumping an executable image with the regular top-level. * Redo the way operation flags are or aren't propagated: gather-op explicitly does not pass the flags, so toplevel options are for the toplevel build only -- though they belong to the system, not the operation. Therefore get rid of no-ld-flags-op -- if there are flags to pass, they should be passed explicitly in gather-op; or more likely, they might be slots in the system, or the plan, or special variables for the current session. OPERATE tries harder to preserve the original-initargs, which are not clobbered by asdf/bundle's initialize-instance anymore. * Punt for command-line-arguments on LispWorks, so the user has a slight chance of setting them.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Move a few items to TODO. Tweaks.
-
Francois-Rene Rideau authored
upgrade the implementation, or else upgrade (install) the ASDF module. Other minor clarifications.
- Feb 28, 2014
-
-
Francois-Rene Rideau authored
that you can (require "asdf") from your old implementation. Update bin/asdf-builder so it can be run by cl-launch.
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Partial restructuring of introductory material. Node structure is still messed up.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-