Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8415
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.42.24: print symbols with fully qualified names in critical places
Patch by Attila Lendvai, lp#622789.
Less room for package confusion this way.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1797
retrieving revision 1.1798
diff -u -d -r1.1797 -r1.1798
--- NEWS 1 Sep 2010 18:11:09 -0000 1.1797
+++ NEWS 2 Sep 2010 08:14:31 -0000 1.1798
@@ -4,6 +4,9 @@
&co.
* enhancement: ASDF has been updated to version 2.004. (lp#605260, thanks to
Faré Rideau)
+ * enhancement: symbols are printed using fully qualified names in several
+ error and warning messages which are often associated with package
+ conflicts or mixups (lp#622789, thanks to Attila Lendvai)
* bug fix: SB-BSD-SOCKETS:SOCKET-CONNECT was not thread safe. (lp#505497,
thanks to Andrew Golding)
* bug fix: DOTIMES accepted literal non-integer reals. (lp#619393, thanks to
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4995
retrieving revision 1.4996
diff -u -d -r1.4995 -r1.4996
--- version.lisp-expr 2 Sep 2010 00:34:28 -0000 1.4995
+++ version.lisp-expr 2 Sep 2010 08:14:31 -0000 1.4996
@@ -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.42.23"
+"1.0.42.24"
|