[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: CWH at MIT-MC (Carl W. Hoffman)
- Date: Thu, 28 Feb 80 03:29:00 GMT
- Original-date: 27 FEB 1980 2229-EST
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.