[perl #72830] [BUG] Parse difficulties with '::%%r' in Rakudo

2012-05-27 Thread Will Coleda via RT
On Tue Sep 13 06:16:21 2011, bbkr wrote: > NOM: still broken > > bbkr:nom bbkr$ ./perl6 -e 'my %r = 4; say ::%%r' > ===SORRY!=== > Cannot look up empty name Changed again: > my %r = 4; say ::%%r CHECK FAILED: Undefined routine '&r' called (line 1) -- Will "Coke" Coleda

[perl #72830] [BUG] Parse difficulties with '::%%r' in Rakudo

2010-08-17 Thread Will Coleda via RT
On Mon Feb 15 01:50:21 2010, masak wrote: > std: my %r = 4; say ::%%r > std 29733: OUTPUT«ok 00:01 107m␤» > rakudo: my %r = 4; say ::%%r > rakudo 70667a: OUTPUT«Confused at line 11, near "say > ::%%r"␤current instr.: 'perl6;HLL;Grammar;panic' pc 500 > (ext/nqp-rx/src/stage0/HLL-s0.pir:328)␤» >

[perl #72830] [BUG] Parse difficulties with '::%%r' in Rakudo

2010-02-15 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #72830] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=72830 > std: my %r = 4; say ::%%r std 29733: OUTPUT«ok 00:01 107m␤» rakudo: my %r = 4; say ::