- 22 Sep, 2016 7 commits
-
-
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 3 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.
-
Francois-Rene Rideau authored
Make ENSURE-DIRECTORY-PATHNAME and TRUENAME* more robust in case MAKE-PATHNAME throws an error when trying to synthetize a pathname with components that the implementation considers invalid. Uncomment the proper definition of LISP-IMPLEMENTATION-DIRECTORY on CLISP, which now doesn't break asdf-pathname-test anymore.
-
- 16 Sep, 2016 1 commit
-
-
Robert Goldman authored
* 'master' of common-lisp.net:asdf/asdf: Define and use not-implemented-error and parameter-error Fix warning in test-require Bump version to 3.1.7.23 Include tests for require-system Let mark-component-preloaded accept any component designator.
-