[perl #77138] [BUG] subset attempt fails with Null PMC access

2011-10-03 Thread Will Coleda via RT
On Tue Aug 10 08:01:59 2010, Solomon wrote: > colomon: star: subset ComplexNumeric of Numeric where { ($_ ~~ Real) > || ($_ ~~ Complex) }; my ComplexNumeric $x = 1; say $x.perl; $x = 1i; > say $x.perl > > star 2010.07: OUTPUT«Null PMC access in invoke()␤ in 'ACCEPTS' at > line 1␤ in '&infix:<=>'

[perl #77138] [BUG] subset attempt fails with Null PMC access

2010-08-10 Thread via RT
# New Ticket Created by Solomon Foster # Please include the string: [perl #77138] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77138 > colomon: star: subset ComplexNumeric of Numeric where { ($_ ~~ Real) || ($_ ~~ Complex