From a1482b8c24a799af94c21217361016fe3557e893 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 18 Mar 2010 16:53:41 +0000 Subject: [PATCH] Update from logs. --- general-info/release-20b.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index 63d2b6cde..fa50ab4af 100644 --- a/general-info/release-20b.txt +++ b/general-info/release-20b.txt @@ -94,6 +94,11 @@ New in this release: - The debugger help message is updated to reflect the actual options for L and PP commands. Help for the DESCRIBE command has been added. + - CMUCL now signals a cerror when attempting to redefine a slot + accessor via DEFUN or COMPILE. If continued, the accessor is + redefined, and CMUCL assumes the new definition is usable as a + slot accessor. Previously, CMUCL would print a warning and + undefine the structure. * Trac Tickets: #33: get-dispatch-macro-character doesn't signal errors in -- GitLab