[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix off-by-one in substring
From: |
felix . winkelmann |
Subject: |
Re: [PATCH] fix off-by-one in substring |
Date: |
Mon, 15 Apr 2024 15:15:56 +0200 |
> *facepalm* fixed a bug, created another... Ran the utf8 egg's tests, all
> passed.
>
> Thanks felix, and sorry about that.
There is no need to be sorry - I had the same situation myself in a different
context. Also, R7RS is not very explicit about inclusiveness of bounds (R5RS
is, but
R7RS moved that bit of information into the introductory section). Finally,
tests for exactly this case were missing from the test suite.
So, all is well, thank you for your help.
felix