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
