[perl #126527] [JVM] [GLR] squish failure

2016-04-09 Thread Christian Bartolomaeus via RT
On Fri Apr 08 05:51:16 2016, pesc...@gmail.com wrote: > > This has been fixed in Rakudo commit ec52cce: > $ ./perl6-j --version > This is Rakudo version 2016.03-99-g46388f4 built on JVM > implementing Perl 6.c. > $ ./perl6-j -e'[[2,3],[4,[5,6]]]>>.squish.say' > ((2 3) (4 [5 6])) Great. I unfudged

[perl #126527] [JVM] [GLR] squish failure

2015-10-31 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126527] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126527 > 20:41 < [Coke]> r: [[2, 3], [4, [5, 6]]]ยป.squish.say 20:41 <+camelia> rakudo-jvm d98dc8: O