On Wed, Apr 15, 2015 at 09:45:39PM -0400, Nathan Gray wrote:
> I had given up on using regexes embedded within regexes, because
> I could not get capturing to work.
I did a backtrace on one of the test cases that fails, which led
me to
src/core/Cursor.pm
in
method INTERPOLATE(\var, $i = 0,
# New Ticket Created by
# Please include the string: [perl #124321]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124321 >
This is as minimal as I can get the test case:
Error: (notice the signatures do in fact match, in bo
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #124318]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124318 >
$ 6 'my $x; multi sub foo($n where True) { temp $x; }; foo(True) for ^22’
(no pb)
# New Ticket Created by
# Please include the string: [perl #124317]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124317 >
OS: Ubuntu 14.10 LTS under VirtualBox
Host OS: Windows 8, Intel Core I5
Rakudo version: current as o
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #124316]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=124316 >
Slicing handles ranges differently from lists, even if the range is not
infinite.