[perl #128341] [JVM] RuntimeException when calling .perl on multidimensional array with some elements autovivified

2016-06-07 Thread Christian Bartolomaeus via RT
As a follow-up: The following code works as expected: $ perl6-j -e 'my @a; @a[0;1] = "foo"; @a[0;0] = "bar"; say @a.perl' [["bar", "foo"],]

[perl #128342] > assertion doesn't work if is zero-width

2016-06-07 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #128342] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128342 > my token foo { .? }; say "a" ~~ /"a">/ should match like this does say "a" ~~ /"a"/ a

[perl #128341] [JVM] RuntimeException when calling .perl on multidimensional array with only some elements autovivified

2016-06-07 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #128341] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128341 > The following code started to fail on rakudo-j with Rakudo commit 069b789af5:

Re: [perl #128156] dependency errors

2016-06-07 Thread Lloyd Fournier
I've tested both issues with the branch: issue #1 (changing dependency contents leads to goofed re-precomp) -- Still broken issue #2 (collisions on timestamps leads to goofed re-precomp) -- Fixed! for reference another example of issue #1 was reported recently: https://rt.perl.org/Public/Bug/Dis