Re: [perl #53750] [BUG] The WHAT method of Protobject returns only the last component of the name

2008-05-06 Thread Stéphane Payrard
I have a fix which currently suits my need. But the real problem, like you said in IRC is to eventually merge the PGE and the rakudo implementations of protoobjects. I note that S12 that .WHAT and .WHO should return objects that stringifies to strings and not directly strings like in PGE

[perl #53750] [BUG] The WHAT method of Protobject returns only the last component of the name

2008-05-05 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #53750] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53750 The following PIR program prints Match. I would expect PGE::Match. I don't see

Re: [perl #53750] [BUG] The WHAT method of Protobject returns only the last component of the name

2008-05-05 Thread Patrick R. Michaud
On Mon, May 05, 2008 at 10:20:30AM -0700, Stephane Payrard wrote: The following PIR program prints Match. I would expect PGE::Match. I don't see the reason that motivates the current behavior .sub main .local pmc match .local string s load_bytecode compilers/pge/PGE.pbc match