[perl #129772] [LTA] error message when using int parameters as subs

2016-10-12 Thread jn...@jnthn.net via RT
On Fri Sep 30 21:17:55 2016, c...@zoffix.com wrote: > > If you accidentally use an `int` variable as a Callable, you get a > helpful error: > > m: my int $i; $i() > rakudo-moar 1f29cb: OUTPUT«No such method 'CALL-ME' for > invocant of type 'Int'␤ in block at line 1␤␤» > >

[perl #129772] [LTA] error message when using int parameters as subs

2016-09-30 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #129772] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129772 > If you accidentally use an `int` variable as a Callable, you get a helpful error: