Re: [perl #47674] [TODO] :vtable pragma should enable 'self'

2008-06-30 Thread Allison Randal
Andrew Whitworth via RT wrote: With some help from DietCoke, we got most of the problem solved. However, several tests are failing now, especially those dealing with overriding the invoke vtable method. One error specifically caught my eye, from t/pmc/namespace.t:1672: sub 'main' :main $P0

[perl #47674] [TODO] :vtable pragma should enable 'self'

2008-06-30 Thread Andrew Whitworth via RT
On Wed Nov 21 07:45:53 2007, [EMAIL PROTECTED] wrote: > Setting the :vtable pragma on a sub should enable the 'self' shortcut > for the current invocant. As in the following code example where a > method is called from within a vtable override: > >.sub main :main > $P1 = newclass "Foo"

[perl #47674] [TODO] :vtable pragma should enable 'self'

2008-06-30 Thread Andrew Whitworth via RT
With some help from DietCoke, we got most of the problem solved. However, several tests are failing now, especially those dealing with overriding the invoke vtable method. One error specifically caught my eye, from t/pmc/namespace.t:1672: .sub 'main' :main $P0 = newclass 'Override' $P1 =

[perl #47674] [TODO] :vtable pragma should enable 'self'

2007-11-21 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #47674] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47674 > Setting the :vtable pragma on a sub should enable the 'self' shortcut for the current