On Sat Jul 07 08:14:04 2007, coke wrote: > > This op has been long deprecated. it should be removed.
I removed the opcode, regenerated the ops.num file, removed the two obsolete japh tests using the 'compile' opcode, but unfortunately another japh test fails, namely the one in examples/japh/japh7.pasm. I get the following error output: not ok 7 - examples/japh/japh7.pasm # Failed test (t/examples/japh.t at line 70) # got: 'Method 'Just another Parrot Hacker # ' not found' # expected: 'Just another Parrot Hacker # ' It seems that 'find_method' isn't working in this test anymore. The only other japh tests using 'find_method' are TODO'ed and so I don't know if I should either remove this test or TODO it, or if there is something wrong with what I've done. Can anyone shed any light on this problem? Many thanks in advance, Paul