Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Didier Verna
asdf
Commits
8c1d1b65
Commit
8c1d1b65
authored
Jul 24, 2016
by
Robert Goldman
Browse files
MODULE-PROVIDE-ASDF catches SERIOUS-CONDITIONs, not just ERRORs.
parent
358e68f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
operate.lisp
View file @
8c1d1b65
...
...
@@ -220,7 +220,7 @@ the implementation's REQUIRE rather than by internal ASDF mechanisms."))
(
handler-bind
((
style-warning
#'
muffle-warning
)
(
missing-component
(
constantly
nil
))
(
er
ror
#'
(
lambda
(
e
)
(
s
er
ious-condition
#'
(
lambda
(
e
)
(
format
*error-output*
(
compatfmt
"~@<ASDF could not load ~(~A~) because ~A.~@:>~%"
)
name
e
))))
(
let
((
*verbose-out*
(
make-broadcast-stream
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment