[perl #122440] perl6-p fails using @array.gist on array defined as a named parameter to a method

2015-09-01 Thread Christian Bartolomaeus via RT
The underlying bug in Rakudo I spoke about is now fixed (in the 'glr' branch). There is a test in roast -- cmp. Ticket 124079 (https://rt.perl.org/Ticket/Display.html?id=124079). The shortened code from the bug report dies as expected: $ perl6 -e 'my Str @uri = ([], []); say "alive"' Type check

[perl #122440] perl6-p fails using @array.gist on array defined as a named parameter to a method

2014-07-30 Thread via RT
# New Ticket Created by # Please include the string: [perl #122440] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122440 > Hello, I have the following failure from Rakudo 2014-04 when running some tests: ok 4 - LDA