[cl-ppcre-devel] Potential bug in 1.0.13: LDB prompth when using CL-PPCRE.
Edi Weitz
edi at agharta.de
Sun Jan 6 22:40:26 UTC 2008
On Sun, 6 Jan 2008 03:12:54 -0600, "Victor Kryukov" <victor.kryukov at gmail.com> wrote:
> (funcall (cl-ppcre:create-scanner "test") "This is a test")
Why are you calling the scanner this way? That's not how it is
intended to be done. If you call a highly optimized function with the
wrong number of arguments, you shouldn't be surprised if the compiler
is confused.
Edi.
More information about the Cl-ppcre-devel
mailing list