[perl #117045] [BUG] Guillemet form of subscript parses as infix hyperop in Rakudo

2014-10-15 Thread Christian Bartolomaeus via RT
I agree with Mouq and after adding a test to S03-operators/misc.t with commit https://github.com/perl6/roast/commit/1e08ea21cc I'm now closing the ticket.

[perl #117045] [BUG] Guillemet form of subscript parses as infix hyperop in Rakudo

2014-01-14 Thread Will Coleda via RT
On Fri Mar 08 06:06:54 2013, jn...@jnthn.net wrote: > On Mon Mar 04 11:57:36 2013, masak wrote: > > r: .say for (1, 2, 3) <<~>> "!"; .say for (1, 2, 3) «~» "!"; > > .say for (1, 2, 3)«~»"!" > > rakudo 87ad7c: OUTPUT«1!␤2!␤3!␤1!␤2!␤3!␤1!␤2!␤3!␤» > > r: .say for (1, 2, 3)<<~>>"!" > > rakudo 87ad7

[perl #117045] [BUG] Guillemet form of subscript parses as infix hyperop in Rakudo

2013-03-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117045] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117045 > r: .say for (1, 2, 3) <<~>> "!"; .say for (1, 2, 3) «~» "!"; .say for (1, 2, 3)«