Re: [guile-lib] PATCH: fix primes.scm

2025-02-17 Thread Maxim Cournoyer
Hi Zack, "Zack Weinberg" writes: > 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. >>

Re: [guile-lib] PATCH: fix primes.scm

2025-02-16 Thread Zack Weinberg
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

Re: [guile-lib] PATCH: fix primes.scm

2025-02-16 Thread Maxim Cournoyer
Hello Zack, "Zack Weinberg" writes: > 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 kno