A heavily compiled form of (ppcre:scan "foobar' "quux") was giving sequence bounds errors. I tracked it down to a call to SEARCH, which PPCRE passed start2 > end2 arguments.
Patch included.
- Red
Hi Red,
Thanks for the patch. Can you provide a test case to reproduce the sequence bound error? I suspect that the bug is actually somewhere else - although I'm not sure.
Cheers, Edi.
On Fri, Aug 13, 2010 at 7:42 PM, Red Daly reddaly@gmail.com wrote:
A heavily compiled form of (ppcre:scan "foobar' "quux") was giving sequence bounds errors. I tracked it down to a call to SEARCH, which PPCRE passed start2 > end2 arguments.
Patch included.
- Red
cl-ppcre-devel site list cl-ppcre-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/cl-ppcre-devel
cl-ppcre-devel@common-lisp.net