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
Didier Verna
asdf
Commits
00156980
Commit
00156980
authored
11 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Fix for
https://bugs.launchpad.net/asdf/+bug/1235091
.
parent
42871ad9
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
+4
-2
4 additions, 2 deletions
doc/asdf.texinfo
with
4 additions
and
2 deletions
doc/asdf.texinfo
+
4
−
2
View file @
00156980
...
@@ -732,10 +732,12 @@ Reminder: before ASDF can operate on a system, however,
...
@@ -732,10 +732,12 @@ Reminder: before ASDF can operate on a system, however,
it must be able to find and load that system's definition.
it must be able to find and load that system's definition.
@xref
{
Configuring ASDF,,Configuring ASDF to find your systems
}
.
@xref
{
Configuring ASDF,,Configuring ASDF to find your systems
}
.
@findex already-loaded-systems
For the advanced users, note that
For the advanced users, note that
@code
{
require-system
}
calls @code
{
load-system
}
@code
{
require-system
}
calls @code
{
load-system
}
with keyword arguments @code
{
:force-not (loaded-systems)
}
.
with keyword arguments @code
{
:force-not (
already-
loaded-systems)
}
.
@code
{
loaded-systems
}
returns a list of the names of loaded systems.
@code
{
already-
loaded-systems
}
returns a list of the names of loaded systems.
@code
{
load-system
}
applies @code
{
operate
}
with the operation from
@code
{
load-system
}
applies @code
{
operate
}
with the operation from
@code
{
*load-system-operation*
}
, which by default is @code
{
load-op
}
,
@code
{
*load-system-operation*
}
, which by default is @code
{
load-op
}
,
the system, and any provided keyword arguments.
the system, and any provided keyword arguments.
...
...
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