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

Corrected this. I also updated the spectests including checking that Int
!~~ Num but Int ~~ Numeric, so resolving ticket.

Thanks!

Jonathan

Reply via email to