Skip to content
Snippets Groups Projects
Commit 8c1d1b65 authored by Robert Goldman's avatar Robert Goldman
Browse files

MODULE-PROVIDE-ASDF catches SERIOUS-CONDITIONs, not just ERRORs.

parent 358e68f4
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ the implementation's REQUIRE rather than by internal ASDF mechanisms."))
(handler-bind
((style-warning #'muffle-warning)
(missing-component (constantly nil))
(error #'(lambda (e)
(serious-condition #'(lambda (e)
(format *error-output* (compatfmt "~@<ASDF could not load ~(~A~) because ~A.~@:>~%")
name e))))
(let ((*verbose-out* (make-broadcast-stream)))
......
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