[perl #123709] [BUG] LTA error message (for what maybe shouldn't be an error at all) when prefixing a sub name with '&' in Rakudo

2017-12-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Still reproducible (2017.11, HEAD(5929887)) On 2015-02-01 11:48:18, masak wrote: > m: sub &foo() {}; say "alive" > rakudo-moar 6e182d: OUTPUT«===SORRY!=== Error while > compiling /tmp/GE7JBiJGWP␤Missing block␤at --> sub ⏏&foo() {}; say > "alive"␤ expecting any of:␤ new name to be defined␤» >

[perl #123709] [BUG] LTA error message (for what maybe shouldn't be an error at all) when prefixing a sub name with '&' in Rakudo

2015-02-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123709] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123709 > m: sub &foo() {}; say "alive" rakudo-moar 6e182d: OUTPUT«===SORRY!=== Error while compi