Hi,
Mihail Iosilevich skribis:
> Guile (3.0.8) reports a compilation error when cond-expand tries to
> check existence of a missing library:
>
> scheme@(guile-user)> (define-library (test)
>(cond-expand
> ((library (scheme sort))
>
Hi,
Taylor R Campbell skribis:
>>From 12440a85559c3de5e6bced9c9377f3d5d7f5948e Mon Sep 17 00:00:00 2001
> From: Taylor R Campbell
> Date: Wed, 13 Apr 2022 09:51:08 +
> Subject: [PATCH] Allow empty vendor string in GNU target triplets.
>
> NetBSD and pkgsrc have been using an empty vendor st
Hi Andreas,
Andreas Schwab skribis:
> * libguile/Makefile.am (srfi-14.i.c): Prepend $(srcdir).
A similar fix was committed in the meantime as
cc455976813ab94de121395982435430874cbf58.
Thanks,
Ludo’.
Hi Jessica,
Jessica Tallon skribis:
>>From 828daf200539d3a642fcf8210df7b58aa0d5fede Mon Sep 17 00:00:00 2001
> From: Jessica Tallon
> Date: Wed, 13 Apr 2022 15:57:24 +0200
> Subject: [PATCH] Fix missing modules argument for coverage-data->lcov
>
> The code coverage function `coverage-data->lcov
Hi,
Zhu Zihao skribis:
> Currently, It's not valid to create abstract unix socket in Guile via
> `connect` procedure, because it rejects string with leading NUL.
Fixed in 01b686b701dc06f6623f0cc75acd4583c0296333 with Liliana’s patch:
https://issues.guix.gnu.org/53928
Thanks,
Ludo’.
Hi,
Liliana Marie Prikler skribis:
> The current socket address constructors all assume, that there are no
> null bytes in the socket path. This assumption does not hold in Linux,
> which uses an initial null byte to demarcate abstract sockets and
> ignores all further null bytes [1].
>
> [1] h