# New Ticket Created by fernandocor...@gmail.com
# Please include the string: [perl #67046]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67046 >
implemented:
- "not" "Object"'s method
- "sign" "Num"'s method
Thats my fir
Em Fri, 14 Apr 2017 14:12:54 -0700, fernandocor...@gmail.com escreveu:
> Em Fri, 07 Apr 2017 19:59:42 -0700, c...@zoffix.com escreveu:
> >
> > m: say so 42 ~~ { try $_ == 5 }
> > rakudo-moar af50e0: OUTPUT: «WARNINGS for :Useless
> > use
> > of "==" in expression "$_ == 5" in sink context (line
Em Fri, 07 Apr 2017 10:49:02 -0700, c...@zoffix.com escreveu:
> Some methods don't seem to get autothreaded correctly. Str does have
> .Numeric, but when junctioned, it doesn't seem to be reachable:
>
>
> $ perl6 -e 'say any("42",42).Int'
> any(42, 42)
>
> $ perl6 -e 'say any("42",42).Numeric'
>