[perl #131477] [BUG] hyperoperator on an undefined typed array hangs

2017-06-01 Thread Zoffix Znet via RT
On Thu, 01 Jun 2017 12:18:31 -0700, c...@tilmes.org wrote: > m: my Array[Int] $x; say $x>>.Str; > rakudo-moar 92c187: OUTPUT: «(timeout)» > bisectable6: my Array[Int] $x; say $x>>.Str; > timotimo, On both starting points (old=2015.12 new=92c187d) > the exit code is 0, exit signal is 1 (SIGHUP)

[perl #131477] [BUG] hyperoperator on an undefined typed array hangs

2017-06-01 Thread Zoffix Znet via RT
On Thu, 01 Jun 2017 12:18:31 -0700, c...@tilmes.org wrote: > m: my Array[Int] $x; say $x>>.Str; > rakudo-moar 92c187: OUTPUT: «(timeout)» > bisectable6: my Array[Int] $x; say $x>>.Str; > timotimo, On both starting points (old=2015.12 new=92c187d) > the exit code is 0, exit signal is 1 (SIGHUP)

[perl #131477] [BUG] hyperoperator on an undefined typed array hangs

2017-06-01 Thread via RT
# New Ticket Created by Curt Tilmes # Please include the string: [perl #131477] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131477 > m: my Array[Int] $x; say $x>>.Str; rakudo-moar 92c187: OUTPUT: «(timeout)» bisectable6: