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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Tarn Burton
asdf
Commits
465c86f8
Commit
465c86f8
authored
14 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Added :if-component-dep-fails to the grammar discussion.
parent
fdf0180a
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
+17
-0
17 additions, 0 deletions
doc/asdf.texinfo
with
17 additions
and
0 deletions
doc/asdf.texinfo
+
17
−
0
View file @
465c86f8
...
...
@@ -795,6 +795,10 @@ For more details on what these methods do, @pxref{Operations} in
@comment node-name, next, previous, up
@section The defsystem grammar
@c This discussion does not distinguish the options that are only
@c appropriate for modules (see the discussion in the object model part of
@c the manual). We should fix this. [2010/10/15:rpg]
@example
system-definition := ( defsystem system-designator @var
{
option
}
* )
...
...
@@ -808,6 +812,8 @@ option := :components component-list
| :depends-on ( @var
{
dependency-def
}
* )
| :serial [ t | nil ]
| :in-order-to ( @var
{
dependency
}
+ )
| :if-component-dep-fails component-dep-fail-option
component-list := ( @var
{
component-def
}
* )
...
...
@@ -834,8 +840,12 @@ pathname-specifier := pathname | string | symbol
method-form := (operation-name qual lambda-list @
&
rest body)
qual := method qualifier
component-dep-fail-option := :fail | :try-next | :ignore
@end example
@subsection Component names
Component names (@code
{
simple-component-name
}
)
...
...
@@ -1031,6 +1041,13 @@ and @code{*load-truename*} is currently unbound
from within an editor without clobbering its source location)
@end itemize
@subsection if-component-dep-fails option
This option is only appropriate for module components (including
systems), not individual source files.
For more information about this option, @pxref
{
Pre-defined subclasses of component
}
.
@node Other code in .asd files, , The defsystem grammar, Defining systems with defsystem
@section Other code in .asd files
...
...
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