Hello,
I've been experimenting with guile-fibers. I noticed that
`with-parameters*' procedure included as an "extra" in Guile's srfi-39
creates a continuation barrier. From the documentation it is not clear
that it does so.
Consider this sample program (which I ran with Guile 3.0.9 and Fibers
1
Christopher Baines writes:
> I've been seeing some strange occasional errors for a while now.
...
> I'm not sure what the 84 means? If I'm picking out the characters that
> have failed to be encoded, I'm not sure why some of these would fail
> (like space or w)?
>
> Unfortunately I'm not sure h
Christopher Baines writes:
> Christopher Baines writes:
>
>> I've been seeing some strange occasional errors for a while now.
>
> ...
>
>> I'm not sure what the 84 means? If I'm picking out the characters that
>> have failed to be encoded, I'm not sure why some of these would fail
>> (like space
I'm wondering what writing the backtrace to a /tmp/file and doing a cat -nA on
it would show.
(to get the traceback bits presented by independent alternate formatting
machinery
from what produced what you've seen so far).
On +2025-02-11 19:06:46 +, Christopher Baines wrote:
> Christopher Ba