- 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
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also rename make-library-system to make-prebuilt-system.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Move code around a bit and rename a few variables, but no real code change.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, use values-list instead of apply 'values.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Sep 19, 2016
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
XCVB is dead. Long live ASDF 3!
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
Fix require some more This replaces !20 with a new branch name, to account for the widening in purpose. See merge request !21
-
- Sep 18, 2016
-
-
Francois-Rene Rideau authored
Make it more robust on various CLISP, ECL, MKCL, SBCL: disable the source-registry so ASDF won't override a module with a system, try harder to find modules that will be provided by the implementation.
-