Questions about the specification and implementation Bradley Lucier (25 Jan 2024 19:32 UTC)
Re: Questions about the specification and implementation Arthur A. Gleckler (26 Jan 2024 20:40 UTC)
Re: Questions about the specification and implementation Bradley Lucier (26 Jan 2024 21:02 UTC)
Re: Questions about the specification and implementation Arthur A. Gleckler (26 Jan 2024 21:11 UTC)
Re: Questions about the specification and implementation Bradley Lucier (26 Jan 2024 21:24 UTC)
Re: Questions about the specification and implementation Arthur A. Gleckler (11 Feb 2024 21:49 UTC)

Re: Questions about the specification and implementation Bradley Lucier 26 Jan 2024 21:01 UTC

On 1/26/24 3:39 PM, Arthur A. Gleckler wrote:
> On Thu, Jan 25, 2024 at 9:13 PM John Cowan <xxxxxx@ccil.org
> <mailto:xxxxxx@ccil.org>> wrote:
>
>         1.  Every place (integer? i) is used, shouldI suggest it be (and
>         (exact?
>         i) (integer? i)) or (exact-integer? i) (if r7rs).
>
>
>     Agreed.  This should be fixed as an erratum.
>
> This change isn't necessary. In both cases where |integer?| is required
> in the text, |exact?| is also required in the text immediately before.
>

The change is required in vectors/vectors-impl.scm.

I'll try to come up with something and test it.

Brad