- 22 Sep, 2016 9 commits
-
-
Robert Goldman authored
-
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
-
- 21 Sep, 2016 2 commits
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- 20 Sep, 2016 20 commits
-
-
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
-
- 19 Sep, 2016 6 commits
-
-
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
-
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
-
- 18 Sep, 2016 1 commit
-
-
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.
-
- 17 Sep, 2016 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
SBCL cares about type declarations, and the declared ftype became a lie after allowing arbitrary component designators rather than only components in calls to mark-component-preloaded, which *sometimes* caused errors.
-