Next: Miscellaneous additional functionality, Previous: Controlling where ASDF saves compiled files, Up: ASDF: Another System Definition Facility [Contents][Index]
If ASDF detects an incorrect system definition, it will signal a generalised instance of
system-definition-error
.
Operations may go wrong (for example when source files contain errors).
These are signalled using generalised instances of
operation-error
.
ASDF checks for warnings and errors when a file is compiled.
The variables *compile-file-warnings-behaviour* and
*compile-file-failure-behaviour*
control the handling of any such events.
The valid values for these variables are
:error
, :warn
, and :ignore
.