Re: [perl #66928] [BUG] Null PMC access when doing .WHAT on a built-in infix op in Rakudo

2009-07-01 Thread Kyle Hasselbacher
Fixed in r27349, thanks! Kyle. On Wed, Jul 1, 2009 at 3:34 AM, Jonathan Worthington wrote: > Kyle Hasselbacher wrote: >> >> I've written a test for this in S12-methods/what.t in r27345. >> >> # RT #66928 >> { >>    lives_ok { &infix:<+>.WHAT }, 'Can .WHAT built-in infix op'; >>    isa_ok &infix:<

Re: [perl #66928] [BUG] Null PMC access when doing .WHAT on a built-in infix op in Rakudo

2009-07-01 Thread Jonathan Worthington
Kyle Hasselbacher wrote: I've written a test for this in S12-methods/what.t in r27345. # RT #66928 { lives_ok { &infix:<+>.WHAT }, 'Can .WHAT built-in infix op'; isa_ok &infix:<+>.WHAT, Multi, '.WHAT of built-in infix op is Multi'; } Second one probably wants to be: ok &infix:<+>.W

[perl #66928] [BUG] Null PMC access when doing .WHAT on a built-in infix op in Rakudo

2009-06-30 Thread Patrick R. Michaud via RT
On Tue Jun 30 18:47:59 2009, KyleHa wrote: > I've written a test for this in S12-methods/what.t in r27345. Thanks! Closing ticket! Pm

Re: [perl #66928] [BUG] Null PMC access when doing .WHAT on a built-in infix op in Rakudo

2009-06-30 Thread Kyle Hasselbacher
I've written a test for this in S12-methods/what.t in r27345. # RT #66928 { lives_ok { &infix:<+>.WHAT }, 'Can .WHAT built-in infix op'; isa_ok &infix:<+>.WHAT, Multi, '.WHAT of built-in infix op is Multi'; } Kyle On Tue, Jun 30, 2009 at 8:20 PM, Patrick R. Michaud via RT wrote: > Now fi

[perl #66928] [BUG] Null PMC access when doing .WHAT on a built-in infix op in Rakudo

2009-06-30 Thread Patrick R. Michaud via RT
Now fixed in ee1fd13: $ ./perl6 > say &infix:<+>.WHAT Multi() Assigning to moritz++ for spectest coverage, if needed. Pm

[perl #66928] [BUG] Null PMC access when doing .WHAT on a built-in infix op in Rakudo

2009-06-25 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #66928] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66928 > rakudo: say &infix:<+>.WHAT rakudo 0e0671: OUTPUT«Null PMC access in find_method() [..