bug#76200: `with-parameters*' seems to create a continuation barrier

2025-02-13 Thread Linus Björnstam
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.

bug#52218: Unable to define more than one R7RS library per file

2021-12-03 Thread Linus Björnstam
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 >

bug#52218: Unable to define more than one R7RS library per file

2021-12-01 Thread Linus Björnstam
) 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

bug#39601: srfi library naming in r7rs

2021-11-03 Thread Linus Björnstam
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 >> >>

bug#50127: [PATCH] doc: Fix typos.

2021-08-20 Thread Linus Björnstam
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. > ---

bug#49363: eof-object? is not exported from (ice-9 binary-ports)

2021-07-03 Thread Linus Björnstam
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

bug#43394: DYNAMIC-LINK is unbound when using r6rs library syntax

2020-09-14 Thread Linus Björnstam
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

bug#41320: sxml attributes of some elements are in reverse order

2020-05-16 Thread Linus Björnstam
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

bug#40809: Apology: documentation for srfi-modules broken?

2020-04-24 Thread Linus Björnstam
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