[slime-devel] new inspector on hash-tables

29 Aug
2008
29 Aug
'08
2:15 a.m.
* (defparameter $ht (make-hash-table)) * (loop for i below 2048 do (setf (gethash i $ht) i)) M-x slime-inspect $ht error in process filter: Wrong type argument: listp, :action

30 Aug
30 Aug
3:31 p.m.
New subject: [slime-devel] Re: new inspector on hash-tables
* Madhu [2008-08-29 04:15+0200] writes:
* (defparameter $ht (make-hash-table)) * (loop for i below 2048 do (setf (gethash i $ht) i))
M-x slime-inspect $ht
error in process filter: Wrong type argument: listp, :action
Should be fix in CVS. Thanks for the report. Helmut.
6040
Age (days ago)
6041
Last active (days ago)
1 comments
2 participants
participants (2)
-
Helmut Eller
-
Madhu