Skip to content
Snippets Groups Projects
Commit 90fab315 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

README: a note about using asdf-tools

parent e665784d
No related branches found
No related tags found
No related merge requests found
...@@ -153,8 +153,8 @@ To run only the regression test scripts, try simply: ...@@ -153,8 +153,8 @@ To run only the regression test scripts, try simply:
make l=$L test-scripts make l=$L test-scripts
Debugging tip Debugging it
------------- ------------
To interactively debug ASDF, you may load it in such a way that `M-.` will work, To interactively debug ASDF, you may load it in such a way that `M-.` will work,
by installing the source code, and running: by installing the source code, and running:
...@@ -168,6 +168,15 @@ Note that the above can be adapted in a general recipe to get all the files in a ...@@ -168,6 +168,15 @@ Note that the above can be adapted in a general recipe to get all the files in a
To also have the files in systems it transitively depends on, add the `:other-systems t` keyword To also have the files in systems it transitively depends on, add the `:other-systems t` keyword
argument to the call to `asdf::required-components`. argument to the call to `asdf::required-components`.
To interactively use the `asdf-tools`, you need to either have
all its dependencies installed and configured.
If you're using them through the `ext/` directory and `make ext`,
then you may need to emulate what the script in [tools/asdf-tools](tools/asdf-tools) does
with respect to initializing the source-registry.
Note that it also declares a system for `cl-launch/dispatch`;
you can either do something similar, or expand the source for `cl-launch` with
`make -C ext/cl-launch source` so `cl-launch.asd` will be created.
What has changed? What has changed?
----------------- -----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment