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

2025-02-11 Thread W. Kosior
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

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2025-02-11 Thread Christopher Baines
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

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2025-02-11 Thread Christopher Baines
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

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2025-02-11 Thread bokr
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