Email list hosting service & mailing list manager


Re: another revision needed William D Clinger 03 May 2016 01:16 UTC

In a previous message, I wrote:

| Within the next few days, I will submit a pull request
| containing a revision of the HTML as well as the updated
| reference implementation.

That's been done.  (The test program exposed several bugs in
the sample implementation for SRFI 128.  Arthur has already
accepted a pull request for SRFI 128 that fixes those bugs.)

I'm sure John will want to look over the changes I made to
the HTML for SRFI 125.  The most significant changes were:

    removed hash-table-set-entries! and hash-table-delete-keys!
        from the index because they weren't specified anywhere

    corrected the names of some references to procedures,
        notably changing hash-table-immutable? (in the index)
        to hash-table-mutable? (which is the name of the
        procedure that's actually specified)

Will