Email list hosting service & mailing list manager

Problems in the specs for 'gdelete' and 'gindex' Mark H Weaver (02 Jul 2019 04:23 UTC)
(missing)
Fwd: Problems in the specs for 'gdelete' and 'gindex' John Cowan (03 Jul 2019 02:31 UTC)
Re: Problems in the specs for 'gdelete' and 'gindex' Mark H Weaver (11 Jul 2019 23:14 UTC)
Re: Problems in the specs for 'gdelete' and 'gindex' Mark H Weaver (02 Jul 2019 04:34 UTC)

Re: Problems in the specs for 'gdelete' and 'gindex' Mark H Weaver 02 Jul 2019 04:34 UTC

Also, in the spec for 'gindex', I believe that this text:

  It is an error if the indices are not strictly increasing, or if
  any index exceeds the number of elements generated by value-gen.

should be changed to:

  It is an error if the indices are not strictly increasing, or if any
  index exceeds or equals the number of elements generated by value-gen.

In other words, each index should be in the range 0..N-1, where N is the
number of elements generated by VALUE-GEN.  Is that right?

     Thanks,
       Mark