[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
CC: (BUG LISPM) at MIT-MC
Date: Tue ,17 Jun 80 22:52:00 EDT
From: MMcM at MIT-AI (Mike McMahon)
To: (BUG LISPM) at MIT-AI
In system 29.96 nws, with microcode 669, on LISP Machine Six:
MAKE-AREA updates (AREA-NAME <new-area>) but does not extend the array-leader of that
array, so (G-L-P #'AREA-NAME) is not longer EQUAL to AREA-LIST.
I don't know if this is really a bug in STORE, so i have left it alone.
The array does not have an array leader. The real bug is that no one
is in charge of fixing the cdr-code. Hmm, those two lists are supposed
to be EQ, not EQUAL. Will add this to my list of things to do.