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
Jan Moringen
asdf
Commits
63bd0754
Commit
63bd0754
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Tweak manual.
parent
94e487b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/asdf.texinfo
+5
-3
5 additions, 3 deletions
doc/asdf.texinfo
with
5 additions
and
3 deletions
doc/asdf.texinfo
+
5
−
3
View file @
63bd0754
...
...
@@ -1960,8 +1960,9 @@ by traversing the dependency graph using function @code{make-plan}.@footnote{
Historically, the function that built a plan was
called @code
{
traverse
}
, and returned a list of actions;
it was deprecated in favor of @code
{
make-plan
}
(that returns a plan object)
when the @code
{
plan
}
objects were introduced;
the old function is kept for backward compatibility and debugging purposes only.
when the @code
{
plan
}
objects were introduced with ASDF 3;
the old function is kept for backward compatibility and debugging purposes only,
and may be removed in the near future.
}
The resulting plan object contains an ordered list of @emph
{
actions
}
.
An action is a pair of an @code
{
operation
}
and a @code
{
component
}
,
...
...
@@ -1970,7 +1971,8 @@ The ordering of the plan ensures that no action is performed before
all its dependencies have been fulfilled.@footnote
{
The term @emph
{
action
}
was used by Kent Pitman in his article, ``The Description of Large Systems,''
(@pxref
{
Bibliography
}
).
(@pxref
{
Bibliography
}
),
and we suspect might be traced to @code
{
make
}
.
Although the term was only used by ASDF hackers starting with ASDF 2,
the concept was there since the very beginning of ASDF 1,
just not clearly articulated.
...
...
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