[guile-lib] PATCH: fix primes.scm

2024-05-23 Thread Zack Weinberg
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

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