bug#62456: [PATCH] Fix typo.

2023-04-05 Thread Mikael Djurfeldt
Fixed in commit 62501-d...@debbugs.gnu.org On Sun, Mar 26, 2023 at 10:58 AM jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language wrote: > --- > libguile/list.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libguile/list.c b/libguile/list.c > index 82aa

bug#62456: [PATCH] Fix typo.

2023-04-05 Thread Mikael Djurfeldt
Oops... Fixed in commit 1ae50a7f80654f04d93d900e17f3160205700a75 On Wed, Apr 5, 2023 at 8:36 PM Mikael Djurfeldt wrote: > Fixed in commit 62501-d...@debbugs.gnu.org > > On Sun, Mar 26, 2023 at 10:58 AM jgart via Bug reports for GUILE, GNU's > Ubiquitous Extension Language wrote: > >> --- >> l

bug#62691: Calling system* in the module body hangs Guile, while calling open-pipe* does not

2023-04-05 Thread Михаил Бахтерев
Greetings! I've hit the following issue. 1. $ guile --version guile (GNU Guile) 3.0.9 2. uname -a Linux ein 6.2.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 30 Mar 2023 14:51:14 + x86_64 GNU/Linux 3. $ pacman -Qi guile Name: guile Version : 3.0.9-1 Description : Portable, e

bug#62690: Guile 3.0.9 (read-u8) defaults to current-output-port

2023-04-05 Thread Rui Zhang
Reproduction: scheme@(guile-user)> (import (scheme base)) scheme@(guile-user)> (read-u8) ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure get-u8: Wrong type argument in position 1 (expecting open input port): # Expected: (read-u8) should read a byte from the input port, not t