Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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...

Change History (2)

comment:1 by sjamaan, 14 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by felix winkelmann, 13 years ago

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.