On Wed Apr 03 07:21:42 2013, masak wrote:
> <masak> r: "1\n2\n3" ~~ /.*/; say $/.lines
> <p6eval> rakudo ffe441: OUTPUT«No such method 'lines' for invocant of
> type 'Match'␤  in block  at /tmp/u_Sd9GI3H5:1␤␤»
> <masak> should Match have a .lines method?
> <masak> rn: say Match ~~ Cool
> <p6eval> rakudo ffe441, niecza v24-35-g5c06e28: OUTPUT«True␤»
> * masak submits Match.lines rakudobug

01:18 < [Coke]> r: "1\n2\n3" ~~ /.*/; say $/.lines
01:18 <+camelia> rakudo 0d1d11: OUTPUT«1 2 3␤»

Closable with tests. (.lines was added to Match, then moved to Cool).


-- 
Will "Coke" Coleda

Reply via email to