[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#39634: All keyowrds hash to the same value
From: |
Andy Wingo |
Subject: |
bug#39634: All keyowrds hash to the same value |
Date: |
Fri, 06 Mar 2020 16:43:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
On Fri 06 Mar 2020 15:42, Ludovic Courtès <address@hidden> writes:
> Andy Wingo <address@hidden> skribis:
>
>>> variable,
>>> hashtable,
>>> fluid,
>>> dynamic_state,
>>> frame,
>>> atomic_box,
>>> program,
>>> vm_cont,
>>> weak_set,
>>> weak_table,
>>> port
>>
>> No equal? implementation, so should hashq() instead.
>
> Here’s a patch for these, let me know what you think!
LGTM!
Andy