Summary

srfi-69 hash tables don't compare equal?

Metadata

Description

(equal? (make-hash-table) (make-hash-table)) => #f on 32-bit platforms. On 64-bits it works...

Changes and comments

[2012-03-01 15:42:54 UTC] sjamaan changed status from new to closed

[2012-03-01 15:42:54 UTC] sjamaan set resolution to invalid

[2012-03-01 15:42:54 UTC] sjamaan wrote:

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.

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted