Paul Cochrane via RT wrote:
On Sat Jan 12 04:42:26 2008, allison wrote:
This opcode has been superseded by 'inspect'.
The pmcinfo opcode is removed by the attached patch. I would have
committed this directly however, I'm not 100% sure that removing the:
'Class PMCs also have the "I am a class" flag set on them.'
test was the right thing to do. Something tells me that it should be
rewritten to use 'inspect' instead, but I don't know how to do this...
Feedback most definitely appreciated,
Okay, in r25076, I added a 'flags' option to the inspect vtable
functions in class.pmc and in default.pmc. You can change the "I am a
class" test to match the new test I added to t/pmc/default.t.
Otherwise, patch looks good and commit at will!
Allison