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
Hugo Ishimaru
asdf
Commits
f17626c5
Commit
f17626c5
authored
15 years ago
by
Robert P. Goldman
Committed by
Gary King
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added note about link farms.
Added a remark about link farms and a "link farm" entry into the concept index.
parent
91a66e45
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
asdf.texinfo
+6
-0
6 additions, 0 deletions
asdf.texinfo
with
6 additions
and
0 deletions
asdf.texinfo
+
6
−
0
View file @
f17626c5
...
@@ -144,6 +144,7 @@ and how to extend ASDF.
...
@@ -144,6 +144,7 @@ and how to extend ASDF.
@comment node-name, next, previous, up
@comment node-name, next, previous, up
@chapter Using ASDF
@chapter Using ASDF
@vindex *central-registry*
@vindex *central-registry*
@cindex link farm
@findex load-system
@findex load-system
@findex compile-system
@findex compile-system
@findex test-system
@findex test-system
...
@@ -221,6 +222,11 @@ $ cd /home/me/cl/systems/
...
@@ -221,6 +222,11 @@ $ cd /home/me/cl/systems/
$
ln -s ~/src/foo/foo.asd .
$
ln -s ~/src/foo/foo.asd .
@end example
@end example
Previous versions of the ASDF manual suggested that users create a
directory in their @code
{
*central-registry*
}
that would act as a ``link
farm.'' However, this method may cause problems if you work on multiple
lisp projects that contain different mixes of ASDF libraries.
The variable @code
{
asdf:*central-registry*
}
is a list of ``system
The variable @code
{
asdf:*central-registry*
}
is a list of ``system
directory designators''@footnote
{
When we say ``directory'' here, we
directory designators''@footnote
{
When we say ``directory'' here, we
mean ``designator for a pathname with a supplied DIRECTORY
mean ``designator for a pathname with a supplied DIRECTORY
...
...
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