Opened 12 years ago

Closed 12 years ago

Last modified 12 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 Changed 12 years ago by sjamaan

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 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.