Update of /cvsroot/sbcl/sbcl/src/compiler
In directory sc8-pr-cvs1:/tmp/cvs-serv28413/src/compiler
Modified Files:
constraint.lisp
Log Message:
0.8.3.11:
* New bug 282;
* remove bug entry 233a;
... add a test for it.
Index: constraint.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/compiler/constraint.lisp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- constraint.lisp 26 May 2003 04:25:54 -0000 1.18
+++ constraint.lisp 29 Aug 2003 08:45:38 -0000 1.19
@@ -44,10 +44,6 @@
;;;
;;; -- this code does not check whether SET appears between REF and a
;;; test (bug 233b)
-;;;
-;;; -- type check is assumed to be inserted immediately after a node
-;;; producing the value; it disagrees with the rest of Python (bug
-;;; 233a)
(in-package "SB!C")
|