Re: [ANN] CHICKEN 6.0.0 rerlease candidate available

Felix Winkelmann via Chicken-users <[email protected]> Thu, 14 May 2026 14:58:39 +0200
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Thu May 14, 2026 at 12:06 PM CEST, Retropikzel wrote:
>
> I think I found some bugs.
>
> utf8->string seems to stop after 3 characters.
>
> $ csi -e '(import (scheme base)) (display (utf8->string (string->utf8=20
> "Hello world")))'
> Hel

Correct, I pushed a fix, the end-index calculation was wrong.

> textual-port? is missing?

Also correct, it was missing from the internal module definition
of scheme.base (as was "binary-port?").

Many thanks for reporting this.


cheers,
felix