- 16 Oct, 2017 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 15 Oct, 2017 4 commits
-
-
Francois-Rene Rideau authored
Undo all changes that implement basic-prepare-op, cl-reading-op, and binding of syntax around perform'ance of cl-reading-op. Note that these changes depend on with-action-context, which was reverted in the previous commit regarding per-system variable bindings. These reversals are made in view of making a minimal change towards syntax control, and may be reversed again in some future. A rollback of this commit is expected at some indefinite point in the future.
-
Francois-Rene Rideau authored
Undo all changes that implement per-system special bindings, whereby a set of syntax variables are set to known values around actions concerning a system. This reversal is made in view of making a minimal change towards syntax control, and may be reversed again in some future. A rollback of this commit is expected at some indefinite point in the future.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
From lisp-action.lisp to uiop/eval.lisp. Also replace standard-eval-thunk by a new shared-eval-thunk.
-
- 13 Oct, 2017 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
These utilities are not currently used; they can be reinstated later if needed. fwrap was for composing a list of wrapper functions, except that the last was the special case function to be wrapped. Better to just (define and) use compose, with funcall (or call-function) as the base case. table-alist was as the name implies, and was intended to help go between internal table representations and external alist representations of per-system variables.
-
- 12 Oct, 2017 6 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
Preserve syntax tables in perform define-op See merge request !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.
-
- 08 Oct, 2017 1 commit
-
-
Francois-Rene Rideau authored
-
- 06 Oct, 2017 6 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- 19 Sep, 2017 1 commit
-
-
Robert Goldman authored
Add a period to make 'makeinfo' happy.
-
- 14 Sep, 2017 1 commit
-
-
Elias Pipping authored
Improve %process-status See merge request !80
-
- 11 Sep, 2017 2 commits
-
-
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 cmucl/cmucl#41
-
- 06 Sep, 2017 5 commits
-
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
- 02 Sep, 2017 2 commits
-
-
Francois-Rene Rideau authored
LispWorks: Document logic behind the process field See merge request !78
-
Elias Pipping authored
-
- 01 Sep, 2017 5 commits
-
-
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).
-
- 30 Aug, 2017 1 commit
-
-
Robert Goldman authored
Update comment based on Chun Tian's RMCL test. No code change.
-
- 22 Aug, 2017 1 commit
-
-
Francois-Rene Rideau authored
-