|
[Sbcl-commits] CVS: sbcl package-data-list.lisp-expr, 1.443,
1.444 version.lisp-expr, 1.3834, 1.3835
From: Nikodemus Siivola <demoss@us...> - 2008-01-29 14:22
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11752
Modified Files:
package-data-list.lisp-expr version.lisp-expr
Log Message:
1.0.14.6: SIMPLE-REFERENCE-ERROR, not SIMPLE-REFERENCE-CONDITION
* Bogus export, reported by Attila Lendvai.
* Fix the test-case to check that the condition type is sane, which
would have caught this in the first place.
Index: package-data-list.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/package-data-list.lisp-expr,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -d -r1.443 -r1.444
--- package-data-list.lisp-expr 15 Jan 2008 18:10:45 -0000 1.443
+++ package-data-list.lisp-expr 29 Jan 2008 14:21:59 -0000 1.444
@@ -855,7 +855,7 @@
"SIMPLE-PARSE-ERROR" "SIMPLE-PROGRAM-ERROR"
"SIMPLE-READER-ERROR"
"SIMPLE-READER-PACKAGE-ERROR"
- "SIMPLE-REFERENCE-CONDITION"
+ "SIMPLE-REFERENCE-ERROR"
"SIMPLE-STREAM-ERROR"
"SIMPLE-STORAGE-CONDITION"
"SIMPLE-STYLE-WARNING"
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3834
retrieving revision 1.3835
diff -u -d -r1.3834 -r1.3835
--- version.lisp-expr 29 Jan 2008 14:08:27 -0000 1.3834
+++ version.lisp-expr 29 Jan 2008 14:21:59 -0000 1.3835
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.14.5"
+"1.0.14.6"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl package-data-list.lisp-expr, 1.443, 1.444 version.lisp-expr, 1.3834, 1.3835 | Nikodemus Siivola <demoss@us...> |