Re: CHICKEN 6 string-copy is broken
Felix Winkelmann via Chicken-users <[email protected]> Thu, 04 Dec 2025 10:17:40 +0100
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Thu Dec 4, 2025 at 8:42 AM CET, afiw via Chicken-users wrote: > > hello, I noticed weird behaviour of the (string-copy) function in (scheme base). It returns garbage when the optional arguments are present. Notably (substring) doesn't have the same problem. > Indeed, I just pushed a fix, many thanks for reporting this. cheers, felix