Re: [Chicken-hackers] [PATCH] Fix #1625 and add srfi-88 module plus feature identifier

2019-07-12 Thread Evan Hanson
Hi Peter, Very nice work, I've pushed these. Thanks for the detailed explanation. On 2019-06-29 17:10, Peter Bex wrote: > The second patch completes SRFI-88 support by registering a module > for it and adding the feature identifier (which I think was just an > oversight). Strictly speaking, we m

[Chicken-hackers] [PATCH] Fix #1625 and add srfi-88 module plus feature identifier

2019-06-29 Thread Peter Bex
Hi all, Pretty straightforward patch. I decided to get rid of the mutation of pkw and use it in "loop" because I found it a bit confusing to have skw in the loop and pkw as a mutable lexical var, so sorry for the large patch. It doesn't really change all that much. Other than moving pkw into th