Re: [ANN] CHICKEN 6.0.0 rerlease candidate available

Retropikzel via Chicken-users <[email protected]> Thu, 14 May 2026 16:20:21 +0000
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
Works great. Thank you for quick fix and awesome Scheme implementation.

On 14.05.2026 15:58, Felix Winkelmann wrote:
> 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
>> "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