Re: Patches for comparse supporting libraries
Moritz Heidkamp via Chicken-users <[email protected]> Tue, 03 Feb 2026 17:41:50 +0100
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
Hi Diego, On 16 January 2026 01:17 GMT, Diego A. Mundo wrote: > I was looking at porting comparse. Attached are a couple of trivial > patches to port comparse dependencies trie and lazy-seq to CHICKEN 6. thanks a lot for your effort! I have applied your patches, tagged new releases (both version 3) and added them to the C6 coop (h/t to Kon). For completeness' sake: lazy-seq 3 doesn't support C4 anymore because it doesn't have `set-record-printer!` and I couldn't be bothered to make the change backwards compatible. Patch welcome if anyone cares :-) Cheers Moritz