[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch-system hacking
- To: DLA at MIT-MC
- Subject: Re: patch-system hacking
- From: GSB@MIT-MC
- Date: Tue ,27 Jan 82 22:50:27 EDT
- Cc: (BUG LISPM) at MIT-MC
About the only other thing i found i just had to add was a protocol for
changing the system status out from under a dump. Essentially, the
dumped maclisp job has to call a function which looks at the patch directory
and re-reads the system status for its exact version number. This
of course is hidden away in stuff which does jcl parsing and init file
loading; but it is fairly important if, say, it is discovered that
something is broken after it has been installed. (Things like load-patches
automatically do this update since they are accessing the patch-directory.)
p.s. there should be a function to nicely print the out-of-core stuff,
somewhat like print-system-modifications. I called it print-system-history;
in ml:lsb1;ppatch