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
c8ea6442
Commit
c8ea6442
authored
12 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Improve documentation of compile-check.
parent
cfb68479
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
+15
-7
15 additions, 7 deletions
doc/asdf.texinfo
with
15 additions
and
7 deletions
doc/asdf.texinfo
+
15
−
7
View file @
c8ea6442
...
@@ -2893,17 +2893,25 @@ or a string that when read yields a symbol or a lambda-expression.
...
@@ -2893,17 +2893,25 @@ or a string that when read yields a symbol or a lambda-expression.
@code
{
nil
}
means the normal compile
-
file function will be called.
@code
{
nil
}
means the normal compile
-
file function will be called.
A non
-
nil value designates a function of one argument
A non
-
nil value designates a function of one argument
that will be called with a function that
that will be called with a function that
calls the @code
{
*
compile
-
op
-
compile
-
file
-
function
*
}
(
usually @code
{
compile
-
file
*
}
)
calls the @code
{
*
compile
-
op
-
compile
-
file
-
function
*
}
(
usually @code
{
compile
-
file
*
}
)
with proper arguments;
with proper arguments;
the around
-
compile hook may supply additional arguments
the around
-
compile hook may supply additional arguments
to pass to that @code
{
*
compile
-
op
-
compile
-
file
-
function
*
}
.
to pass to that @code
{
*
compile
-
op
-
compile
-
file
-
function
*
}
.
One notable argument that is heeded by @code
{
compile
-
file
*
}
is
@code
{
:compile
-
check
}
, a function called when the compilation was otherwise a success,
with the same arguments as @code
{
compile
-
file
}
,
to determine whether
(
NB: The ability to pass such extra flags is only available starting with asdf
2
.
22
.
1
.
)
Note that by using a string, you may reference
One notable argument that is heeded by @code
{
compile
-
file
*
}
is
@code
{
:compile
-
check
}
,
a function called when the compilation was otherwise a success,
with the same arguments as @code
{
compile
-
file
}
;
the function shall return true if the compilation
and its resulting compiled file respected all system
-
specific invariants,
and false
(
NIL
)
if it broke any of those invariants;
it may issue warnings or errors before it returns NIL.
(
NB: The ability to pass such extra flags
is only available starting with ASDF
2
.
22
.
3
.
)
This feature is notably exercised by asdf
-
finalizers.
By using a string, you may reference
a function, symbol and
/
or package
a function, symbol and
/
or package
that will only be created later during the build, but
that will only be created later during the build, but
isn't yet present at the time the defsystem form is evaluated.
isn't yet present at the time the defsystem form is evaluated.
...
...
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