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. ...@@ -3950,25 +3950,16 @@ but just to add options to the existing syntax.
Reinstate @code{parse-option} or something akin. 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 ** Diagnostics
A ``dry run'' of an operation can be made with the following form: A ``dry run'' of an operation can be made with the following form:
@lisp @lisp
(traverse (make-instance '<operation-name>) (let ((asdf::*verbose-out* *standard-output*))
(find-system <system-name>) (loop :for (op . comp) :in
'explain) (asdf::traverse (make-instance '<operation-name> :force t)
(asdf:find-system <system-name>))
:do (asdf:explain op comp)))
@end lisp @end lisp
This uses unexported symbols. This uses unexported symbols.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment