- Oct 12, 2017
-
-
Robert Goldman authored
-
Robert Goldman authored
Preserve syntax tables in perform define-op See merge request asdf/asdf!85
-
Francois-Rene Rideau authored
ASDF 3.3.0 introduced an unwanted discrepancy from 3.2.1, whereby the readtable and print-pprint-dispatch table were not preserved while loading a .asd file, which caused bad libraries like puri to try to corrupt the standard readtable when loaded as defsystem-depends-on dependency or equivalent. See bug report on the asdf-devel mailing-list. The real solution is to redo the syntax-control branch.
- Oct 08, 2017
-
-
Francois-Rene Rideau authored
-
- Oct 06, 2017
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- Sep 19, 2017
-
-
Robert Goldman authored
Add a period to make 'makeinfo' happy.
-
- Sep 14, 2017
-
-
Elias Pipping authored
Improve %process-status See merge request !80
-
- Sep 11, 2017
-
-
Elias Pipping authored
Fix process-alive-p on upcoming ECL release See merge request !79
-
Elias Pipping authored
The next ECL release after 16.1.3 will have :resumed. -> See also https://gitlab.com/embeddable-common-lisp/ecl/issues/273 Moreover (even though these lisps have dedicated process-alive-p functions and are thus not currently affected: The next SBCL release after 1.3.21 will have :continued -> See also https://sourceforge.net/p/sbcl/sbcl/ci/5ff75f6/ The next CMUCL release after 21b will have :continued -> See also https://gitlab.common-lisp.net/cmucl/cmucl/issues/41
-
- Sep 06, 2017
-
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
- Sep 02, 2017
-
-
Francois-Rene Rideau authored
LispWorks: Document logic behind the process field See merge request !78
-
Elias Pipping authored
-
- Sep 01, 2017
-
-
Robert Goldman authored
This has never worked, so am just disabling it until we add an "expected failure" feature to our script-support.
-
Robert Goldman authored
At least versions of lispworks fail on DEFTYPE nested in EVAL-WHEN :COMPILE-TOPLEVEL. This removes that on Lispworks.
-
Robert Goldman authored
Fix a warning for LispWorks on windows See merge request !77
-
Francois-Rene Rideau authored
Steven Nunez found that Genera adds its own magic initargs.
-
Elias Pipping authored
This warning causes the test suite not to compile -- an issue that was reported by Chun Tian (user binghe on github).
-
- Aug 30, 2017
-
-
Robert Goldman authored
Update comment based on Chun Tian's RMCL test. No code change.
-
- Aug 22, 2017
-
-
Francois-Rene Rideau authored
-
- Aug 21, 2017
-
-
Robert Goldman authored
-
- Aug 01, 2017
-
-
Francois-Rene Rideau authored
ecl: create-image: don't call internal function compute-init-name See merge request !76
-
- Jul 30, 2017
-
-
Robert Goldman authored
Add support for proper phase separation See merge request !37
-
- Jul 26, 2017
-
-
Francois-Rene Rideau authored
Use :recycle of :asdf/find-system in :asdf/source-registry to migrate symbol initialize-source-registry that moved from that previous packages (otherwise, upgrade from 3.2.1 breaks on all lisps). Also :recycle :asdf/action in :asdf/plan for required-components and traverse-action. But avoid interning plan in asdf/action so it doesn't confuse clisp when upgrading from 2.26(!).
-
- Jul 24, 2017
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Group the commands in ( parentheses ) including the optional chdir. Update the test-run-program.script.
-
Francois-Rene Rideau authored
Fix upgrade on ABCL, that failed to properly process the fact that initialize-source-registry had moved from asdf/find-system to asdf/source-registry, yet was called in a cleanup function. Fix upgrade on ECL, that failed to correctly process that find-component was fmakunbound. It also seems to clear *central-registry* in some upgrade scenarios (that also moved from find-system to system-registry). Tweak script-support to not unconditionally frob-packages when ASDF isn't loaded yet, and to not include the asdf directory when loading and testing only UIOP.
-
- Jul 23, 2017
-
-
Francois-Rene Rideau authored
This provides for backward compatibility with ECL, whose current maintainer Daniel K. has decided to keep supporting the make-build interface and has forked ASDF for that.
-
- Jul 21, 2017
-
-
Daniel Kochmański authored
It is wrong to call this function. If :init-name is not supplied, or NIL ECL will compute the init name itself (it is not a new mechanism). Enabling specifying init-name makes it possible to build static and shared libraries with known initialization function (important, when CL module is linked with bigger C/C++ project outside ASDF). If :init-name is NIL, it will default to compute-init-name internally. Calling explicitly is not guaranteed to work in the future (internal mechanism).
-
Francois-Rene Rideau authored
Update some packages so #+ecl forms can see symbols they need. Make sure uiop and/or asdf have linkable output before to link them. Fix test-program to account for recent asdf changes.
-
Francois-Rene Rideau authored
-