Re: rdelim: Add new procedure `for-line-in-file`.

2024-12-15 Thread Ricardo Wurmus
Hi Adam, > On 12/16/24 00:57, Ricardo Wurmus wrote: >> Hi Adam, >> >> has this patch been discussed somewhere else? I'm asking because I have >> no context other than this patch. > > No, actually. Was I supposed to discuss it's use in the patch cover letter? No, there is no requirement to do so

Re: rdelim: Add new procedure `for-line-in-file`.

2024-12-15 Thread Adam Faiz
Hi Ricardo, On 12/16/24 00:57, Ricardo Wurmus wrote: > Hi Adam, > > has this patch been discussed somewhere else? I'm asking because I have > no context other than this patch. No, actually. Was I supposed to discuss it's use in the patch cover letter? The reason I sent this patch was to make i

RE: rdelim: Add new procedure `for-line-in-file`.

2024-12-15 Thread Maxime Devos
>Where is BREAK defined? Break is defined by ‘while’: https://www.gnu.org/software/guile/manual/html_node/while-do.html

Re: rdelim: Add new procedure `for-line-in-file`.

2024-12-15 Thread Ricardo Wurmus
Hi Adam, has this patch been discussed somewhere else? I'm asking because I have no context other than this patch. > From 18485a2b94595ae2239f5dcdeb06d3a80bb04bf1 Mon Sep 17 00:00:00 2001 > From: AwesomeAdam54321 > Date: Sun, 15 Dec 2024 23:48:30 +0800 > Subject: [PATCH] rdelim: Add new procedu