Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
63bd0754
Commit
63bd0754
authored
Sep 19, 2015
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak manual.
parent
94e487b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/asdf.texinfo
doc/asdf.texinfo
+5
-3
No files found.
doc/asdf.texinfo
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment