I just made a pull request for the 11th draft of SRFI-126; it should be
up soon. Available here on the meanwhile:
https://github.com/TaylanUB/srfi-126
Changes to the specification:
- 'hash-salt' is now syntax, and specified to return "an exact
non-negative integer that lies within the fixnum range of the
implementation".
- 'hashtable-update!' has been expanded to allow omitting the 'default'
argument, similar to 'hashtable-ref'. It will error when the argument
isn't given and the table contains no association for the given key.
I believe both of these are uncontroversial and don't warrant any
extensive discussion.
All other changes are related to implementation, test suites, and
documentation.
I would say we can finalize this after one or two weeks if nobody raises
any issues.
Taylan