bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.

2024-07-02 Thread Maxim Cournoyer
Hello Arne, "Dr. Arne Babenhauserheide" writes: > Maxim Cournoyer writes: > >> * module/ice-9/r7rs-libraries.scm (define-library) >> : Add a pattern to match an 'else' clause. > > This looks good to me. I applied and pushed it. Yay! Thank you. -- Maxim

bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.

2024-07-01 Thread Dr. Arne Babenhauserheide
Maxim Cournoyer writes: > * module/ice-9/r7rs-libraries.scm (define-library) > : Add a pattern to match an 'else' clause. This looks good to me. I applied and pushed it. Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de signature.asc Description: PGP

bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.

2024-05-31 Thread Maxim Cournoyer
* module/ice-9/r7rs-libraries.scm (define-library) : Add a pattern to match an 'else' clause. Series-to: bug-guile@gnu.org --- module/ice-9/r7rs-libraries.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/ice-9/r7rs-libraries.scm b/module/ice-9/r7rs-libraries.scm