I've run into a problem with the precompile.pike from 7.6.24 while trying to use polymorphic function overloading. I've got the following methods:
PIKEFUN object set_a(string a, string b, string c) ...
PIKEFUN object set_b(string a, string b)
but precompile goes into a loop which results in a stack overflow. Here's a portion of the stacktrace:
/usr/local/pike/7.6.24/include/pike/precompile.pike:1330: /usr/local/pike/7.6.24/include/pike/precompile()->generate_overload_func_f or(({@011111,@111111}),5510,0,2147483647,"set_a",@211111)
Any suggestions?
Bill
pike-devel@lists.lysator.liu.se