I get the following error in a pike module I'm writing:
Warning: Optimizer failure in replace().
The code that fails is:
v = replace(v, ({"," "+", """, "\", "<", ">", ";"}), ({"\,", "\+", "\"", "\\", "\<", "\>", "\;"}) );
It also seems to throw an error when I try to perform the replace. Any ideas ( or am i blind to a typo )?
Bill
There are only six elements in the first array.
/ Martin Nilsson (saturator)
Previous text:
2004-01-26 21:09: Subject: optimizer failure
I get the following error in a pike module I'm writing:
Warning: Optimizer failure in replace().
The code that fails is:
v = replace(v, ({"," "+", "\"", "\\", "<", ">", ";"}), ({"\\,", "\\+", "\\\"", "\\\\", "\\<", "\\>", "\\;"}) );
It also seems to throw an error when I try to perform the replace. Any ideas ( or am i blind to a typo )?
Bill
/ Brevbäraren
pike-devel@lists.lysator.liu.se