mic environments and whatever is in the documentation is somewhat opaque.
Best regards
Linus Björnstam
On Tue, 11 Feb 2025, at 11:59, W. Kosior via Bug reports for GUILE, GNU's
Ubiquitous Extension Language wrote:
> Hello,
>
> I've been experimenting with guile-fibers.
it a shot.
--
Linus Björnstam
On Thu, 2 Dec 2021, at 03:55, Sam Lee wrote:
> On 2021-12-01 11:00 +0100, Linus Björnstam wrote:
>> This is in line with the limitations of guile's R6RS implementation. I
>> think this is a long standing, low priority bug. It has to do with the
>
) not properly resetting the current
module.
In the manual there is a section called "R6RS incompatibilities" that mentions
this. Maybe an "R7RS incompatibilities" should be added.
Best regards
Linus Björnstam
On Wed, 1 Dec 2021, at 08:45, Sam Lee via Bug reports for
erstand the patch
correctly, though.
--
Linus Björnstam
On Mon, 1 Nov 2021, at 19:42, Taylan Kammer wrote:
> On 01.11.2021 18:52, lloda wrote:
>>
>> Hi Taylan,
>>
>> Your patch leaks a bunch of identifiers, could you fix that?
>>
>> thanks
>>
>>
As the author of most of the part with corrections: thank you. I am cleaning up
the reference implementation as well, so this is very welcome!
--
Linus Björnstam
On Thu, 19 Aug 2021, at 22:18, Arun Isaac wrote:
> * doc/ref/api-foreign.texi, doc/ref/srfi-modules.texi: Fix typos.
> ---
Isn't eof-object? available in the default environment?
--
Linus Björnstam
On Sat, 3 Jul 2021, at 22:24, Maxime Devos wrote:
> According to the manual:
>
> 6.12.2 Binary I/O
> -
>
> [...]
>To use these routines, first include the binary I/O modu
In r6rs libraries, only r6rs is available. You need to impor whatever bindings
you need from the (guile) module
--
Linus Björnstam
On Mon, 14 Sep 2020, at 05:07, Guy Gastineau wrote:
> Guile version 3.0.4.38-64c894
>
> I am on 64 bit arch linux, and I built guile3.0 from the AU
On Sat, 16 May 2020, at 14:27, Jan Synacek wrote:
> I don't really have a strong opinion. I simply thought that the order
> in XML->SXML should be the same. Otherwise, I don't see how sxml-match
> is actually useful in such a case.
Attributes ordering should not matter in sxml-match, as per the
n't have any time to do diagnostics, but if somebody else got
bitten by this I am very sorry. If anything it has taught me to not make
patches over a cell phone SSH session to an SBC.
I will correct this as soon as I have computer access again if nobody else does
it first.
Best re