[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Redefining existing CLASSes
- To: eb at MIT-ML
- Subject: Redefining existing CLASSes
- From: Jon L White <JONL at MIT-MC>
- Date: Sat, 24 Oct 81 14:33:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 24 October 1981 10:33-EDT
From: EB@MIT-ML
Date: Fri, 24 Oct 81 07:49:26 GMT
Original-Date: 10/24/81 03:49:26 EDT
Subject:
To: (BUG LISP) at MIT-ML
;Re-defining class FOO (previously from file DSK:EB;FOO 1)
(in file DSK:EB;FOO 3)
;Overwrite the existing class? (Y or N) y (Yes)
now load in the new FOO file again, and it says
;Re-defining class FOO (previously from file DSK:EB;FOO 1)
(in file DSK:EB;FOO 3)
; etc.
Fixed now in EXTEND 287 and EXTSTR 91. (Installed on MC and ML,
but not install yet on AI since its network program seems broken).
What a long-dormant bug! Not only was the parity of the answer
from the (Y or N) question being inverted, but even if you had
typed "N" (which would have been mis-understood to mean yes),
it still didn't redefine things right.