Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Didier Verna
asdf
Commits
90fab315
Commit
90fab315
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
README: a note about using asdf-tools
parent
e665784d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-2
11 additions, 2 deletions
README.md
with
11 additions
and
2 deletions
README.md
+
11
−
2
View file @
90fab315
...
@@ -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 t
ip
Debugging
i
t
------------
-
------------
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?
-----------------
-----------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment