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
3a87a01b
Commit
3a87a01b
authored
10 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
ssh://common-lisp.net/project/asdf/public_html/asdf
parents
6cf127a5
4f3907f3
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
doc/asdf.texinfo
+4
-4
4 additions, 4 deletions
doc/asdf.texinfo
with
4 additions
and
4 deletions
doc/asdf.texinfo
+
4
−
4
View file @
3a87a01b
...
...
@@ -1054,8 +1054,8 @@ This section begins with an example of a system definition,
then gives the full grammar of @code
{
defsystem
}
.
Let's look at a simple system.
This is a complete file that
w
ould
should be saved as @file
{
hello-lisp.asd
}
(in order that ASDF can find it
This is a complete file that
sh
ould
be saved as @file
{
hello-lisp.asd
}
(in order that ASDF can find it
when ordered to operate on the system named @code
{
"hello-lisp"
}
).
@c FIXME: the first example should have an outside dependency, e.g.,
...
...
@@ -1085,7 +1085,7 @@ helps make interactive development of @code{defsystem} forms behave in
the same was as when these forms are loaded by ASDF. If that's enough
for you, skip the rest of this item. Otherwise read on for the gory details.
If your file is loaded by ASDF 3, it will be loaded into the
If your file is loaded by ASDF 3, it will be loaded into the
@code
{
asdf-user
}
package. The @code
{
in-package
}
form
will ensure that the system definition is read the
same as within ASDF when you load it interactively with @code
{
cl:load
}
.
...
...
@@ -1097,7 +1097,7 @@ Recent versions of SLIME (2013-02 and later) know to do that.
@item
You can always rely on symbols
from both package @code
{
asdf
}
and @code
{
common-lisp
}
being available in
@code
{
.asd
}
files --
@code
{
.asd
}
files --
most importantly including @code
{
defsystem
}
.
@c FIXME: the following should be inserted in a more advanced
...
...
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