Skip to content
Snippets Groups Projects
Commit e14eef24 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

More documentation cleanups.

parent a1e01f1d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment