[perl #116012] [BUG] What's clearly a postfix is called a prefix in an error message in Rakudo

2017-12-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Still reproducible (2017.11, HEAD(5929887)) The error message is a bit different: ===SORRY!=== Error while compiling -e Variable '&prefix:<^^^>' is not declared at -e:1 --> is looser(&infix:<+>) { $a; 77 }; say 6⏏^^^ + 8 On 2015-04-17 03:11:45, FROGGS.de wrote: > This would disallow a too lo

[perl #116012] [BUG] What's clearly a postfix is called a prefix in an error message in Rakudo

2012-12-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #116012] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116012 > rn: sub postfix:<^^^>($a) is looser(&infix:<+>) { $a; 77 }; say +6+ +8^^^ rakud