Re: [PATCH] Fix make-custom-port in case encoding is #f

2025-02-02 Thread Maxime Devos
On 2/02/2025 20:51, H. Müller wrote: - (encoding (string->symbol (fluid-ref %default-port-encoding))) + (encoding (if (string? (fluid-ref %default-port-encoding)) +(string->symbol (fluid-ref %default-port-encoding)) +(fluid-ref %de

[PATCH] Fix make-custom-port in case encoding is #f

2025-02-02 Thread H.
>From 72b85f8e6a369e6aef4c6bd6bb233c0cacb80b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20M=C3=BCller?= <> Date: Sat, 21 Dec 2024 16:55:13 +0100 Subject: [PATCH] Fix make-custom-port in case encoding is #f * module/ice-9/custom-ports.scm (make-custom-port): Code fails if (fluid-ref %default

[PATCH v2] Fix make-custom-port in case encoding is #f

2025-02-02 Thread H.
Hi Maxime, Thanks for hint with the explanation. I'm still learning.  Below the second try. Best Regards Hannes >From 5eb06c5d22799170289ab55ab5a8eab45a98b390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20M=C3=BCller?= <> Date: Sun, 2 Feb 2025 21:32:18 +0100 Subject: [PATCH v2] Fix make-cust

Re: [PATCH v2] Fix make-custom-port in case encoding is #f

2025-02-02 Thread Maxime Devos
That seems about right. Now only needs to wait for someone able to actually merge this, I think. Best regards, Maxime Devos

[PATCH] libguile/scm.h: fix BUILDING_LIBGUILE for -Werror=undef

2025-02-02 Thread H.
>From 696151ca382c7b166d349f704812dd73bc2fa7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20M=C3=BCller?= <> Date: Sat, 21 Dec 2024 19:20:17 +0100 Subject: [PATCH] libguile/scm.h: fix BUILDING_LIBGUILE for -Werror=undef *libguile/scm.h: BUILDING_LIBGUILE is not always defined. This is signale

Re: Guile 64-bit Windows support, redux

2025-02-02 Thread Dr. Arne Babenhauserheide
Hi Jonas, Thank you for the rebased patches! Jonas Hahnfeld via "Developers list for Guile, the GNU extensibility library" writes: > Another ping on this thread. Just to remind, this is important for > LilyPond, which is a fellow GNU project. > > I'm attaching the first five patches required to