[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



When compiling a file via :CL <file>, and the file contains the form

(EVAL-WHEN (COMPILE) (ERROR '|foo|))

the error message goes to the unfasl file and the compiler goes on to finish
compiling the rest of the file, thus clobbering the previous fasl file and
giving no sign that anything went wrong except for the message in the unfasl
file.  It should stop the job instead.