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
8f7c4b3e
Commit
8f7c4b3e
authored
15 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
http://common-lisp.net/project/asdf/asdf
parents
f2d34c3f
0120313f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GNUmakefile
+7
-0
7 additions, 0 deletions
GNUmakefile
asdf.texinfo
+22
-4
22 additions, 4 deletions
asdf.texinfo
with
29 additions
and
4 deletions
GNUmakefile
+
7
−
0
View file @
8f7c4b3e
...
...
@@ -63,4 +63,11 @@ test-all: FORCE
sbcl
--userinit
/dev/null
--sysinit
/dev/null
--load
bin/make-helper.lisp
\
--eval
"(write-test-web-pages)"
--eval
"(quit)"
manual-html
:
asdf.texinfo
makeinfo
--html
asdf.texinfo
manual-info
:
asdf.texinfo
makeinfo asdf.texinfo
FORCE
:
This diff is collapsed.
Click to expand it.
asdf.texinfo
+
22
−
4
View file @
8f7c4b3e
...
...
@@ -4,6 +4,24 @@
@settitle ASDF Manual
@c
%**end of header
@c We use @
&
key, etc to escape
&
from TeX in lambda lists --
@c so we need to define them for info as well.
@macro
&
allow-other-keys
&
allow-other-keys
@end macro
@macro
&
optional
&
optional
@end macro
@macro
&
rest
&
rest
@end macro
@macro
&
key
&
key
@end macro
@macro
&
body
&
body
@end macro
@c for install-info
@dircategory Software development
@direntry
...
...
@@ -1013,8 +1031,8 @@ and easier than having them all be @code{EQL} methods.
Operations are invoked on systems via @code
{
operate
}
.
@anchor
{
operate
}
@deffn
{
Generic function
}
@code
{
operate
}
@var
{
operation
}
@var
{
system
}
@
code
{
&
rest
}
@var
{
initargs
}
@deffnx
{
Generic function
}
@code
{
oos
}
@var
{
operation
}
@var
{
system
}
@
code
{
&
rest
}
@var
{
initargs
}
@deffn
{
Generic function
}
@code
{
operate
}
@var
{
operation
}
@var
{
system
}
@
&
rest @var
{
initargs
}
@deffnx
{
Generic function
}
@code
{
oos
}
@var
{
operation
}
@var
{
system
}
@
&
rest @var
{
initargs
}
@code
{
operate
}
invokes @var
{
operation
}
on @var
{
system
}
.
@code
{
oos
}
is a synonym for @code
{
operate
}
.
...
...
@@ -1047,7 +1065,7 @@ They are invoked via the @code{operate} generic function.
(asdf:operate 'asdf:@var
{
operation-name
}
:@var
{
system-name
}
@
{
@var
{
operation-options ...
}
@
}
)
@end lisp
@deffn Operation @code
{
compile-op
}
@
code
{
&
key
}
@code
{
proclamations
}
@deffn Operation @code
{
compile-op
}
@
&
key @code
{
proclamations
}
This operation compiles the specified component.
If proclamations are supplied, they will be proclaimed.
...
...
@@ -1064,7 +1082,7 @@ does not necessarily load all the parts of the system, though;
use @code
{
load-op
}
to load a system.
@end deffn
@deffn Operation @code
{
load-op
}
@
code
{
&
key
}
@code
{
proclamations
}
@deffn Operation @code
{
load-op
}
@
&
key @code
{
proclamations
}
This operation loads a system.
...
...
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