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
e14eef24
Commit
e14eef24
authored
12 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
More documentation cleanups.
parent
a1e01f1d
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
+5
-14
5 additions, 14 deletions
doc/asdf.texinfo
with
5 additions
and
14 deletions
doc/asdf.texinfo
+
5
−
14
View file @
e14eef24
...
...
@@ -3950,25 +3950,16 @@ but just to add options to the existing syntax.
Reinstate @code
{
parse
-
option
}
or something akin.
**
document all the error classes
**
what to do with compile
-
file failure
Should check the primary return value from compile
-
file and see if
that gets us any closer to a sensible error handling strategy
**
foreign files
lift unix
-
dso stuff from db
-
sockets
**
Diagnostics
A ``dry run'' of an operation can be made with the following form:
@lisp
(
traverse
(
make
-
instance '<operation
-
name>
)
(
find
-
system <system
-
name>
)
'explain
)
(
let
((
asdf::
*
verbose
-
out
*
*
standard
-
output
*))
(
loop :for
(
op . comp
)
:in
(
asdf::traverse
(
make
-
instance '<operation
-
name> :force t
)
(
asdf:find
-
system <system
-
name>
))
:do
(
asdf:explain op comp
)))
@end lisp
This uses unexported symbols.
...
...
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