Re: [PULL 06/21] test-cutils: Test more integer corner cases

2023-06-02 Thread Eric Blake
On Thu, Jun 01, 2023 at 05:02:50PM -0500, Eric Blake wrote: > We have quite a few undertested and underdocumented integer parsing > corner cases. To ensure that any changes we make in the code are > intentional rather than accidental semantic changes, it is time to add > more unit tests of existin

[PULL 06/21] test-cutils: Test more integer corner cases

2023-06-01 Thread Eric Blake
We have quite a few undertested and underdocumented integer parsing corner cases. To ensure that any changes we make in the code are intentional rather than accidental semantic changes, it is time to add more unit tests of existing behavior. In particular, this demonstrates that parse_uint() and