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
Hugo Ishimaru
asdf
Commits
ad2ac959
Commit
ad2ac959
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Document register-preloaded-system
parent
21eda051
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
+16
-0
16 additions, 0 deletions
doc/asdf.texinfo
with
16 additions
and
0 deletions
doc/asdf.texinfo
+
16
−
0
View file @
ad2ac959
...
@@ -3595,6 +3595,22 @@ with respect to its own code, and what it does is ridiculously complex;
...
@@ -3595,6 +3595,22 @@ with respect to its own code, and what it does is ridiculously complex;
look at the beginning of @file
{
asdf.lisp
}
to see what it does.
look at the beginning of @file
{
asdf.lisp
}
to see what it does.
@end defun
@end defun
@defun register
-
preloaded
-
system name @Arest keys
A system with name @var
{
name
}
,
created by @code
{
make
-
instance
}
with extra keys @var
{
keys
}
(
e.g. @code
{
:version
}
)
,
is registered as @emph
{
preloaded
}
.
That is, its code has already been loaded into the current image,
and if at some point some other system @code
{
:depends
-
on
}
it yet no source code is found,
it is considered as already provided,
and ASDF will not raise a @code
{
missing
-
component
}
error.
This function is particularly useful if you distribute your code
as fasls with either @code
{
fasl
-
op
}
or @code
{
monolithic
-
fasl
-
op
}
,
and want to register systems so that dependencies will work uniformly
whether you're using your software from source or from fasl.
@end defun
@defun run
-
shell
-
command control
-
string @Arest args
@defun run
-
shell
-
command control
-
string @Arest args
This function is obsolete and present only for the sake of backwards
-
compatibility:
This function is obsolete and present only for the sake of backwards
-
compatibility:
...
...
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