Re: patch to add support for mmap and friends

2022-12-21 Thread Matt Wette
On 12/20/22 5:21 PM, Matt Wette wrote: Please consider the atttached patch for mmap and friends. Includes mmap, mmap/shared, munmap, msync. \ I ran into a bug on this.  Not sure how it got there.  I was hoping to get into the 3.0.9 release.   Any idea when that might happen? Matgt

Re: doc: fix documented keyword argument default to match code

2022-12-21 Thread N. Dal
Committed to 8cb2d5c9532f0f5ce3b5b97edefdf98e57b63738. Thank you Daniel

Re: [PATCH] Extensions for SRFI-171 (Transducers)

2022-12-21 Thread Linus Björnstam
As the author of both the SRFI and the guile code I am very happy you like it. I don't have a computer at the moment, but I looked through the code and it looked great. All additions should have been included in the original SRFI :) one comment: your code uses define-public, which the rest of S