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
50e98dab
Commit
50e98dab
authored
15 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Minor updates to README.asdf-output-translations
parent
ad21a95a
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
README.asdf-output-translations
+8
-6
8 additions, 6 deletions
README.asdf-output-translations
with
8 additions
and
6 deletions
README.asdf-output-translations
+
8
−
6
View file @
50e98dab
...
...
@@ -246,8 +246,11 @@ Output location API
The specified functions are exported from package ASDF.
(initialize-output-translations)
(initialize-output-translations
parameter
)
will read the configuration and initialize all internal variables.
You can provide a parameter which is NIL, a configuration SEXP,
a configuration string, a pathname to load, or a symbol fbound
to a function that returns one of the previous.
(clear-output-translations)
undoes any output location configuration
...
...
@@ -259,12 +262,11 @@ The specified functions are exported from package ASDF.
systems defined in the current image, only about
where to look for systems not yet defined.
(ensure-output-translations)
(ensure-output-translations
parameter
)
checks whether output translations have been initialized.
If not, initialize them.
This function will be called before any attempt to operate on a system.
If your application wants to override the provided defaults,
it will have to use the below function process-output-translations.
If not, initialize them with given parameter.
This function will be called before any attempt to operate on a system
(with a parameter NIL).
(apply-output-translations PATHNAME)
Applies the configured output location translations to PATHNAME
...
...
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