[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Wed Mar 21 15:56:24 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv2993
Modified Files:
swank.lisp
Log Message:
(lookup-presented-object): The presentation id of
frame locals now includes the thread id; ignore it for now.
--- /project/slime/cvsroot/slime/swank.lisp 2007/03/20 22:17:36 1.461
+++ /project/slime/cvsroot/slime/swank.lisp 2007/03/21 15:56:24 1.462
@@ -2434,7 +2434,8 @@
(values object foundp)))))
(cons
(destructure-case id
- ((:frame-var frame index)
+ ((:frame-var thread-id frame index)
+ (declare (ignore thread-id)) ; later
(handler-case
(frame-var-value frame index)
(t (condition)
More information about the slime-cvs
mailing list