[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Sun Dec 30 11:32:06 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv9148
Modified Files:
ChangeLog
Log Message:
* swank-arglists.lisp: Fix for `(cerror "FOO" 'type-error ...)'
(*arglist-dummy*): Removed.
(arglist-dummy): New structure. Wrapper around whatever could not
be reliably read. The clue is that its printing function does only
print the object this structure contains.
(read-conversatively-for-autodoc): Return such a structure if
conversative reading fails.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2007/11/29 12:38:09 1.68
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2007/12/30 11:32:06 1.69
@@ -1,3 +1,14 @@
+2007-12-30 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank-arglists.lisp: Fix for `(cerror "FOO" 'type-error ...)'
+
+ (*arglist-dummy*): Removed.
+ (arglist-dummy): New structure. Wrapper around whatever could not
+ be reliably read. The clue is that its printing function does only
+ print the object this structure contains.
+ (read-conversatively-for-autodoc): Return such a structure if
+ conversative reading fails.
+
2007-11-27 Tobias C. Rittweiler <tcr at freebits.de>
* swank-arglists.lisp (arglist-dispatch 'defmethod): Use
More information about the slime-cvs
mailing list