[perl #76574] [BUG] Int ~~ Num is True in Rakudo; shouldn't be

2010-07-20 Thread jn...@jnthn.net via RT
On Mon Jul 19 09:25:15 2010, masak wrote: > rakudo: say Int ~~ Num > rakudo cf5f19: OUTPUT«1␤» > die die die! > Int isn't a Num? > mathw: Not any more > It's a Numeric > And we go to quite a length to make Int pretend it's a Num. > Almost certain it shouldn't be these days though. > * masak

[perl #76574] [BUG] Int ~~ Num is True in Rakudo; shouldn't be

2010-07-20 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76574] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76574 > rakudo: say Int ~~ Num rakudo cf5f19: OUTPUT«1␤» die die die! Int isn't a Num? math