On Mon, Aug 30, 2021 at 8:26 AM Marc Nieper-Wißkirchen <xxxxxx@nieper-wisskirchen.de> wrote:

Correct me if I am wrong, but the way I read SRFI 125, there is no guarantee than a given implementation of SRFI 125 will not choke on, say,

(make-hash-table eq-comparator 'weak-keys).

If there is no support for weak keys, it SHOULD fail, but it's possible it will ignore the flag.