e since 1999.
Anyway, that’s more than anyone cares to know Here’s a patch with
tests! :)
>From c31d1f5d44343da1201ea1be86bc6b2ac8af6c8d Mon Sep 17 00:00:00 2001
From: Timothy Sample
Date: Mon, 18 Oct 2021 17:07:41 -0400
Subject: [PATCH] ice-9 format: Fix scaling floats with leading zeros
Hey Josselin,
Thanks for finding this bug! I have one concern about your patches:
Josselin Poiret writes:
> The second patch removes renumber_file_descriptor, as it is no longer
> used.
One thing that ‘renumber_file_descriptor’ does that we seem to be losing
here is error checking. To my eye,
Hi!
Михаил Бахтерев writes:
> Greetings! I've hit the following issue.
>
> [...]
>
> 4. When loading (i am not sure about the stage) module which contains
> in the body system* call Guile hangs on futex operation. The code to
> reproduce the behavior.
>
> $ cat a.scm
> (add-to-load-path ".")
> (
Timothy Sample writes:
> It turns out that Guile cannot start its signal handling thread during
> module resolution.
I should add that merely using 'call-with-new-thread' in a module being
imported is enough to trigger deadlock.
> A simple fix would be to use the underlyi
Hi all,
Ekaitz Zarraga writes:
> From ab6e4980ea301b5d1e14a98464e5de3e726984f1 Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga
> Date: Mon, 7 Aug 2023 20:23:42 +0200
> Subject: [PATCH] fix cond1 macro
Just adding some context, as we talked about this on IRC.
If you take the docs example as is
Hi Daphne,
Daphne Preston-Kendal writes:
> A standard layout for R7RS libraries is to have an .sld file
> containing the library import and export declarations with a parallel
> .scm file with the same name in the same directory, which the .sld
> file (include ...)s.
>
> [...]
>
> Guile supports
Hi Maxim,
Maxim Cournoyer writes:
> Our R7RS define-library syntax, from (ice-9 r7rs-library) does not
> support renaming bindings to export, via 'rename' directives.
I appreciate your R7RS debugging effort. Thanks!
> Our define-module syntax does not have such a feature (of renaming
> *expor
Timothy Sample writes:
> Maxim Cournoyer writes:
>
>> Our R7RS define-library syntax, from (ice-9 r7rs-library) does not
>> support renaming bindings to export, via 'rename' directives.
>
> I appreciate your R7RS debugging effort. Thanks!
Actions speak lo
Hey,
Maxim Cournoyer writes:
> Timothy Sample writes:
>
>> Fixes <https://bugs.gnu.org/67255>.
>> Reported by Maxim Cournoyer .
>
> Nitpick: at least 'Reported-by' is a common git trailer, and these
> must appear at the bottom of the git commit.
Tha