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
aa72f9cd
Commit
aa72f9cd
authored
10 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Renamed nodes to avoid duplicate names.
parent
0833af86
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
+21
-21
21 additions, 21 deletions
doc/asdf.texinfo
with
21 additions
and
21 deletions
doc/asdf.texinfo
+
21
−
21
View file @
aa72f9cd
...
...
@@ -192,13 +192,13 @@ Introspection
Controlling where ASDF saves compiled files
* Configurations::
* Backward Compatibility::
* Configuration DSL::
* Configuration Directories::
* Shell-friendly syntax for configuration::
*
Output
Configurations::
*
Output
Backward Compatibility::
*
Output
Configuration DSL::
*
Output
Configuration Directories::
*
Output
Shell-friendly syntax for configuration::
* Semantics of Output Translations::
* Caching Results::
*
Output
Caching Results::
* Output location API::
* Credits for output translations::
...
...
@@ -3364,18 +3364,18 @@ Since ASDF 2, ASDF includes the @code{asdf-output-translations} facility
to mitigate the problem.
@menu
*
Configurations::
*
Backward Compatibility::
*
Configuration DSL::
*
Configuration Directories::
*
Shell
-
friendly syntax for configuration::
*
Output
Configurations::
*
Output
Backward Compatibility::
*
Output
Configuration DSL::
*
Output
Configuration Directories::
*
Output
Shell
-
friendly syntax for configuration::
*
Semantics of Output Translations::
*
Caching Results::
*
Output
Caching Results::
*
Output location API::
*
Credits for output translations::
@end menu
@node Configurations, Backward Compatibility, Controlling where ASDF saves compiled files, Controlling where ASDF saves compiled files
@node
Output
Configurations,
Output
Backward Compatibility, Controlling where ASDF saves compiled files, Controlling where ASDF saves compiled files
@section Configurations
@c FIXME: Explain how configurations work: can't expect reader will have
...
...
@@ -3454,7 +3454,7 @@ output files and find they need to get familiar with output-translations
first.@footnote
{
A @code
{
CLEAN
-
OP
}
would be a partial solution to this problem.
}
@node Backward Compatibility, Configuration DSL, Configurations, Controlling where ASDF saves compiled files
@node
Output
Backward Compatibility,
Output
Configuration DSL,
Output
Configurations, Controlling where ASDF saves compiled files
@section Backward Compatibility
@cindex ASDF
-
BINARY
-
LOCATIONS compatibility
@c FIXME: Demote this section
--
the typical reader doesn't care about
...
...
@@ -3511,7 +3511,7 @@ Also, note that output translation is enabled by default.
To disable it, use @code
{
(
asdf:disable
-
output
-
translations
)
}
.
@node Configuration DSL, Configuration Directories, Backward Compatibility, Controlling where ASDF saves compiled files
@node
Output
Configuration DSL,
Output
Configuration Directories,
Output
Backward Compatibility, Controlling where ASDF saves compiled files
@section Configuration DSL
Here is the grammar of the SEXP DSL
...
...
@@ -3642,7 +3642,7 @@ which by default is the same as using
@end itemize
@node Configuration Directories, Shell
-
friendly syntax for configuration, Configuration DSL, Controlling where ASDF saves compiled files
@node
Output
Configuration Directories,
Output
Shell
-
friendly syntax for configuration,
Output
Configuration DSL, Controlling where ASDF saves compiled files
@section Configuration Directories
Configuration directories consist of files, each of which contains
...
...
@@ -3676,7 +3676,7 @@ or namestring in an @code{:include} directive, e.g.:
(
:include "
/
foo
/
bar
/
"
)
@end verbatim
@node Shell
-
friendly syntax for configuration, Semantics of Output Translations, Configuration Directories, Controlling where ASDF saves compiled files
@node
Output
Shell
-
friendly syntax for configuration, Semantics of Output Translations,
Output
Configuration Directories, Controlling where ASDF saves compiled files
@section Shell
-
friendly syntax for configuration
When considering environment variable @code
{
ASDF
_
OUTPUT
_
TRANSLATIONS
}
...
...
@@ -3698,7 +3698,7 @@ it indicates that the directory specified first is to be left untranslated
(
which has the same effect as if the directory had been repeated
)
.
@node Semantics of Output Translations, Caching Results, Shell
-
friendly syntax for configuration, Controlling where ASDF saves compiled files
@node Semantics of Output Translations,
Output
Caching Results,
Output
Shell
-
friendly syntax for configuration, Controlling where ASDF saves compiled files
@section Semantics of Output Translations
From the specified configuration,
...
...
@@ -3728,7 +3728,7 @@ If no match is found, return the source pathname.
may ensure that there will always be a match,
with same fall
-
through semantics
)
.
@node Caching Results, Output location API, Semantics of Output Translations, Controlling where ASDF saves compiled files
@node
Output
Caching Results, Output location API, Semantics of Output Translations, Controlling where ASDF saves compiled files
@section Caching Results
The implementation is allowed to either eagerly compute the information
...
...
@@ -3737,7 +3737,7 @@ every time, or to cache any part of it as it goes.
To explicitly flush any information cached by the system, use the API below.
@node Output location API, Credits for output translations, Caching Results, Controlling where ASDF saves compiled files
@node Output location API, Credits for output translations,
Output
Caching Results, Controlling where ASDF saves compiled files
@section Output location API
The specified functions are exported from package ASDF.
...
...
@@ -3871,7 +3871,7 @@ useful for system definition and development.
*
Some Utility Functions::
@end menu
@node Controlling file compilation, , Miscellaneous additional functionality, Miscellaneous additional functionality
@node Controlling file compilation,
Controlling source file character encoding
, Miscellaneous additional functionality, Miscellaneous additional functionality
@section Controlling file compilation
@cindex :around
-
compile
@cindex around
-
compile keyword
...
...
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