New function call type checker for pike

2007-03-30 Thread Per Hedbor () @ Pike (-) developers forum
I personally wonder if it would be possible to do a lookup from object(27839) to the name of the class for that type.

New function call type checker for pike

2007-03-30 Thread Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
Hmm... Seems to work even for the more obscure cases: typeof(class{}); (4) Result: function( : object(is HilfeInput()-__class_65709_0_line_1)) typeof(Stdio.Stat()); (5) Result: object(is _static_modules.files()-Stat) Note that it will fall back to the old syntax if it fails to look up the