On Tue, Jun 17, 2008 at 03:18:40PM -0700, Chris Fields wrote: > # New Ticket Created by Chris Fields > # Please include the string: [perl #55962] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55962 > > > This is actually two separate bugs; should we split these? Match is > returning a String, not a Perl6Str. Similarly, split() is also > returning a String. Notably Rakudo's Str.pir split() definition > indicates that a List of Perl6Str is supposed to be returned.
Many of these issues will hopefully be resolved when we switch Rakudo to using .HLL . My plan is to wait for .HLL mapping before trying to address this directly (I expect .HLL mapping will happen in the next couple of weeks). Pm