# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #56004]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56004 >


This is part of my ongoing (albeit slow) effort to turn missing rakudo
features into tickets.

Currently (r28510) rakudo can't handle method calls with empty
invocants, which should work on $_.

for 1 .. 2 -> { .say };
No result object
current instr.: 'parrot;Perl6;Grammar;Actions;expect_term' pc 109346
(src/gen_actions.pir:8681)

This is used in the test suite in many places, for example in
S29-str/capitalize.t, S29-num/abs.t and S29-str/quotemeta.t

Cheers,
Moritz
-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to