CMUCL commit: src/general-info (release-20b.txt)

Raymond Toy rtoy at common-lisp.net
Thu Mar 18 17:53:41 CET 2010


    Date: Thursday, March 18, 2010 @ 12:53:41
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20b.txt

Update from logs.


-----------------+
 release-20b.txt |    5 +++++
 1 file changed, 5 insertions(+)


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.11 src/general-info/release-20b.txt:1.12
--- src/general-info/release-20b.txt:1.11	Tue Mar 16 10:19:43 2010
+++ src/general-info/release-20b.txt	Thu Mar 18 12:53:41 2010
@@ -94,6 +94,11 @@
     - 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



More information about the cmucl-commit mailing list