[perl #117465] [BUG] unspace after unspace causes error message which (erroneously) expects unspace in Rakudo

2013-04-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117465] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117465 > r: say 100\ 000\ 000 ..rakudo ffe441: OUTPUT«===SORRY!===␤Confused␤at /tmp/YbI0

[perl6/specs] 7afa4f: clarification: add existing backslash classes, not...

2013-04-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 7afa4fe1c187cf6ec63332a6233182101c00c424 https://github.com/perl6/specs/commit/7afa4fe1c187cf6ec63332a6233182101c00c424 Author: Brent Laabs Date: 2013-04-03 (Wed, 03 Apr 2013) Changed paths: M S05-re

[perl #117461] [TODO] Match.lines in Rakudo

2013-04-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117461] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117461 > r: "1\n2\n3" ~~ /.*/; say $/.lines rakudo ffe441: OUTPUT«No such method 'lines'