# New Ticket Created by  Solomon Foster 
# Please include the string:  [perl #77138]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77138 >


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:<=>' at line 1␤  in main program body at line
22:/tmp/datuKCLFdC␤»

colomon: star: subset ComplexNumeric of Numeric where { ($_ ~~ Real)
}; my ComplexNumeric $x = 1; say $x.perl;
star 2010.07: OUTPUT«Null PMC access in invoke()␤  in 'ACCEPTS' at
line 1␤  in '&infix:<=>' at line 1␤  in main program body at line
22:/tmp/fzM3BfOkY6␤

-- 
Solomon Foster: colo...@gmail.com
HarmonyWare, Inc: http://www.harmonyware.com

Reply via email to