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

2023-08-18 Thread Colin Woodbury
On 8/18/23 19:03, Ludovic Courtès wrote: Apologies for the delays, we’re pioneering “slow dev” I guess. :-) Haha no issue at all! > Could you take a look? In that case, please hold on the patch. I am currently "rounding out" the "one true Transducer API" in several other Lisps, and am

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

2023-08-12 Thread Colin Woodbury
On 8/13/23 04:37, Linus Björnstam wrote: Hi! I have finally started getting some computer time again, and I will make sure to get this into some kind of extra library in the official SRFI repo. It will not be official, but maybe for a future SRFI based on SRFI 171. Hi Linus, good to

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

2023-06-28 Thread Colin Woodbury
Hi again, any thoughts on these SRFI-171 extensions? On 5/18/23 09:36, Colin Woodbury wrote: Hi! Forgive the delay; my copyright assignment for Guile has finally gone through. Please let me know if the patches are still good! Colin On 1/24/23 18:07, Ludovic Courtès wrote: Hi Colin, Colin

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

2023-05-17 Thread Colin Woodbury
Hi! Forgive the delay; my copyright assignment for Guile has finally gone through. Please let me know if the patches are still good! Colin On 1/24/23 18:07, Ludovic Courtès wrote: Hi Colin, Colin Woodbury skribis: Sorry if I wasn't clear - I have alright assigned copyright to the FSF

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

2023-01-23 Thread Colin Woodbury
Hi Ludovic, Sorry if I wasn't clear - I have alright assigned copyright to the FSF (about 1.5 years ago). Things should be good to go, unless I've misunderstood. Cheers, Colin On 1/24/23 07:17, Ludovic Courtès wrote: Hi Colin, Colin Woodbury skribis: Hi Ludovic, thanks for getting

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

2023-01-20 Thread Colin Woodbury
the changes LGTM; I have minor comments and suggestions: Colin Woodbury skribis: From 96856b184a507886db2c5c20323983ae125a6bdb Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 19 Dec 2022 09:39:37 +0900 Subject: [PATCH 1/4] srfi-171: add twindow and various reducers This adds a number

Re: compilation error on Apple M1

2022-12-25 Thread Colin Woodbury
A fix for M1 chips was recently added to the master branch. Can you try compiling that instead of 3.0.7? iPhoneから送信 > 2022/12/25 15:59、Damien Mattei のメール: > >  > while trying to compile guile 3.0.7 on Apple M1... > >> On Mon, Dec 26, 2022 at 12:32 AM Damien Mattei >> wrote: >> hello, >>

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

2022-12-24 Thread Colin Woodbury
code does not. I am not in any position to sign code off for inclusion in guile proper, but if the define-public thing is fixed it very much has my blessing. Best regards Linus Björnstam On Wed, 21 Dec 2022, at 01:48, Colin Woodbury wrote: Happy holidays everyone, I hope everything is going

[PATCH] Extensions for SRFI-171 (Transducers)

2022-12-20 Thread Colin Woodbury
2001 From: Colin Woodbury Date: Mon, 19 Dec 2022 09:39:37 +0900 Subject: [PATCH 1/3] srfi-171: add twindow and various reducers This adds a number of reduction primitives often seen in other languages to Guile's SRFI-171 extensions. Most critical may be `rfold`, which could be called the fundament

[PATCH] Clarify file encoding details regarding UTF-8

2022-12-05 Thread Colin Woodbury
00:00:00 2001 From: Colin Woodbury Date: Sat, 3 Dec 2022 11:42:41 +0900 Subject: [PATCH] doc: Clarify file encoding details regarding UTF-8 Since UTF-8 is stated as the default assumed encoding, this point has been emphasized. This also fixes a minor spelling mistake. --- doc/ref/api

Re: [PATCH] Fix minor typos

2022-12-01 Thread Colin Woodbury
`make html` should do it. The output is in doc/ref/guile.html/index.html Yup, that does it. For my future doc improvements I'll make sure to check both sides. So it seems that both the extra period and the superfluous "see" are perhaps bugs in Info itself. At least when you open the Guile

Re: [PATCH] Fix minor typos

2022-11-30 Thread Colin Woodbury
Hi! On the website this looks OK: https://www.gnu.org/software/guile/manual/html_node/Vectors.html Did you try to generate the manual in HTML? Aleix I didn't (does `make info` do that?); I mainly consume the Guide within Emacs itself. Interesting also that the "see" bug doesn't appear in

[PATCH] Fix minor typos

2022-11-30 Thread Colin Woodbury
5ba770e685aefc26e8554ccb327bce9fbb39acce Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Wed, 30 Nov 2022 09:24:06 +0900 Subject: [PATCH] doc: Fix minor typos The spelling mistake is a clear fix, but the Arrays fix might not be as obvious. Previously, with the "arrays" alias, the @ref macro would render a superflu