primes.scm appears never to have been updated for the new bitvector API
(in Guile 3?), causing both build and test failures.
The appended patch (vs 0.2.8.1) fixes the failures I am seeing.
Assuming this is indeed an API change in Guile 3, I do not know what it
would take to make this code work wit
On Sun, Feb 16, 2025, at 10:22 AM, Maxim Cournoyer wrote:
>> primes.scm appears never to have been updated for the new bitvector API
>> (in Guile 3?), causing both build and test failures.
>> The appended patch (vs 0.2.8.1) fixes the failures I am seeing.
>
> Just to make sure, you are seeing these