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)
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)
# 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: