[perl #67046] [PATCH] - implemented: "not" "Object"'s method, and "sign" "Num"'s method

2009-06-29 Thread fernandocor...@gmail.com (via RT)
# 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

[perl #131123] [BUG] Useless use of useless use in smartmatch + block + try

2017-04-22 Thread fernandocor...@gmail.com via RT
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

[perl #131120] [BUG] Junctions don't autothread some methods correctly

2017-04-22 Thread fernandocor...@gmail.com via RT
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' >