- Sep 25, 2016
-
-
Robert Goldman authored
The code for %POSIX-SEND-SIGNAL -- which isn't invoked on Windows anyway, was crashing on Windows build -- because of differences in function signatures on CCL Windows/other. Fixed this by simply making %POSIX-SEND-SIGNAL a stub on Windows. I couldn't remove it altogether, because deciding whether to invoke it is a decision made at run-time, not compile-time.
-
Elias Pipping authored
-
- Sep 24, 2016
-
-
Elias Pipping authored
Even though the LispWorks documentation says otherwise, at least on Unix, run-shell-command does not accept file streams or socket streams
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
ECL: terminate-process will not work with ECL 16.1.2 and earlier
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
Previously, a process that was killed through signal 15 could have an exit code of 15, 143, or even "sigterm"
-
Elias Pipping authored
Some of the new features added here will not work on ABCL 1.3.3 and earlier.
-
Elias Pipping authored
-
Elias Pipping authored
This will not work on MKCL 1.1.9 and earlier
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
- Move parameter error handling for CLISP: Catches cases where :error-output is set to :output before it is normalized: normalization would fail because there is no corresponding case in the ectypecase clause. - Check for combinations that would eventually lead to errors
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
The :osi module e.g. currently appears to pull in :regexp2 and thus :yacc as dependencies. Consequently, any code that uses the :osi module (e.g. by calling excl.osi:kill) will have the :osi module loaded. The :sax module, in contrast, is far less likely to be pulled in by accident, making test-require more robust on allegro.
-
- Sep 23, 2016
-
-
Robert Goldman authored
Skip a test that randomly fails on MKCL This part of test-force was only added after 3.1.7.16 and marked as an expected failure on MKCL even before 3.1.7.18. See merge request !26
-
Elias Pipping authored
This part of test-force was only added after 3.1.7.16 and marked as an expected failure on MKCL even before 3.1.7.18.
-
- Sep 22, 2016
-
-
Robert Goldman authored
Doc update I'm slowly proofreading the code of ASDF and adding more comments and docstrings. That will take a few weeks to complete. Here is what I have so far. You may merge at any point. This branch ought to not modify any code as such, only comments, docstrings, manual sections, and other non-code-generating parts of the repository. See merge request !24
-
Francois-Rene Rideau authored
-
Robert Goldman authored
There was a kind of sentence fragment in a comment to PLAN-TRAVERSAL DEFCLASS. I tried to clarify it. I may have guessed wrong about its intended meaning.
-
Robert Goldman authored
See note on GitLab. We say we are using a macro, but then we don't???
-
Robert Goldman authored
I'm not convinced that this is a good idea, but if it's the direction we are going, we must put the requirement in the docstring, instead of hiding it in comments.
-
Robert Goldman authored
Mostly just punctuation, etc. One bigger change: the previous draft talked about "evaluating" load time and compile-time effects. I replaced that with "applying," because to me "evaluation" connotes functional operations (computing a value), and most of these effects are actually mutations of program state.
-
Robert Goldman authored
-
Robert Goldman authored
- Sep 21, 2016
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- Sep 20, 2016
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-