Next: Miscellaneous additional functionality, Previous: Controlling where ASDF saves compiled files, Up: Top [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-errors-behavior*
control the handling of any such events.
The valid values for these variables are
:error
, :warn
, and :ignore
.