Re: [PATCH] add SRFI-119 / language/wisp to Guile? (new patch with more tests, squashed)

2024-03-10 Thread Dr. Arne Babenhauserheide
Hi, I just added the remaining tests from the Wisp reader testsuite to the patch, squashed and rebased it again. The updated patch is attached. As far as I know, all review comments are addressed and I hope this is ready to be merged. Test suite result: Totals for this test run: passes:

[PATCH] document in guile-test how to run it nowadays

2024-03-10 Thread Dr. Arne Babenhauserheide
Hi, the following patch just adds the note to test-suite/guile-test how to run it. This file is referenced in test files, so the instructions it gives should lead to the right way to run it. From 097c5e869ebee05d20d8298fdf2a8aa58f2acca0 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide

[PATCH] define guile-test as non-declarative

2024-03-10 Thread Dr. Arne Babenhauserheide
Hi, this gets rid of a warning in our testsuite (guile-test): it uses load but is not marked as non-declarative. The patch: From 6b7dcf5e77aebe5ad9e22d7cd7c568bc5ed5fccd Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Mon, 11 Mar 2024 01:50:29 +0100 Subject: [PATCH] guile-test:

Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-03-10 Thread Dr. Arne Babenhauserheide
Hi, It’s been two months now, did anyone get to review this patch? It’s small and it gives an instant improvement when using Guile in Emacs orgmode babel sourceblocks that get evaluated on export. Best wishes, Arne "Dr. Arne Babenhauserheide" writes: > Hello, > > the following patch makes