Re: Wrong type for make-bytevector on chicken-core HEAD

Felix Winkelmann via Chicken-users <[email protected]> Sat, 22 Nov 2025 09:29:51 +0100
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Fri Nov 21, 2025 at 6:48 PM CET, Diego A. Mundo via Chicken-users wrote:
> When I initialize a bytevector with an initial value:
>
> (import (scheme base))
> (make-bytevector 20 0)
>
> And compile the file, I see the following warning, despite the function in fact correctly taking a second optional arguments:
>

Indeed, I updated the signature in types.db. Thanks!


cheers,
felix