Re: [PATCH] Fixes for custom-ports

2024-02-11 Thread Maxim Cournoyer
Hi Ludo, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >>> PS: As far as I’m concerned, patches sent to bug-gu...@gnu.org are less >>> likely to be lost because I see them in M-x debbugs. >>> >> >> The contributing documentation mention to send patches to >> guile-devel at gn

Re: [PATCH] Fixes for custom-ports

2024-02-10 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: >> PS: As far as I’m concerned, patches sent to bug-gu...@gnu.org are less >> likely to be lost because I see them in M-x debbugs. >> > > The contributing documentation mention to send patches to > guile-devel at gnu dot org; should this guidance be changed? > >

Re: [PATCH] Fixes for custom-ports

2024-02-08 Thread Maxim Cournoyer
Hi Ludo, Ludovic Courtès writes: > Jonas Hahnfeld via "Developers list for Guile, the GNU extensibility > library" skribis: > >> From b5f1013ad969b6e4e35b36dc63798375ffbecda3 Mon Sep 17 00:00:00 2001 >> From: Jonas Hahnfeld >> Date: Tue, 24 Oct 2023 12:47:21 +0200 >> Subject: [PATCH 1/2] Fix l

Re: [PATCH] Fixes for custom-ports

2024-01-29 Thread Developers list for Guile, the GNU extensibility library
On Mon, 2024-01-29 at 14:46 +0100, Ludovic Courtès wrote: > Jonas Hahnfeld via "Developers list for Guile, the GNU extensibility > library" skribis: > > > From b5f1013ad969b6e4e35b36dc63798375ffbecda3 Mon Sep 17 00:00:00 2001 > > From: Jonas Hahnfeld > > Date: Tue, 24 Oct 2023 12:47:21 +0200 > >

Re: [PATCH] Fixes for custom-ports

2024-01-29 Thread Ludovic Courtès
Jonas Hahnfeld via "Developers list for Guile, the GNU extensibility library" skribis: > From b5f1013ad969b6e4e35b36dc63798375ffbecda3 Mon Sep 17 00:00:00 2001 > From: Jonas Hahnfeld > Date: Tue, 24 Oct 2023 12:47:21 +0200 > Subject: [PATCH 1/2] Fix loading of custom-ports extension > > * module

Re: [PATCH] Fixes for custom-ports

2024-01-04 Thread Developers list for Guile, the GNU extensibility library
On Tue, 2023-11-28 at 22:01 +0100, Jonas Hahnfeld wrote: > On Sun, 2023-10-29 at 10:51 +0100, Jonas Hahnfeld via Developers list > for Guile, the GNU extensibility library wrote: > > Hi, > > > > while playing with current Guile main on Windows, I found some problems > > in the implementation of cu

Re: [PATCH] Fixes for custom-ports

2023-11-28 Thread Developers list for Guile, the GNU extensibility library
On Wed, 2023-11-29 at 07:54 +0100, Jean Abou Samra wrote: > I was under the impression that all code in Guile itself was assumed > to always be byte-compiled (because of issues like the fact that trying > to evaluate the evaluator would make you chase your own tail). For installation probably yes,

Re: [PATCH] Fixes for custom-ports

2023-11-28 Thread Jean Abou Samra
Le mercredi 29 novembre 2023 à 07:47 +0100, Jonas Hahnfeld a écrit : > Sure: It makes sure that the extension is loaded also when not having a > compiled custom-ports.go. For reference, see the documentation at > https://www.gnu.org/software/guile/manual/html_node/Eval-When.html - > the previously

Re: [PATCH] Fixes for custom-ports

2023-11-28 Thread Developers list for Guile, the GNU extensibility library
On Tue, 2023-11-28 at 22:11 +0100, Jean Abou Samra wrote: > Le dimanche 29 octobre 2023 à 10:51 +0100, Jonas Hahnfeld a écrit : > > while playing with current Guile main on Windows, I found some problems > > in the implementation of custom-ports that was recently committed. > > Please consider the

Re: [PATCH] Fixes for custom-ports

2023-11-28 Thread Jean Abou Samra
Le dimanche 29 octobre 2023 à 10:51 +0100, Jonas Hahnfeld via Developers list for Guile, the GNU extensibility library a écrit : > while playing with current Guile main on Windows, I found some problems > in the implementation of custom-ports that was recently committed. > Please consider the attac

Re: [PATCH] Fixes for custom-ports

2023-11-28 Thread Developers list for Guile, the GNU extensibility library
On Sun, 2023-10-29 at 10:51 +0100, Jonas Hahnfeld via Developers list for Guile, the GNU extensibility library wrote: > Hi, > > while playing with current Guile main on Windows, I found some problems > in the implementation of custom-ports that was recently committed. > Please consider the attache

[PATCH] Fixes for custom-ports

2023-10-29 Thread Developers list for Guile, the GNU extensibility library
Hi, while playing with current Guile main on Windows, I found some problems in the implementation of custom-ports that was recently committed. Please consider the attached patches. Regards Jonas From b5f1013ad969b6e4e35b36dc63798375ffbecda3 Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Tue