Hashtables printing internal data
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ikarus Scheme |
Fix Committed
|
Medium
|
Abdulaziz Ghuloum |
Bug Description
Ikarus Scheme version 0.0.3+ (revision 1686, build 2008-11-16)
Copyright (c) 2006-2008 Abdulaziz Ghuloum
> (make-eq-hashtable)
#["hasht" #(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26 27 28 29 30 31) 0 ((#f
> (make-eqv-
#["hasht" #(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26 27 28 29 30 31) 0 ((#f
> (make-hashtable string-ci-hash string=?)
#["hasht" #(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26 27 28 29 30 31) 0 #f #t #<procedure string-ci-hash> #<procedure string=?>]
>
Related branches
Changed in ikarus: | |
milestone: | none → 0.0.4 |
Fixed in revision 1687. Thanks.
[The pretty-printing looks pretty awful too!]