#793 closed defect (invalid)
srfi-69 hash tables don't compare equal?
| Reported by: | sjamaan | Owned by: | sjamaan |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.9.0 |
| Component: | unknown | Version: | 4.7.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
(equal? (make-hash-table) (make-hash-table)) => #f on 32-bit platforms. On 64-bits it works...
Note:
See TracTickets
for help on using tickets.

Seems to work as designed. It's just "by accident" that it used to work (and then it only worked some of the time). See also the hash table equality pitfall thread on Chicken-users.