Re: generating grammars, capturing in regex interpolation, etc.

2015-04-16 Thread Nathan Gray
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,

[perl #124321] Followup to #124317

2015-04-16 Thread via RT
# 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

[perl #124318] Repeated use of temp reveals SPESH bug

2015-04-16 Thread via RT
# 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)

[perl #124317] Possible type signature bug

2015-04-16 Thread via RT
# 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

[perl #124316] @a[0,1] is not the same as @a[^2]

2015-04-16 Thread via RT
# 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.