#66: replace on simple-strings --------------------+------------------------------------------------------- Reporter: heller | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: Core | Version: 2012-12 Keywords: | --------------------+-------------------------------------------------------
Comment(by rtoy):
It's a bug in the {{{DEFTRANSFORM}}} for {{{REPLACE}}}. It uses {{{BIT- BASH-COPY}}} to copy things around and {{{BIT-BASH-COPY}}} uses bit indices. Characters are 16 bits (for unicode builds) so the size (35893164) times 16 overflows a fixnum.
Thanks for the report.