[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: DOYLE@MIT-AI
- Date: Sun ,5 Nov 79 23:11:46 EDT
A bug and a question:
Bug: PKG-LOAD works improperly with the :compile option. The problem is that
it doesn't check the creation time of files to see if the file has been edited,
only the creation date. I found this out by tracing my problem to the function
COMPILER:COMPILE-FILE-ALIST-MAP in LISPM2;CMANY >.
Question: I have my own version of QC-FILE (called QC in DOYLE;.LISPM (INIT))
which dribbles the compiler output to an unfasl file. Is there some way I
can get PKG-LOAD to use my compiler so that I can get unfasl files? Will
binding the function cell of QC-FILE do this without hurting anything?
Thanks,
Jon